@charset "UTF-8";
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.external-fonts-loaded body,
.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .btn,
.external-fonts-loaded .products .name {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-primary);
}

body {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}

* {
  letter-spacing: 0.1em;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 28px;
  padding-right: 28px;
}

#content-wrapper,
.category-header-wrapper .container {
  max-width: 1288px;
}

.container.navigation-wrapper {
  padding-left: 28px;
  padding-right: 28px;
}

.content-wrapper.container {
  padding-left: 28px;
  padding-right: 28px;
}

.banners-row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  gap: 32px;
}

.banners-row .col-sm-8 {
  flex: 0 1 1232px;
}

.banners-row .col-sm-4 {
  margin: 0;
  padding: 0;
  flex: 0 1 600px;
}

.banners-row::before, .banners-row::after {
  display: none;
}

.type-page #content {
  padding-left: 0;
  padding-right: 0;
}

#content .banners-row {
  display: flex;
  gap: 32px;
}

.banners-content a:hover img,
.banner-footer a:hover img,
.banner-wrapper a:hover img,
.footer-banner a:hover img,
.banner-category a:hover img {
  transform: scale(1);
}

a:hover, a:focus,
.link-like:hover,
.link-like:focus {
  color: var(--color-secondary-hover);
}

.btn.btn-primary,
a.btn.btn-primary {
  color: var(--color-primary);
  background-color: transparent;
  border: 1px solid var(--color-primary);
  line-height: 1em;
  padding: 0.71429em 1.42857em;
}

.btn.btn-primary:hover, .btn.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  background-color: transparent;
}

.popup-widget {
  margin-left: 0;
  left: unset;
  right: 20px;
}

.in-vyhledavani aside.sidebar,
.in-hodnoceni-obchodu aside.sidebar {
  display: none;
}

.in-hodnoceni-obchodu .discussion-form,
.in-hodnoceni-obchodu .discussion,
.in-hodnoceni-obchodu .rate-wrapper,
.in-hodnoceni-obchodu .votes-wrap,
.in-hodnoceni-obchodu .add-comment,
.in-hodnoceni-obchodu .welcome div,
.in-hodnoceni-obchodu .welcome h1 {
  max-width: unset;
}

.in-hodnoceni-obchodu .votes-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 34px;
  margin-top: 34px;
}

.in-hodnoceni-obchodu .vote-pic {
  display: none;
}

.in-hodnoceni-obchodu .vote-wrap {
  border: none;
  background-color: #fbf6f3;
  padding: 80px 60px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.in-hodnoceni-obchodu .vote-wrap .vote-content {
  order: 1;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 34px;
}

.in-hodnoceni-obchodu .vote-wrap .vote-content::before {
  content: url("/user/documents/assets/img/icon/quotes.png");
  display: block;
  margin-bottom: 6px;
}

.in-hodnoceni-obchodu .vote-wrap .vote-header {
  order: 2;
}

.in-hodnoceni-obchodu .vote-wrap .vote-name {
  color: var(--color-secondary-hover);
}

.in-hodnoceni-obchodu .heading-image {
  background: url(/user/documents/upload/reference-cerfitikace.jpg) center center no-repeat;
}

.in-hodnoceni-obchodu #ratingWrapper {
  width: 100%;
  max-width: 1288px;
  padding-left: 28px;
  padding-right: 28px;
}

.in-hodnoceni-obchodu .rate-average {
  color: var(--color-secondary-hover);
}

.in-hodnoceni-obchodu .rate-bar {
  background-color: var(--color-secondary-hover);
}

.in-hodnoceni-obchodu .rate-form-trigger {
  border: 1px solid var(--color-primary);
  padding: 1.54545em;
  padding-right: 6.81818em;
  flex-grow: 0 !important;
  margin-top: auto !important;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.in-hodnoceni-obchodu .rate-form-trigger span::before {
  display: none;
}

.in-hodnoceni-obchodu .rate-form-trigger:hover, .in-hodnoceni-obchodu .rate-form-trigger:focus {
  border-color: var(--color-secondary-hover);
  color: var(--color-secondary-hover);
}

.in-hodnoceni-obchodu .rate-form-trigger:hover span, .in-hodnoceni-obchodu .rate-form-trigger:focus span {
  color: inherit;
}

.in-hodnoceni-obchodu .rate-form-trigger:hover::after, .in-hodnoceni-obchodu .rate-form-trigger:focus::after {
  border-color: var(--color-secondary-hover);
  transition: all 0.3s ease-out;
  animation: moveRight 0.6s ease-out;
}

.in-hodnoceni-obchodu .rate-form-trigger::after {
  height: 1px;
  width: 5.90909em;
  border-top: 1px solid var(--color-primary);
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%) translateX(50%);
  transition: all 0.3s ease-out;
}

.in-hodnoceni-obchodu .rate-average-wrap {
  width: auto;
  margin-right: 34px;
  min-width: 307px;
}

.in-hodnoceni-obchodu .rate-wrap > div:last-of-type {
  width: 45%;
  padding-bottom: 90px;
}

.in-hodnoceni-obchodu #content {
  padding: 0;
}

strong.highlight {
  color: var(--color-secondary-hover);
}

.search-results-groups h4 {
  font-size: 28px;
}

.search-results-groups .search-results-group {
  margin-bottom: 36px;
}

.search-results-groups .search-results-group ul {
  list-style: none;
}

.search-results-groups .search-results-group ul li::before {
  content: '\2022';
  color: var(--color-secondary-hover);
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  width: 1em;
  margin-left: -1em;
}

.search-results-groups .search-results-group-list {
  column-count: 1;
}

@media screen and (max-width: 767px) {
  .in-hodnoceni-obchodu .vote-wrap {
    padding: 20px;
  }
}

.search-products-heading {
  font-size: 28px;
}

body.ordering-process {
  background-color: var(--color-primary-hover);
}

.ordering-process #header {
  margin-bottom: 36px;
  border-bottom: 0;
}

.ordering-process .cart-content {
  border: 2px solid var(--color-primary);
}

.ordering-process .cart-table {
  margin-bottom: 60px;
}

.ordering-process .cart-table tr td {
  border-color: transparent;
}

.ordering-process .cart-table tr td.p-name a {
  color: var(--color-primary);
}

.ordering-process .cart-table tr td.p-name a:hover, .ordering-process .cart-table tr td.p-name a:focus {
  color: var(--color-secondary-hover);
}

.ordering-process .cart-table tr.related.visible {
  font-size: 80%;
  width: 70%;
}

.ordering-process .p-availability {
  font-size: 10px;
}

.ordering-process .show-related {
  font-size: 10px;
}

.ordering-process #cart-wrapper .add-to-cart-button {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 80%;
}

.ordering-process #cart-wrapper .add-to-cart-button::after {
  display: none;
}

.ordering-process #cart-wrapper .add-to-cart-button:hover, .ordering-process #cart-wrapper .add-to-cart-button:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.ordering-process ol.cart-header {
  border-bottom: 0;
  margin-top: -26px;
}

.ordering-process ol.cart-header li.active strong {
  border: 0;
}

.ordering-process .cart-item > div {
  border-right: 0;
}

.ordering-process #checkoutSidebar .consents {
  font-size: 0.9rem;
}

a[href='/betuldiol/'] > b {
  font-weight: 700 !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  ol.cart-header li {
    font-size: 10px;
  }
  .next-step {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px) {
  .container.navigation-wrapper,
  .container,
  .content-wrapper.container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .popup-widget {
    right: 0;
  }
}

.top-navigation-bar {
  border: none;
}

.top-navigation-bar .container > div {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  border-bottom: 2px solid var(--color-primary);
}

.top-navigation-bar .container a {
  font-size: 10px;
  padding: 1.2em 0;
  display: inline-block;
  color: var(--color-primary);
}

.top-navigation-bar .container a:hover, .top-navigation-bar .container a:focus {
  color: var(--color-secondary-hover);
}

.top-navigation-bar .container .top-navigation-tools {
  font-size: 10px;
  margin-left: 12px;
}

.top-navigation-bar .container .top-navigation-contacts {
  display: flex;
  gap: 19px;
  margin-right: auto;
}

.top-navigation-bar .container .top-navigation-contacts a::before {
  display: none;
}

.top-navigation-bar .container .top-navigation-bar-menu {
  font-size: 10px;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.top-navigation-bar .container .top-navigation-menu {
  padding-right: 0;
  height: auto;
  display: flex;
  flex-grow: 1;
}

.top-navigation-bar .container .top-navigation-menu-trigger {
  order: 1000;
  position: initial;
  justify-content: center;
  align-items: center;
}

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

#header {
  border: none;
}

.header-top {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 0;
  position: relative;
}

.header-top > div:first-of-type {
  flex: 0 0 243px;
}

.header-top .menu-helper {
  flex: 0 0 32px;
}

.header-top .navigation-buttons {
  flex: 0 0 164px;
}

.header-top #navigation {
  flex: 0 1 1410px;
}

.menu-helper {
  position: initial;
}

#navigation {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  position: initial;
}

.navigation-in {
  position: initial;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
}

.navigation-in ul.menu-level-1 {
  align-items: center;
  height: 100%;
  flex-wrap: nowrap;
  padding-left: 28px;
  padding-right: 28px;
}

.navigation-in > ul > li {
  border: none;
  height: 100%;
}

.navigation-in > ul > li > a {
  color: var(--color-primary);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-in ul li a {
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation-in ul li a b {
  font-weight: 500;
}

.navigation-in ul.menu-level-2 {
  border: 1px solid var(--color-primary);
  border-bottom-width: 1px;
  height: 0;
  transition: all 0.3s ease-out;
  padding: 30px 50px;
}

.navigation-in ul.menu-level-2 li {
  z-index: 2;
}

.navigation-in ul.menu-level-2::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle at 0% 0%, rgba(251, 235, 210, 0.6), transparent 270px);
}

ul.menu-level-1 > li > a {
  text-transform: uppercase;
}

.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a:hover {
  color: var(--color-secondary-hover);
}

.navigation-in > ul > li.ext > a {
  position: relative;
}

.navigation-in > ul > li.ext > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: var(--color-primary);
  bottom: -8px;
  left: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.navigation-in > ul > li.exp > a::after {
  transition: all 0.3s ease-out;
  height: 1em;
}

.navigation-in > ul > li.ext.exp > ul {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  transition: all 0.3s ease-out;
}

.navigation-in > ul > li.ext > ul > li > .menu-image {
  display: none;
}

.navigation-in > ul > li.ext > ul > li > div > a {
  padding: 0.5em 1em;
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: underline;
}

.navigation-in > ul > li.ext > ul > li > div > a:hover, .navigation-in > ul > li.ext > ul > li > div > a:focus {
  color: var(--color-secondary-hover);
}

.navigation-in > ul > li.ext > ul > li {
  min-height: unset;
  width: auto;
}

.submenu-visible .navigation-in > ul > li.ext.exp > ul {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  border-bottom-width: 1px;
}

.submenu-visible .navigation-in > ul > li.ext.exp > ul li:not(.category-aside-wrapper) {
  grid-column-start: 2;
}

.submenu-visible .navigation-in > ul > li.ext.exp > ul .category-aside-wrapper {
  grid-row-end: span 1000;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 34px;
  margin-right: 34px;
  border-right: 1px solid var(--color-primary);
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.submenu-visible .navigation-in > ul > li.ext.exp > ul .category-aside-wrapper h4 {
  font-size: 24px;
  font-weight: 300;
  color: var(--color-primary);
}

.submenu-visible .navigation-in > ul > li.ext.exp > ul li.banner {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: span 1000;
  justify-self: end;
}

.navigation-buttons .search {
  position: relative;
  background-color: var(--color-primary-hover);
}

#formSearchForm {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease-out;
  overflow: hidden;
  width: 0;
}

#formSearchForm input {
  border-radius: 0;
  border-style: solid;
  border-radius: 5px;
  padding-left: 30px;
}

#formSearchForm input::placeholder {
  font-size: 10px;
}

#formSearchForm .btn.btn-default {
  background-color: transparent;
  color: var(--color-primary);
  border: none;
  opacity: 0.7;
  font-size: 10px;
}

#formSearchForm .btn.btn-default:hover, #formSearchForm .btn.btn-default:focus {
  opacity: 1;
}

.search-window-visible .navigation-buttons .search .toggle-window {
  transform: translateX(-274px) scale(0.7);
  z-index: 100000;
  position: relative;
}

.search-window-visible #formSearchForm {
  width: 300px;
  transition: width 0.3s ease-out;
}

@media screen and (max-width: 1350px) {
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    grid-template-columns: 33.333% 33.333% 33.333%;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul .category-aside-wrapper {
    margin-right: 12px;
    padding-right: 20px;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul .menu-no-image {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .search-window-visible .navigation-buttons .search .toggle-window {
    transform: none;
    z-index: 100000;
    position: relative;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #formSearchForm {
    background-color: var(--color-primary-hover);
    top: 59px;
  }
  #formSearchForm input {
    border-radius: 0;
    border-color: var(--color-primary);
  }
  #formSearchForm .form-control {
    height: 34px;
  }
  .top-navigation-bar .container .top-navigation-menu {
    display: none;
  }
  .navigation-in ul.menu-level-1 {
    height: auto;
  }
  .top-navigation-bar-menu li:first-child a {
    padding-left: 20px;
  }
}

@media screen and (max-width: 379px) {
  #formSearchForm {
    top: 56px;
    right: -45px;
  }
}

#header .navigation-buttons a {
  background-color: transparent;
}

#header .navigation-buttons a[data-target='search'] {
  display: block;
  margin-left: 0;
}

#header .navigation-buttons a[data-target='search']::before {
  content: url(/user/documents/assets/img/icon/search.svg);
}

#header .navigation-buttons a[data-target='login'],
#header .navigation-buttons .top-nav-button-account {
  display: block;
  order: 3;
}

#header .navigation-buttons a[data-target='login'] > span,
#header .navigation-buttons .top-nav-button-account > span {
  display: none;
}

#header .navigation-buttons a[data-target='login']::before,
#header .navigation-buttons .top-nav-button-account::before {
  content: url(/user/documents/assets/img/icon/login.svg);
}

#header .navigation-buttons a[data-target='cart'] {
  order: 4;
}

#header .navigation-buttons a[data-target='cart']::before {
  content: url(/user/documents/assets/img/icon/cart.svg);
  margin-right: 20px;
}

#header .navigation-buttons a[data-target='cart'] i {
  right: 0;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 500;
}

#header .navigation-buttons a[data-target='cart'] .visible-lg-inline-block,
#header .navigation-buttons a[data-target='cart'] .cart-price {
  display: none !important;
}

.navigation-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  right: unset;
  top: unset;
  padding-left: 28px;
}

.navigation-buttons > a,
.navigation-buttons a.toggle-window {
  border: none;
  margin-left: 24px;
}

.navigation-buttons > a:hover, .navigation-buttons > a:focus,
.navigation-buttons a.toggle-window:hover,
.navigation-buttons a.toggle-window:focus {
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .header-top > div:first-of-type {
    flex-basis: 150px;
  }
}

@media screen and (max-width: 767px) {
  #navigation {
    width: 0;
    position: fixed;
    top: 120px;
  }
  #navigation::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 0% 0%, rgba(251, 235, 210, 0.6), transparent 350px);
    z-index: 1;
  }
  .top-navigation-bar .container .top-navigation-tools {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
  .top-navigation-bar .container .top-navigation-contacts,
  .top-navigation-menu {
    display: none;
  }
  .top-navigation-bar .dropdown {
    position: relative;
    top: unset;
    left: unset;
    order: -1;
  }
  .top-navigation-bar .dropdown .dropdown-menu {
    right: unset;
  }
  .header-top {
    display: flex;
    align-items: center;
  }
  .header-top > div:first-of-type {
    flex-basis: 178px;
  }
  #header .cart-count {
    position: initial;
  }
  .navigation-buttons > a,
  .navigation-buttons a.toggle-window {
    margin-left: 10px;
  }
  #header .navigation-buttons {
    flex-shrink: 1;
  }
  #header .navigation-buttons a[data-target='cart']::before {
    content: url("/user/documents/assets/img/icon/cart-mobile.svg");
    position: relative;
    top: -3px;
  }
  #header .navigation-buttons a[data-target='login']::before {
    content: url("/user/documents/assets/img/icon/user-mobile.svg");
  }
  #header .navigation-buttons a[data-target='search']::before {
    content: url("/user/documents/assets/img/icon/search-mobile.svg");
  }
  #header {
    margin-top: 34px;
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .top-navigation-bar .container > div {
    border-bottom: 0;
    align-items: center;
  }
  .responsive-tools > a[data-target='navigation'] {
    position: initial;
  }
  .responsive-tools > a[data-target='navigation']::before {
    background-color: transparent;
    color: var(--color-primary);
    font-size: 20px;
  }
  .top-navigation-bar {
    border-bottom: 1px solid var(--color-primary);
  }
  .top-navigation-bar .container a {
    padding: 0;
    width: auto;
    height: auto;
  }
  .responsive-tools > a[data-target='search'],
  .responsive-tools > a[data-target='login'] {
    display: none;
  }
  .responsive-tools {
    padding: 0;
  }
  .navigation-in ul.menu-level-2::before {
    display: none;
  }
  .submenu-visible
.navigation-in
> ul
> li.ext.exp
> ul
.category-aside-wrapper,
  .submenu-visible .navigation-in > ul > li.ext.exp > ul li.banner {
    display: none;
  }
  .navigation-in > ul > li {
    height: auto;
  }
  .navigation-in > ul > li > a {
    justify-content: flex-start;
    height: auto;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: flex;
    flex-direction: column;
  }
  .navigation-in ul.menu-level-2 {
    padding: 0;
    border: 0;
  }
  .navigation-in > ul > li.ext > a::after {
    display: none;
  }
  .navigation-in ul.menu-level-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation-in {
    z-index: 2;
    position: relative;
  }
  .navigation-in > ul > li:last-child {
    border-bottom: none;
  }
  .ordering-process .site-name {
    display: block;
  }
  .ordering-process #header {
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-primary);
  }
  .ordering-process ol.cart-header {
    margin-top: 0;
    position: initial;
    text-align: center;
  }
  .ordering-process .responsive-tools > a[data-target='navigation'] {
    line-height: 32px;
  }
  ol.cart-header li a,
  ol.cart-header li strong {
    padding: 10px 0;
  }
  ol.cart-header li {
    font-size: 14px;
  }
  .row.cart-row {
    position: relative;
  }
  .row.cart-row .col-md-4 {
    position: initial;
  }
  .next-step-back {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
  }
  .next-step-back::before {
    font-size: 14px;
    line-height: 32px;
  }
  .ordering-process .cart-content {
    border: 0;
  }
}

.homepage-box {
  background-color: transparent;
  border: none;
  padding: 0;
}

.middle-banners-wrapper {
  margin-top: 34px;
  margin-bottom: 0;
}

.body-banners {
  display: flex;
  gap: 34px;
  margin-left: 0;
  margin-right: 0;
}

.body-banners::before, .body-banners::after {
  display: none;
}

.body-banners > div {
  flex-basis: 50%;
  padding: 0;
}

.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  box-shadow: none;
  background-color: transparent;
  border: none;
  left: 64px;
  right: unset;
  padding: 0;
  text-transform: uppercase;
  color: var(--color-primary);
}

.extended-banner-link,
a.btn.btn-custom {
  bottom: 77px;
  top: unset;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid var(--color-primary);
  padding: 1.54545em;
  padding-right: 6.81818em;
  height: auto;
  transition: all 0.3s ease-out;
}

.extended-banner-link::after,
a.btn.btn-custom::after {
  height: 1px;
  width: 5.90909em;
  border-top: 1px solid var(--color-primary);
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%) translateX(50%);
  transition: all 0.3s ease-out;
}

.extended-banner-link:hover, .extended-banner-link:focus,
a.btn.btn-custom:hover,
a.btn.btn-custom:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  transition: all 0.3s ease-out;
}

.extended-banner-link:hover::after, .extended-banner-link:focus::after,
a.btn.btn-custom:hover::after,
a.btn.btn-custom:focus::after {
  border-color: var(--color-secondary-hover);
  transition: all 0.3s ease-out;
  animation: moveRight 0.6s ease-out;
}

@keyframes moveRight {
  0% {
    transform: translateX(50%);
  }
  15% {
    transform: translateX(30%);
  }
  25% {
    transform: translateX(50%);
  }
  35% {
    transform: translateX(70%);
  }
  50% {
    transform: translateX(40%);
  }
  65% {
    transform: translateX(60%);
  }
  75% {
    transform: translateX(45%);
  }
  100% {
    transform: translateX(55%);
  }
}

.extended-banner-title {
  font-size: 30px;
  line-height: 1.23333em;
  font-weight: 300;
  top: unset;
  bottom: 28%;
  max-width: 315px;
}

.extended-banner-text {
  top: 39%;
}

.next-to-carousel-banners .extended-banner-title,
.next-to-carousel-banners .extended-banner-text,
.next-to-carousel-banners .extended-banner-link {
  color: var(--color-primary-hover);
  left: 64px;
  right: unset;
}

.next-to-carousel-banners .extended-banner-link {
  border-color: var(--color-primary-hover);
}

.next-to-carousel-banners .extended-banner-link::after {
  border-color: var(--color-primary-hover);
}

.next-to-carousel-banners .extended-banner-link:hover, .next-to-carousel-banners .extended-banner-link:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.next-to-carousel-banners .extended-banner-link:hover::after, .next-to-carousel-banners .extended-banner-link:focus::after {
  border-color: var(--color-secondary-hover);
}

.next-to-carousel-banners .extended-banner-title {
  max-width: 325px;
  font-size: 36px;
  line-height: 1.22222em;
}

.next-to-carousel-banners .extended-banner-text {
  color: #f1ddc0;
  font-size: 12px;
}

#carousel .extended-banner-title {
  top: unset;
  bottom: 28%;
  max-width: 540px;
  font-size: 56px;
}

#carousel .extended-banner-text {
  top: 26%;
  bottom: unset;
  color: var(--color-secondary-hover);
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1790px) {
  .extended-banner-link {
    bottom: 34px;
  }
  .extended-banner-title {
    bottom: 119px;
  }
  #carousel .extended-banner-title {
    bottom: 119px;
  }
}

@media screen and (max-width: 1600px) {
  #carousel .extended-banner-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 1480px) {
  .next-to-carousel-banners .extended-banner-title,
  .extended-banner-title {
    font-size: 30px;
  }
  #carousel .extended-banner-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1300px) {
  .extended-banner-link,
  .extended-banner-text,
  .extended-banner-title,
  .next-to-carousel-banners .extended-banner-title,
  .next-to-carousel-banners .extended-banner-text,
  .next-to-carousel-banners .extended-banner-link {
    left: 34px;
  }
  .extended-banner-link {
    font-size: 10px;
  }
  .extended-banner-title,
  #carousel .extended-banner-title {
    bottom: 100px;
  }
}

@media screen and (max-width: 1214px) {
  #carousel .extended-banner-title {
    font-size: 30px;
  }
  .extended-banner-title,
  .next-to-carousel-banners .extended-banner-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .banners-row,
  .body-banners {
    gap: 16px;
  }
  .middle-banners-wrapper {
    margin-top: 16px;
  }
  .homepage-box {
    margin-bottom: 0;
  }
  .extended-banner-link,
  .extended-banner-text,
  .extended-banner-title,
  .next-to-carousel-banners .extended-banner-title,
  .next-to-carousel-banners .extended-banner-text,
  .next-to-carousel-banners .extended-banner-link {
    left: 16px;
  }
  #carousel .extended-banner-link,
  .extended-banner-link {
    bottom: 16px;
    font-size: 8px;
  }
  #carousel .extended-banner-title,
  .extended-banner-title {
    bottom: 64px;
  }
}

.mobile .banners-row .col-sm-8,
.mobile .banners-row .col-sm-4 {
  flex-basis: 50%;
}

.mobile #carousel,
.mobile .carousel-inner,
.mobile .carousel-inner .item,
.mobile #carousel img {
  height: 100%;
}

.mobile #carousel img {
  object-fit: cover;
  object-position: left top;
}

.mobile #content .banners-row {
  gap: 16px;
  margin-bottom: 16px;
}

.mobile .next-to-carousel-banners {
  height: 100%;
}

.mobile .next-to-carousel-banners .banner-wrapper {
  height: 100%;
}

@media screen and (max-width: 790px) {
  .banners-row .col-sm-8,
  .banners-row .col-sm-4 {
    flex-basis: 50%;
  }
  #carousel,
  .carousel-inner,
  .carousel-inner .item,
  #carousel img {
    height: 100%;
  }
  #carousel img {
    object-fit: cover;
    object-position: left top;
  }
}

@media screen and (min-width: 768px) {
  .mobile #carousel .carousel-inner {
    height: 268px;
  }
  .mobile #carousel .carousel-inner .extended-banner-title {
    font-size: 22px;
  }
  .mobile #carousel .carousel-inner .extended-banner-text {
    top: 39%;
  }
  .mobile .next-to-carousel-banners {
    height: 268px;
  }
  .mobile .next-to-carousel-banners .banner-wrapper a {
    height: 100%;
    width: 100%;
  }
  .mobile .next-to-carousel-banners .banner-wrapper a img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .mobile .footer-banner .extended-banner-title {
    bottom: unset;
    top: 240px;
    left: 46px;
  }
  .mobile .footer-banner .extended-banner-link {
    bottom: unset;
    top: 345px;
    left: 46px;
  }
}

.homepage-products-first {
  display: flex;
  margin-top: 92px;
  gap: 68px;
  position: relative;
  padding: 0;
  width: 100%;
}

.homepage-products-first .homepage-group-title {
  margin-top: 68px;
}

.homepage-products-first .products-aside {
  flex: 0 1 398px;
  width: calc(25% - 34px);
}

.homepage-products-first .products-block {
  flex: 0 1 1398px;
  width: calc(75% - 34px);
}

.homepage-products-first .slick-arrow {
  top: unset;
  bottom: 136px;
  left: 0;
}

.homepage-products-first .slick-next {
  transform: translateX(105%);
}

.homepage-products-first .slick-list.draggable {
  padding: 0;
}

.homepage-products-first .slick-slide {
  margin: 0 10px;
}

.homepage-products-first .slick-list {
  margin: 0 10px;
}

h4.homepage-group-title,
.h4.homepage-group-title,
h2,
.h2,
.in-index #betuldiol h2 {
  display: block;
  font-size: 48px;
  line-height: 1.20833em;
  text-align: left;
}

.columns-4 .products-block > .slick-list {
  width: 100%;
}

.flags {
  top: 18px;
  left: 18px;
}

.type-detail .flags-default {
  z-index: 2;
}

.flags-default .flag:not(.flag-custom2) {
  background-color: transparent !important;
  color: var(--color-secondary-hover);
  border: 1px solid var(--color-secondary-hover);
  font-size: 10px;
  line-height: 1em;
  padding: 0.3em 0.4em;
  text-transform: uppercase;
}

.flags-default .flag:not(.flag-custom2)::before, .flags-default .flag:not(.flag-custom2)::after {
  display: none;
}

.flag.flag-custom2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg) translateX(20%) translateY(-62%);
  word-wrap: break-word;
  word-spacing: 100vw;
  width: auto;
  float: none;
  height: 54px;
  display: flex;
  align-items: flex-end;
}

.stars .star.star-on::before,
.stars .star.star-half::before,
.stars .star {
  color: var(--color-primary);
}

.stars .star:hover {
  color: var(--color-secondary-hover);
}

.slick-track {
  display: flex !important;
}

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

.products-block.products .product:hover .p .p-bottom .p-tools,
.products-block.products .product:focus .p .p-bottom .p-tools {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
}

.products-block.products .product {
  overflow: hidden;
}

.products-block.products > div {
  overflow: hidden;
}

.products-block.products > div .p {
  border: none;
}

.products-block.products > div .p:hover .btn-cart {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background-color: transparent;
}

.products-block.products > div .p .btn-cart,
.products-block.products > div .p .btn-primary {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background-color: transparent;
  text-transform: uppercase;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.18182em 2.36364em;
}

.products-block.products > div .p .btn-cart::before,
.products-block.products > div .p .btn-primary::before {
  display: none;
}

.products-block.products > div .p .btn-cart:hover, .products-block.products > div .p .btn-cart:focus,
.products-block.products > div .p .btn-primary:hover,
.products-block.products > div .p .btn-primary:focus {
  border-color: var(--color-secondary-hover);
  color: var(--color-secondary-hover);
}

.products-block.products > div .p .btn-cart:hover::after, .products-block.products > div .p .btn-cart:focus::after,
.products-block.products > div .p .btn-primary:hover::after,
.products-block.products > div .p .btn-primary:focus::after {
  content: url("/user/documents/assets/img/icon/bag-hover.png");
}

.products-block.products > div .p .btn-cart::after,
.products-block.products > div .p .btn-primary::after {
  content: url("/user/documents/assets/img/icon/bag.png");
  display: inline-block;
  width: 20px;
  height: 23px;
  object-fit: contain;
}

.products-block.products > div .p .btn-primary::after {
  display: none;
}

.products-block.products > div .p .name {
  height: auto;
  text-align: left;
  line-height: 1.21429em;
  text-transform: uppercase;
  height: auto;
}

.products-block.products > div .p .p-bottom {
  text-align: left;
}

.products-block.products > div .p .p-bottom > div {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.products-block.products > div .p .p-bottom .p-tools {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.products-block.products > div .p .p-in-in {
  display: flex;
  flex-direction: column;
}

.products-block.products > div .p .p-in-in .ratings-wrapper {
  order: -1;
  min-height: unset;
}

.products-block.products > div .p .prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
}

.products-block.products > div .p .prices .price {
  line-height: 1em;
}

.products-block.products > div .p .prices .price strong {
  font-size: 12px;
  font-weight: 500;
}

.products-block.products > div .p .prices .price-final {
  color: var(--color-secondary-hover);
  font-weight: 500;
}

.products-block.products > div .p .prices .price-standard {
  color: #beb6a9;
  font-weight: 500;
}

.products-block.products > div .p .p-in {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.in-index .content {
  padding: 0;
}

.products-block > div,
.columns-4 .products-block > div:nth-child(2n),
.columns-4 .products-block > div:nth-child(3n),
.products-block > div:nth-child(2n),
.products-block > div:nth-child(3n) {
  border: none;
}

.columns-4 .products-block > div {
  width: calc(25% - 15px);
  padding: 0;
}

.products-block {
  gap: 20px;
}

@media screen and (max-width: 1525px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  h2,
  .h2,
  .in-index #betuldiol h2 {
    font-size: 40px;
  }
  .homepage-products-first .products-aside {
    width: calc(30% - 34px);
  }
  .homepage-products-first .products-block {
    width: calc(70% - 34px);
  }
}

@media screen and (max-width: 1170px) {
  .columns-4 .products-block > div {
    width: calc(33.333% - 13.3334px);
  }
}

@media screen and (max-width: 1100px) {
  .homepage-products-first {
    gap: 34px;
  }
  .homepage-products-first .products-aside {
    width: calc(35% - 17px);
  }
  .homepage-products-first .products-block {
    width: calc(65% - 17px);
  }
}

@media screen and (max-width: 910px) {
  .homepage-products-first .products-aside {
    width: calc(50% - 17px);
    flex-basis: 50%;
  }
  .homepage-products-first .products-block {
    width: calc(50% - 17px);
    flex-basis: 50%;
  }
}

@media screen and (max-width: 810px) {
  .columns-4 .products-block > div {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 690px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  h2,
  .h2,
  .in-index #betuldiol h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 870px) {
  .homepage-products-first {
    flex-direction: column;
  }
  .homepage-products-first .products-aside {
    width: 100%;
    flex-basis: 100%;
    position: relative;
    display: flex;
  }
  .homepage-products-first .products-aside .homepage-group-title {
    order: -1;
    margin-bottom: 0;
  }
  .homepage-products-first .slick-slide {
    margin: 0 6px;
  }
  .homepage-products-first .slick-list {
    margin: 0 -6px;
  }
  .homepage-products-first .products-block {
    width: 100%;
    flex-basis: 100%;
  }
  .homepage-products-first .slick-arrow {
    position: initial;
    width: 35px;
    height: 35px;
    align-self: flex-end;
  }
  .latest-contribution .slick-arrow {
    position: absolute;
  }
  .homepage-products-first .slick-next {
    transform: none;
  }
  .homepage-products-first .slick-prev {
    margin-right: 6px;
    margin-left: auto;
  }
  .products-block.products .p .name {
    font-size: 10px;
  }
  .products-block .p-bottom .price-additional {
    font-size: 10px;
  }
  .products-block.products > div .p .prices .price strong {
    font-size: 10px;
  }
  .products-block.products > div .p .btn-cart,
  .products-block.products > div .p .btn-primary {
    font-size: 8px;
  }
}

@media screen and (max-width: 878px) {
  .products-block.products > div .p .prices {
    font-size: 10px;
  }
}

.footer-banners {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  gap: 64px;
}

.footer-banners.row {
  margin-left: 0;
  margin-right: 0;
}

.footer-banners .footer-banner {
  padding: 0;
  width: 100%;
}

.footer-banners .footer-banner:first-of-type .extended-banner-title,
.footer-banners .footer-banner:first-of-type .extended-banner-text,
.footer-banners .footer-banner:first-of-type .extended-banner-link {
  color: var(--color-primary-hover);
}

.footer-banners .footer-banner:first-of-type .extended-banner-link {
  border-color: var(--color-primary-hover);
}

.footer-banners .footer-banner:first-of-type .extended-banner-link::after {
  border-color: var(--color-primary-hover);
}

.footer-banners .footer-banner:first-of-type .extended-banner-link:hover, .footer-banners .footer-banner:first-of-type .extended-banner-link:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.footer-banners .footer-banner:first-of-type .extended-banner-link:hover::after, .footer-banners .footer-banner:first-of-type .extended-banner-link:focus::after {
  border-color: var(--color-secondary-hover);
}

.footer-banners .footer-banner:first-of-type .extended-banner-title {
  max-width: 560px;
}

.img-text-wrapper {
  display: flex;
  gap: 64px;
  align-items: center;
}

.img-text-wrapper .capitalize {
  text-transform: uppercase;
  max-width: 600px;
  font-size: 24px;
  margin-bottom: 38px;
}

a.btn.btn-custom {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  line-height: 1em;
  margin-top: 19px;
}

.latest-contribution .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.latest-contribution .slick-next {
  right: 0;
}

.latest-contribution .latest-contribution-image,
.latest-contribution .latest-contribution-date,
.latest-contribution .latest-contribution-info i {
  display: none;
}

.latest-contribution-discussion {
  display: none;
}

.latest-contribution-inner {
  background-color: #fbf6f3;
  padding: 80px 60px;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.latest-contribution-content {
  display: flex;
  flex-direction: column;
}

.latest-contribution-description {
  order: -1;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-primary);
  margin-bottom: 34px;
}

.latest-contribution-description::before {
  content: url("/user/documents/assets/img/icon/quotes.png");
  display: block;
  margin-bottom: 6px;
}

.latest-contribution-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}

.latest-contribution-author {
  color: var(--color-secondary-hover);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.latest-contribution-box .container {
  padding: 0;
}

.btn-inline {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-inline::after {
  content: '';
  display: inline-block;
  width: 65px;
  height: 1px;
  border-top: 1px solid var(--color-primary);
  margin-left: 24px;
  position: relative;
  top: -4px;
  transition: all 0.3s ease-out;
}

.btn-inline:hover::after, .btn-inline:focus::after {
  transition: all 0.3s ease-out;
  border-color: var(--color-secondary-hover);
}

.blog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.blog-list {
  display: flex;
  gap: 34px;
}

.blog-list .news-item {
  display: flex;
  flex: 0 1 33.3333%;
  width: 33.33%;
  flex-direction: column;
}

.blog-list .news-item .image {
  min-height: 416px;
  margin-right: 0;
  margin-bottom: 24px;
  width: 100%;
}

.blog-list .news-item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-list .news-item .title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--color-primary);
}

.blog-list .news-item .title:hover, .blog-list .news-item .title:focus {
  color: var(--color-secondary-hover);
}

.blog-list .news-item .text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.blog-list .news-item time {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-primary);
}

.blog-list .news-item .description {
  display: none;
}

@media screen and (max-width: 1280px) {
  .blog-list {
    flex-wrap: wrap;
  }
  .blog-list .news-item {
    flex-basis: calc(50% - 17px);
    width: calc(50% - 17px);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .mobile .blog-list {
    flex-wrap: wrap;
  }
  .mobile .blog-list .news-item {
    flex-basis: calc(50% - 17px);
    width: calc(50% - 17px);
    margin-bottom: 0;
  }
}

.newsletter-wrapper {
  background-color: #e8e0d4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.newsletter-wrapper input[type='email'] {
  background-color: transparent;
  border-style: none none solid none;
  border-color: var(--color-secondary-hover);
  border-radius: 0;
  background-image: url("/user/documents/assets/img/icon/newsletter-email.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 25px;
  padding-left: 34px;
  color: var(--color-primary);
}

.newsletter-wrapper input[type='email']::placeholder {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.newsletter-wrapper input[type='email']:focus {
  box-shadow: none;
}

.newsletter-wrapper .btn-default {
  background-color: transparent;
  border: none;
  color: var(--color-secondary-hover);
  font-size: 14px;
  font-weight: 500;
}

.newsletter-wrapper .btn-default .sr-only {
  width: auto;
  height: auto;
  clip: unset;
  position: initial;
  margin: 0;
}

.newsletter-wrapper .btn-default::before {
  display: none;
}

.newsletter-wrapper .container {
  display: flex;
  justify-content: space-between;
}

.newsletter-wrapper .container::before, .newsletter-wrapper .container::after {
  display: none;
}

.newsletter-wrapper .newsletter-header {
  flex: 0 1 30%;
}

.newsletter-wrapper .newsletter-header h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.newsletter-wrapper #formNewsletterWidget {
  flex: 0 1 50%;
}

.newsletter-wrapper #formNewsletterWidget .consents {
  font-size: 10px;
  color: var(--color-primary);
  font-weight: 300;
}

@media screen and (max-width: 1440px) {
  .newsletter-wrapper #formNewsletterWidget {
    flex-basis: 67%;
  }
}

@media screen and (max-width: 1200px) {
  .newsletter-wrapper #formNewsletterWidget {
    flex-basis: 49%;
  }
  .newsletter-wrapper .newsletter-header {
    flex-basis: 49%;
  }
}

@media screen and (max-width: 992px) {
  .newsletter-wrapper .container {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .mobile .newsletter-wrapper .container {
    flex-direction: column;
  }
}

.custom-footer {
  border: none;
}

.custom-footer a,
.custom-footer p {
  color: #8a837a;
  font-weight: 500;
  text-transform: uppercase;
}

.custom-footer a:hover, .custom-footer a:focus {
  color: var(--color-secondary-hover);
}

#footer {
  background-color: #4e4539;
}

#footer .container {
  background-color: transparent;
  max-width: 1290px;
}

#footer h4 {
  color: var(--color-primary-hover);
}

#footer ul a {
  color: #8a837a;
  font-weight: 500;
  text-transform: uppercase;
}

#footer ul a:hover, #footer ul a:focus {
  color: var(--color-secondary-hover);
}

body:not(.in-index):not(.in-betuldiol):not(.in-kontakty):not(.in-klub-epiderma)
.newsletter-wrapper {
  margin-top: 100px;
}

#signature a {
  color: #8a837a;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

#signature a:hover, #signature a:focus {
  color: var(--color-secondary-hover);
}

#signature .image {
  display: none;
}

#signature .title {
  border-right: 1px solid #8a837a;
  padding-right: 6px;
  margin-right: 6px;
  display: inline-block;
}

.copyright {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8a837a;
}

.category-header-wrapper {
  height: 309px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 48px;
}

.category-header-wrapper .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.category-header-wrapper .container::before, .category-header-wrapper .container::after {
  display: none;
}

.category-header-wrapper .category-title {
  font-size: 56px;
  color: var(--color-primary);
  line-height: 68px;
}

.breadcrumbs-wrapper {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-wrapper > .breadcrumbs {
  margin-left: -28px;
  margin-right: -28px;
}

.breadcrumbs {
  background-color: transparent;
  border: none;
  color: #5a4626;
  font-size: 13px;
}

.breadcrumbs a {
  color: #5a4626;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: var(--color-secondary-hover);
}

.breadcrumbs > span > a {
  min-height: unset;
}

.breadcrumbs > span > a::before {
  display: none;
}

.breadcrumbs > span > a::after {
  position: absolute;
  bottom: unset;
  transform: translateX(50%);
  content: '—';
  width: auto;
  height: auto;
  background-color: transparent;
}

#category-header {
  background-color: transparent;
}

#category-header > div {
  display: none;
}

#category-header input[type='radio'] + label {
  color: var(--color-primary);
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  min-height: unset;
}

#category-header input[type='radio'] + label:hover, #category-header input[type='radio'] + label:focus {
  color: var(--color-secondary-hover);
}

#category-header input[type='radio']:checked + label {
  font-weight: 600;
}

.products-block > div {
  width: calc(33.333% - 13.33334px);
}

.products-block.products > div {
  padding: 0;
}

.sidebar {
  background-color: transparent;
  padding-right: 28px;
}

.type-category #content {
  padding-left: 28px;
  padding-right: 0;
}

.sidebar-inner {
  padding: 0;
}

.sidebar-inner > div {
  padding: 0;
  border: none;
}

.sidebar-inner h4 {
  font-size: 20px;
  font-weight: 300;
  color: var(--color-primary);
}

.sidebar-inner .box-categories {
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 34px;
  margin-bottom: 34px;
}

.categories {
  margin-left: 0;
  margin-right: 0;
}

.categories a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  padding: 8px 10px;
}

.categories a:hover, .categories a:focus {
  color: var(--color-secondary-hover);
}

#categories .expandable > a,
#categories .expandable > .topic > a {
  position: relative;
}

#categories .expandable > a > span,
#categories .expandable > .topic > a > span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  color: var(--color-primary);
  font-size: 0.7em;
}

#categories .expandable > a > span::before,
#categories .expandable > .topic > a > span::before {
  content: '\e90e';
}

#categories .expandable.expanded > a > span::before,
#categories .expandable.expanded > .topic > a > span::before {
  content: '\e90e';
  transform: rotate(180deg);
}

#categories .expandable > .topic.active > a > span {
  color: var(--color-primary);
}

#categories .topic > a {
  text-transform: uppercase;
}

#categories .expandable > ul > li > a {
  position: relative;
  font-weight: 300;
  overflow: hidden;
}

#categories .expandable > ul > li > a::before {
  content: '\e910';
  font-family: shoptet;
  display: inline-block;
  width: auto;
  height: auto;
  color: var(--color-secondary-hover);
  font-size: 0.7em;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#categories .expandable > ul > li > a:hover::before, #categories .expandable > ul > li > a:focus::before {
  left: unset;
  right: 0;
  animation: fly-right 0.3s linear;
}

@keyframes fly-right {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.categories .topic > a {
  padding-left: 0;
}

.categories ul a {
  padding-left: 20px;
}

.categories .topic.active > a {
  background-color: transparent;
  font-weight: 600;
  color: var(--color-primary);
}

.box-bg-variant .categories a {
  color: var(--color-primary);
}

.box-bg-variant .categories a:hover, .box-bg-variant .categories a:focus {
  color: var(--color-secondary-hover);
}

.filter-section form {
  display: none;
}

.filter-section-parametric:last-child {
  border-top-style: solid;
}

.slider-wrapper {
  padding-bottom: 10px;
}

.slider-wrapper > div {
  display: none;
}

.slider-header,
.filter-section form {
  margin-top: 8px;
}

#manufacturer-filter {
  display: none;
}

.box.box-sm.box-filters {
  padding: 0;
}

.box.box-sm.box-filters h4 {
  margin-bottom: 0;
}

.box.box-sm.box-filters .filter-sections {
  padding: 0;
  background-color: transparent;
}

.box.box-sm.box-filters .filter-section-boolean {
  display: none;
}

#category-filter-hover .filter-section:first-child {
  border: none;
}

.filter-total-count {
  display: none;
}

#filters h4 {
  cursor: pointer;
  position: relative;
}

#filters h4::after {
  content: '\e90e';
  font-family: shoptet;
  display: inline-block;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
  transition: all 0.3s ease-out;
}

#filters h4.rotate::after {
  transform: rotate(180deg) translateY(50%);
  transition: all 0.3s ease-out;
}

.ui-slider-handle {
  background-color: var(--color-secondary-hover);
}

.filter-count {
  display: none;
}

input[type='checkbox'] + label::before,
input[type='radio'] + label::before {
  width: 25px;
  height: 25px;
  border-color: var(--color-primary);
}

input[type='checkbox'] + label {
  padding-left: 38px;
}

input[type='checkbox']:checked + label::after,
input[type='radio']:checked + label::after {
  width: auto;
  height: auto;
  left: 5px;
}

input[type='checkbox']:checked + label::after,
input[type='radio']:checked + label::after {
  border-color: transparent;
  background-color: transparent;
  color: var(--color-primary);
  content: url("/user/documents/assets/img/icon/checked.png");
}

.filter-section label,
.filter-section label.active {
  font-weight: 500;
  color: var(--color-primary);
}

.type-category .footer-banner {
  margin-bottom: 64px;
}

.type-category .footer-banner .extended-banner-title,
.type-category .footer-banner .extended-banner-text,
.type-category .footer-banner .extended-banner-link {
  color: var(--color-primary-hover);
}

.type-category .footer-banner .extended-banner-link {
  border-color: var(--color-primary-hover);
}

.type-category .footer-banner .extended-banner-link::after {
  border-color: var(--color-primary-hover);
}

.type-category .footer-banner .extended-banner-link:hover, .type-category .footer-banner .extended-banner-link:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.type-category .footer-banner .extended-banner-link:hover::after, .type-category .footer-banner .extended-banner-link:focus::after {
  border-color: var(--color-secondary-hover);
}

.type-category .footer-banner .extended-banner-title {
  max-width: 560px;
}

.pagination-wrapper {
  margin-bottom: 64px;
}

.pagination-wrapper .pagination-top {
  display: none;
}

.pagination-wrapper .pagination-loader {
  text-align: left;
}

.pagination-wrapper .pagination-loader .load-products {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  position: relative;
  font-size: 11px;
  line-height: 1em;
  font-weight: 500;
  padding: 1.54545em;
  padding-right: 6.81818em;
  height: auto;
  transition: all 0.3s ease-out;
}

.pagination-wrapper .pagination-loader .load-products::after {
  height: 1px;
  width: 5.90909em;
  border-top: 1px solid var(--color-primary);
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%) translateX(50%);
  transition: all 0.3s ease-out;
}

.pagination-wrapper .pagination-loader .load-products:hover, .pagination-wrapper .pagination-loader .load-products:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  transition: all 0.3s ease-out;
}

.pagination-wrapper .pagination-loader .load-products:hover::after, .pagination-wrapper .pagination-loader .load-products:focus::after {
  border-color: var(--color-secondary-hover);
  transition: all 0.3s ease-out;
}

.pagination-wrapper .pagination {
  margin-left: auto;
}

.pagination-wrapper .pagination a:not(.pagination-link),
.pagination-wrapper .pagination > strong {
  display: none;
}

.pagination-wrapper .pagination .pagination-link {
  border-radius: 0;
  border: 1px solid var(--color-primary);
  background-color: transparent;
  line-height: 33px;
}

.pagination-wrapper .pagination .pagination-link::before {
  font-size: 12px;
}

.pagination-wrapper .pagination .pagination-link:hover, .pagination-wrapper .pagination .pagination-link:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

@media screen and (max-width: 767px) {
  .category-header-wrapper .container {
    justify-content: center;
  }
}

.type-detail .breadcrumbs {
  display: none;
}

.type-detail #description ul {
  padding-left: 0;
  list-style: none;
}

.type-detail #description ul li {
  padding-left: 2em;
  position: relative;
}

.type-detail #description ul li::before {
  content: '\e910';
  font-family: shoptet;
  display: inline-block;
  color: var(--color-secondary-hover);
  font-size: 80%;
  position: absolute;
  left: 0;
}

.type-detail #description a:not(.btn):not(.name) {
  color: var(--color-secondary-hover);
}

.type-detail #description a:not(.btn):not(.name):hover, .type-detail #description a:not(.btn):not(.name):focus {
  text-decoration: underline;
}

.type-detail #relatedFiles {
  margin-bottom: 32px;
}

.p-detail-info {
  justify-content: space-between;
}

.p-detail-info > div + div::before {
  display: none;
}

.p-detail-info a {
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 500;
}

.p-detail-info a:hover, .p-detail-info a:focus {
  color: var(--color-secondary-hover);
}

.p-detail-inner-header h1 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.p-image-wrapper {
  padding-left: 0;
}

.p-info-wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}

.p-info-wrapper .p-detail-info {
  order: 1;
  margin-bottom: 34px;
}

.p-info-wrapper .p-detail-inner-header {
  order: 2;
  margin-bottom: 34px;
}

.p-info-wrapper .p-short-description {
  order: 3;
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: 34px;
}

.p-info-wrapper .p-final-price-wrapper {
  order: 4;
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  justify-items: start;
  align-self: flex-start;
  margin-bottom: 34px;
}

.p-info-wrapper .p-final-price-wrapper .price-final {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: span 2;
  font-weight: 400;
  font-size: 32px;
  color: var(--color-primary);
}

.p-info-wrapper .p-final-price-wrapper .price-save {
  grid-row-start: 1;
  grid-column-start: 2;
  font-size: 9px;
  color: var(--color-primary);
  font-weight: 500;
}

.p-info-wrapper .p-final-price-wrapper .price-save > span:not(.empty)::before {
  content: 'Sleva ';
  display: inline-block;
}

.p-info-wrapper .p-final-price-wrapper .price-standard {
  grid-row-start: 2;
  grid-column-start: 2;
  font-size: 20px;
  color: var(--color-primary);
  font-weight: 400;
}

.p-info-wrapper .p-final-price-wrapper .price-additional {
  font-size: 9px;
  color: var(--color-primary);
  opacity: 0.5;
  font-weight: 500;
  grid-column-start: 1;
}

.p-info-wrapper .detail-parameters {
  order: 5;
  margin-bottom: 34px;
}

.p-info-wrapper .detail-parameters .variant-list {
  display: flex;
  flex-direction: column;
}

.p-info-wrapper .detail-parameters .variant-list th {
  font-size: 9px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.p-info-wrapper .detail-parameters .variant-list select {
  width: 100%;
  max-width: unset;
  border-color: var(--color-primary);
  color: var(--color-primary);
  background-image: url("/user/documents/assets/img/icon/select-arrow.png");
  background-position: calc(100% - 10px) center;
  font-size: 12px;
  color: var(--color-primary);
  text-transform: uppercase;
  position: relative;
}

.p-info-wrapper .detail-parameters .variant-list #simple-variants {
  position: relative;
}

.p-info-wrapper .detail-parameters .variant-list #simple-variants::before {
  content: ' ';
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid var(--color-primary);
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.p-info-wrapper .sold-out-message {
  order: 6;
  padding: 24px;
  background-color: rgba(189, 143, 75, 0.1);
  margin-bottom: 34px;
  text-transform: uppercase;
}

.p-info-wrapper .sold-out-message p {
  margin: 0;
}

.p-info-wrapper .cart-availability-wrapper {
  order: 7;
  border: 1px solid var(--color-primary);
  padding: 24px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.p-info-wrapper .cart-availability-wrapper .availability-amount {
  display: none;
}

.p-info-wrapper .cart-availability-wrapper .custom-availability {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.p-info-wrapper .cart-availability-wrapper .custom-availability + .add-to-cart {
  margin-top: 12px;
}

.p-info-wrapper .cart-availability-wrapper .availability-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary) !important;
  margin-right: 12px;
  margin-bottom: 0;
}

.p-info-wrapper .cart-availability-wrapper .delivery-wrapper {
  font-size: 12px;
  font-weight: 500;
  color: #beb6a9;
}

.p-info-wrapper .cart-availability-wrapper .delivery-wrapper .delivery-time,
.p-info-wrapper .cart-availability-wrapper .delivery-wrapper .delivery-time-label {
  display: inline;
}

.p-info-wrapper .cart-availability-wrapper .delivery-wrapper .delivery-time .default-variant {
  display: none;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart {
  margin-bottom: 0;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .quantity {
  padding: 0 24px;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  margin-right: 12px;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .quantity input {
  text-align: center;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .increase,
.p-info-wrapper .cart-availability-wrapper .add-to-cart .decrease {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .increase::before,
.p-info-wrapper .cart-availability-wrapper .add-to-cart .decrease::before {
  line-height: 16px;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .decrease {
  left: 6px;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .decrease::before {
  content: '-';
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .increase {
  right: 6px;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .increase::before {
  content: '+';
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .add-to-cart-button::before {
  display: none;
}

.p-info-wrapper .cart-availability-wrapper .add-to-cart .add-to-cart-button::after {
  content: url("/user/documents/assets/img/icon/cart-white.svg");
  display: inline-block;
  line-height: 1em;
  margin-left: 12px;
}

.p-info-wrapper .social-buttons-wrapper {
  order: 8;
  margin-top: 0;
  max-width: 400px;
}

.p-info-wrapper .social-buttons-wrapper .link-icons {
  margin-top: 0;
}

.p-info-wrapper .social-buttons-wrapper .link-icon {
  color: var(--color-primary);
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 0;
  border-right: 1px solid var(--color-primary);
}

.p-info-wrapper .social-buttons-wrapper .link-icon::before {
  display: none;
}

.p-info-wrapper .social-buttons-wrapper .link-icon:first-of-type {
  padding-left: 0;
}

.p-info-wrapper .social-buttons-wrapper .link-icon:last-of-type {
  border-right: none;
}

.p-info-wrapper .social-buttons-wrapper .social-buttons {
  min-height: unset;
  min-width: unset;
  padding: 10px;
  border: 1px solid var(--color-primary);
  left: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-info-wrapper > p {
  display: none;
}

.p-image-wrapper .p-image {
  position: relative;
  overflow: hidden;
}

.p-image-wrapper .flag-discount {
  display: none;
}

.p-image-wrapper .flags-default {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-image-wrapper .flags-default .flag {
  margin-left: 0;
}

.benefitBanner__picture {
  flex-basis: 122px;
  max-width: 122px;
}

.type-detail #content {
  padding-left: 0;
  padding-right: 0;
}

.type-detail hr {
  position: relative;
  width: calc(100vw - 56px);
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
}

.type-detail .col-sm-12 {
  padding: 0;
}

.type-detail .row {
  margin-left: 0;
  margin-right: 0;
}

.type-detail .shp-tabs-row {
  margin-top: 19px;
  margin-left: -20px;
  margin-right: -20px;
}

.type-detail .shp-tabs-holder {
  background-color: transparent;
}

.type-detail .shp-tabs-holder ul.shp-tabs {
  background-color: transparent;
  border: none;
}

.type-detail .shp-tabs-holder ul.shp-tabs .shp-tab.active {
  border: none;
  font-weight: 600;
}

.type-detail .shp-tabs-holder ul.shp-tabs .shp-tab {
  font-weight: 500;
  text-transform: uppercase;
}

.type-detail .shp-tabs-holder ul.shp-tabs .shp-tab-link {
  color: var(--color-primary);
  border: none;
  font-size: 12px;
  background-color: transparent;
}

.type-detail .shp-tabs-holder ul.shp-tabs .shp-tab-link:hover, .type-detail .shp-tabs-holder ul.shp-tabs .shp-tab-link:focus {
  color: var(--color-secondary-hover);
}

.description-inner {
  flex-direction: column;
  padding: 0;
}

.description-inner > div {
  flex-basis: 100%;
  width: 100%;
  padding: 0;
}

.description-inner .extended-description {
  padding-bottom: 64px;
  border-bottom: 1px solid var(--color-primary);
}

.basic-description > h3:first-of-type {
  display: none;
}

.basic-description h3 {
  font-size: 40px;
  line-height: 49px;
}

.basic-description .heading-text-wrapper {
  display: flex;
  margin: 34px 0;
}

.basic-description .heading-text-wrapper h2,
.basic-description .heading-text-wrapper h3,
.basic-description .heading-text-wrapper h4,
.basic-description .heading-text-wrapper h5 {
  flex: 0 1 calc(700px - 36px);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 36px;
}

.basic-description .heading-text-wrapper .text-wrapper {
  margin-top: 24px;
  flex: 0 1 532px;
  font-size: 16px;
  line-height: 1.5em;
}

.basic-description .highlights-wrapper {
  display: flex;
  justify-content: space-between;
}

.basic-description .highlights-wrapper > div {
  flex: 0 1 33.333%;
}

.basic-description .highlights-wrapper span {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  max-width: 290px;
}

.basic-description .highlights-wrapper span::before {
  content: '';
  display: block;
  height: 1px;
  width: 100px;
  position: absolute;
  top: 50%;
  background-color: var(--color-primary);
}

.basic-description .highlights-wrapper .left span {
  padding-right: 100px;
  text-align: right;
}

.basic-description .highlights-wrapper .left span::before {
  right: -12px;
}

.basic-description .highlights-wrapper .right span {
  padding-left: 100px;
}

.basic-description .highlights-wrapper .right span::before {
  left: -12px;
}

.basic-description .highlights-wrapper .left {
  align-items: flex-end;
}

.basic-description .highlights-wrapper .left,
.basic-description .highlights-wrapper .right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.basic-description .text-right {
  max-width: 532px;
  margin-left: auto;
  text-align: left;
}

.basic-description .text-right h4 {
  font-size: 18px;
}

.basic-description .text-right p {
  margin-bottom: 0;
}

.extended-description {
  display: flex;
  margin-top: 64px;
}

.extended-description h3 {
  display: block;
  flex: 0 1 700px;
  font-size: 40px;
  margin: 0;
}

.extended-description > table {
  flex: 0 1 532px;
  margin-top: 24px;
}

.extended-description .detail-parameters th {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.extended-description .detail-parameters td {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
}

.extended-description .detail-parameters th,
.extended-description .detail-parameters td {
  padding-bottom: 8px;
  padding-top: 8px;
}

.extended-description .detail-parameters tr {
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.extended-description .detail-parameters tr:last-of-type {
  border: none;
}

#productsRelated {
  margin-top: 64px;
}

#productsRelated h2 {
  font-size: 40px;
}

#ratingTab {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fbf6f3;
  padding: 50px 28px;
}

#ratingTab .rate-wrapper,
#ratingTab .votes-wrap,
#ratingTab h2,
#ratingTab p {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

#ratingTab h2 {
  font-size: 40px;
}

#ratingTab .rate-wrap > div:not(.rate-average-wrap) {
  display: none;
}

#ratingTab .rate-wrap .rate-average-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}

#ratingTab .rate-wrap .rate-average-wrap .add-comment {
  margin-right: 3em;
  max-width: unset;
  width: auto;
  flex-grow: 0;
  align-self: unset;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid var(--color-primary);
  padding: 1.54545em;
  padding-right: 5em;
  height: auto;
  transition: all 0.3s ease-out;
  position: relative;
  text-transform: uppercase;
}

#ratingTab .rate-wrap .rate-average-wrap .add-comment .rating-icon::before {
  display: none;
}

#ratingTab .rate-wrap .rate-average-wrap .add-comment::after {
  height: 1px;
  width: 5.90909em;
  border-top: 1px solid var(--color-primary);
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%) translateX(50%);
  transition: all 0.3s ease-out;
}

#ratingTab .rate-wrap .rate-average-wrap .add-comment:hover, #ratingTab .rate-wrap .rate-average-wrap .add-comment:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  transition: all 0.3s ease-out;
}

#ratingTab .rate-wrap .rate-average-wrap .add-comment:hover::after, #ratingTab .rate-wrap .rate-average-wrap .add-comment:focus::after {
  border-color: var(--color-secondary-hover);
  transition: all 0.3s ease-out;
}

#ratingTab .rate-average {
  color: var(--color-primary);
  font-size: 80px;
  font-weight: 300;
}

#ratingTab .stars-label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
  color: var(--color-primary);
  font-weight: 500;
}

#ratingTab .vote-wrap {
  border-color: var(--color-primary);
}

#ratingTab .vote-wrap .vote-pic {
  display: none;
}

#ratingTab .vote-wrap .vote-name {
  text-transform: uppercase;
  font-size: 16px;
}

#ratingTab .vote-wrap .vote-delimeter {
  display: none;
}

#ratingTab .vote-wrap .vote-rating .stars {
  margin-right: 12px;
}

#ratingTab .vote-wrap .vote-time {
  color: var(--color-primary);
}

#ratingTab .vote-wrap .vote-content {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 34px;
}

#ratingTab .vote-wrap .vote-content::before {
  content: '"';
  display: inline-block;
  margin-right: 24px;
}

#betuldiol {
  margin-top: 64px;
}

#betuldiol h2 {
  font-size: 40px;
}

#betuldiol .img-text-wrapper .inner-img-wrapper {
  flex: 0 1 50%;
  align-self: normal;
}

#betuldiol .img-text-wrapper .inner-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#betuldiol .img-text-wrapper .inner-text-wrapper {
  flex: 0 1 50%;
}

#certifikace {
  margin-top: 64px;
  margin-bottom: 64px;
}

#certifikace h2 {
  font-size: 40px;
  margin-top: 0;
}

#certifikace .wrapper > div {
  border: 1px solid var(--color-primary);
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  text-transform: uppercase;
}

#certifikace .wrapper {
  display: flex;
  gap: 34px;
}

#certifikace .wrapper .small {
  flex: 0 1 25%;
}

#certifikace .wrapper .small img {
  margin-bottom: auto;
  max-width: 93px;
}

#certifikace .wrapper .small a {
  text-decoration: underline;
}

#certifikace .wrapper .big {
  border: none;
  padding: 0;
  flex: 0 1 50%;
}

.in-blog.type-posts-listing h1:first-of-type,
.in-recenze.type-posts-listing h1:first-of-type {
  display: none;
}

.in-blog .content-wrapper-in aside,
.in-recenze .content-wrapper-in aside {
  display: none;
}

.in-blog #content,
.in-recenze #content {
  padding: 0;
}

.in-blog .content-inner,
.in-recenze .content-inner {
  max-width: unset;
}

.in-blog .first-post,
.in-recenze .first-post {
  max-width: 1920px;
  height: 545px;
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: var(--color-primary-hover);
}

.in-blog .first-post .image,
.in-recenze .first-post .image {
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: relative;
}

.in-blog .first-post .image img,
.in-recenze .first-post .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.in-blog .first-post .image::after,
.in-recenze .first-post .image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.in-blog .first-post .text,
.in-recenze .first-post .text {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1288px;
  padding-left: 28px;
  padding-right: 28px;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 124px;
}

.in-blog .first-post .text .breadcrumbs,
.in-recenze .first-post .text .breadcrumbs {
  margin-bottom: auto;
  margin-top: 34px;
  order: 1;
}

.in-blog .first-post .description,
.in-recenze .first-post .description {
  display: none;
}

.in-blog .first-post .title,
.in-recenze .first-post .title {
  max-width: 820px;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 54px;
  order: 3;
}

.in-blog .first-post .title:hover, .in-blog .first-post .title:focus,
.in-recenze .first-post .title:hover,
.in-recenze .first-post .title:focus {
  text-decoration: none;
}

.in-blog .first-post time,
.in-recenze .first-post time {
  order: 2;
  color: var(--color-primary-hover);
  font-size: 10px;
}

.in-blog .first-post .read-more,
.in-recenze .first-post .read-more {
  order: 4;
}

.in-blog .first-post .breadcrumbs,
.in-recenze .first-post .breadcrumbs {
  color: var(--color-primary-hover);
}

.in-blog .first-post .breadcrumbs a,
.in-recenze .first-post .breadcrumbs a {
  color: var(--color-primary-hover);
}

.in-blog .first-post .breadcrumbs a:hover, .in-blog .first-post .breadcrumbs a:focus,
.in-recenze .first-post .breadcrumbs a:hover,
.in-recenze .first-post .breadcrumbs a:focus {
  color: var(--color-secondary-hover);
}

.in-blog .first-post a,
.in-recenze .first-post a {
  color: var(--color-primary-hover);
}

.in-blog .first-post a:hover, .in-blog .first-post a:focus,
.in-recenze .first-post a:hover,
.in-recenze .first-post a:focus {
  color: var(--color-secondary-hover);
}

.in-blog .first-post .extended-banner-link,
.in-blog .first-post a.btn.btn-custom,
.in-recenze .first-post .extended-banner-link,
.in-recenze .first-post a.btn.btn-custom {
  border-color: var(--color-primary-hover);
}

.in-blog .first-post .extended-banner-link::after,
.in-blog .first-post a.btn.btn-custom::after,
.in-recenze .first-post .extended-banner-link::after,
.in-recenze .first-post a.btn.btn-custom::after {
  border-color: var(--color-primary-hover);
}

.in-blog .first-post .extended-banner-link:hover, .in-blog .first-post .extended-banner-link:focus,
.in-blog .first-post a.btn.btn-custom:hover,
.in-blog .first-post a.btn.btn-custom:focus,
.in-recenze .first-post .extended-banner-link:hover,
.in-recenze .first-post .extended-banner-link:focus,
.in-recenze .first-post a.btn.btn-custom:hover,
.in-recenze .first-post a.btn.btn-custom:focus {
  border-color: var(--color-secondary-hover);
}

.in-blog .first-post .extended-banner-link:hover::after, .in-blog .first-post .extended-banner-link:focus::after,
.in-blog .first-post a.btn.btn-custom:hover::after,
.in-blog .first-post a.btn.btn-custom:focus::after,
.in-recenze .first-post .extended-banner-link:hover::after,
.in-recenze .first-post .extended-banner-link:focus::after,
.in-recenze .first-post a.btn.btn-custom:hover::after,
.in-recenze .first-post a.btn.btn-custom:focus::after {
  border-color: var(--color-secondary-hover);
}

.in-blog #newsWrapper,
.in-recenze #newsWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.in-blog #newsWrapper .news-item,
.in-recenze #newsWrapper .news-item {
  flex-direction: column;
}

.in-blog #newsWrapper .news-item .description,
.in-recenze #newsWrapper .news-item .description {
  display: none;
}

.in-blog #newsWrapper .news-item .title,
.in-recenze #newsWrapper .news-item .title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
}

.in-blog #newsWrapper .news-item .title:hover, .in-blog #newsWrapper .news-item .title:focus,
.in-recenze #newsWrapper .news-item .title:hover,
.in-recenze #newsWrapper .news-item .title:focus {
  text-decoration: none;
}

.in-blog #newsWrapper .news-item .text,
.in-recenze #newsWrapper .news-item .text {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.in-blog #newsWrapper .news-item .text time,
.in-recenze #newsWrapper .news-item .text time {
  order: -1;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 12px;
}

.in-blog #newsWrapper .news-item .image,
.in-recenze #newsWrapper .news-item .image {
  min-height: 250px;
  margin-right: 0;
  width: 100%;
}

.in-blog #newsWrapper .news-item .image img,
.in-recenze #newsWrapper .news-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in-blog .header-image-wrapper,
.in-recenze .header-image-wrapper {
  height: 545px;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 64px;
  max-width: 1864px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: var(--color-primary-hover);
}

.in-blog .header-image-wrapper .breadcrumbs-wrapper,
.in-blog .header-image-wrapper .container,
.in-recenze .header-image-wrapper .breadcrumbs-wrapper,
.in-recenze .header-image-wrapper .container {
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
}

.in-blog .header-image-wrapper .breadcrumbs,
.in-recenze .header-image-wrapper .breadcrumbs {
  margin-top: 34px;
  color: var(--color-primary-hover);
}

.in-blog .header-image-wrapper .breadcrumbs a,
.in-recenze .header-image-wrapper .breadcrumbs a {
  color: var(--color-primary-hover);
}

.in-blog .header-image-wrapper .breadcrumbs a:hover, .in-blog .header-image-wrapper .breadcrumbs a:focus,
.in-recenze .header-image-wrapper .breadcrumbs a:hover,
.in-recenze .header-image-wrapper .breadcrumbs a:focus {
  color: var(--color-secondary-hover);
}

.in-blog .header-image-wrapper .container,
.in-recenze .header-image-wrapper .container {
  margin-bottom: 64px;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}

.in-blog .header-image-wrapper h1,
.in-recenze .header-image-wrapper h1 {
  max-width: 700px;
  text-align: left;
  font-size: 44px;
  line-height: 54px;
  color: var(--color-primary-hover);
}

.in-blog .header-image-wrapper::after,
.in-recenze .header-image-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15);
}

.in-blog .header-image-wrapper > div,
.in-recenze .header-image-wrapper > div {
  z-index: 1;
}

.in-blog.type-post time,
.in-recenze.type-post time {
  display: none;
}

.in-blog.type-post .text,
.in-recenze.type-post .text {
  max-width: 914px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
}

.in-blog.type-post .text h3,
.in-recenze.type-post .text h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.in-blog.type-post .text h3:first-of-type,
.in-recenze.type-post .text h3:first-of-type {
  margin-top: 0;
}

.type-page .heading-image,
.in-hodnoceni-obchodu .heading-image,
.customer-page .heading-image {
  max-width: 1864px;
  margin-left: auto;
  margin-right: auto;
  height: 545px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.type-page .heading-image.auto-height,
.in-hodnoceni-obchodu .heading-image.auto-height,
.customer-page .heading-image.auto-height {
  height: auto;
}

.type-page .heading-image iframe,
.in-hodnoceni-obchodu .heading-image iframe,
.customer-page .heading-image iframe {
  margin-top: 50px;
}

.type-page .heading-image .breadcrumbs-wrapper,
.type-page .heading-image h1,
.type-page .heading-image h2,
.type-page .heading-image p,
.in-hodnoceni-obchodu .heading-image .breadcrumbs-wrapper,
.in-hodnoceni-obchodu .heading-image h1,
.in-hodnoceni-obchodu .heading-image h2,
.in-hodnoceni-obchodu .heading-image p,
.customer-page .heading-image .breadcrumbs-wrapper,
.customer-page .heading-image h1,
.customer-page .heading-image h2,
.customer-page .heading-image p {
  max-width: 1288px;
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.type-page .heading-image .breadcrumbs,
.in-hodnoceni-obchodu .heading-image .breadcrumbs,
.customer-page .heading-image .breadcrumbs {
  margin-top: 34px;
}

.type-page .heading-image .breadcrumbs-wrapper,
.in-hodnoceni-obchodu .heading-image .breadcrumbs-wrapper,
.customer-page .heading-image .breadcrumbs-wrapper {
  margin-bottom: auto;
}

.type-page .heading-image > *:last-child,
.in-hodnoceni-obchodu .heading-image > *:last-child,
.customer-page .heading-image > *:last-child {
  margin-bottom: auto;
}

.type-page .heading-image h1,
.type-page .heading-image h2,
.in-hodnoceni-obchodu .heading-image h1,
.in-hodnoceni-obchodu .heading-image h2,
.customer-page .heading-image h1,
.customer-page .heading-image h2 {
  position: relative;
  font-size: 44px;
}

.type-page .heading-image .container:not(.breadcrumbs-wrapper),
.in-hodnoceni-obchodu .heading-image .container:not(.breadcrumbs-wrapper),
.customer-page .heading-image .container:not(.breadcrumbs-wrapper) {
  max-width: 1288px;
  margin-top: auto;
  margin-bottom: auto;
}

.type-page .heading-image .container:not(.breadcrumbs-wrapper) h1,
.in-hodnoceni-obchodu .heading-image .container:not(.breadcrumbs-wrapper) h1,
.customer-page .heading-image .container:not(.breadcrumbs-wrapper) h1 {
  padding-left: 0;
  padding-right: 0;
  top: unset;
  transform: none;
}

.customer-page .heading-image {
  height: 400px;
}

.slick-arrow {
  position: absolute;
  width: 53px;
  height: 53px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-arrow::before {
  font-family: shoptet;
}

.slick-arrow:hover, .slick-arrow:focus {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

.slick-prev::before {
  content: '\e90f';
}

.slick-next::before {
  content: '\e910';
}

.p-image .slick-arrow {
  top: unset;
  bottom: 34px;
  right: 34px;
  z-index: 2;
}

.p-image .slick-prev {
  transform: translateX(-105%);
}

.p-thumbnails-wrapper {
  display: none;
}

.heading-image .breadcrumbs-wrapper .breadcrumbs {
  margin-left: -20px;
  margin-right: -20px;
}

.type-page .latest-contribution {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  width: 100%;
}

.type-page .latest-contribution h2 {
  display: none;
}

.type-page .latest-contribution-inner {
  margin: 0;
}

.type-page .latest-contribution-content {
  width: 100%;
}

@media screen and (max-width: 880px) {
  .type-page .latest-contribution {
    grid-template-columns: minmax(100px, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .type-page .latest-contribution {
    gap: 16px;
  }
}

.in-reference-a-certifikace header[itemprop='headline'] {
  display: none;
}

#footer .instagram-wrapper {
  display: flex;
  align-items: center;
  padding: 64px 28px 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  gap: 34px;
}

#footer .instagram-wrapper h4 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 300;
  color: #8a837a;
  width: auto;
  flex: 0 1 28%;
}

#footer .instagram-wrapper h4 span {
  color: var(--color-primary-hover);
  font-weight: 600;
}

#footer .instagram-wrapper .instagram-widget {
  max-width: unset;
  width: 100%;
  gap: 34px;
  flex: 0 1 72%;
}

#footer .instagram-wrapper .instagram-widget.columns-2 > a {
  width: calc(25% - 25.5px);
  max-width: 294px;
  padding-bottom: 0;
}

#footer .instagram-wrapper .instagram-widget > a img {
  position: initial;
  transform: none;
  max-width: 294px;
  max-height: 294px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#footer .instagram-wrapper .instagram-follow-btn {
  display: none;
}

.footer-rows .site-name a img {
  max-height: 40px;
}

@media screen and (max-width: 1090px) {
  #footer .instagram-wrapper h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  #footer .instagram-wrapper {
    gap: 16px;
  }
  #footer .instagram-wrapper .instagram-widget {
    gap: 16px;
  }
  #footer .instagram-wrapper .instagram-widget.columns-2 > a {
    width: calc(25% - 12px);
  }
}

@media screen and (max-width: 767px) {
  #footer .instagram-wrapper {
    flex-direction: column;
  }
  #footer .instagram-wrapper h4 {
    text-align: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  #footer .instagram-wrapper .instagram-widget.columns-2 > a {
    width: calc(33.333% - 10.667px);
  }
  #footer .instagram-wrapper .instagram-widget.columns-2 > a:last-of-type {
    display: none;
  }
}

.sold-out {
  display: none;
}

.form-group label {
  min-width: 220px;
  width: auto;
}

.form-group-tooltip {
  left: calc(220px + 217px - 26px);
}

input[type='checkbox'].error-field + label {
  padding-left: 36px;
}

.in-reference-a-certifikace .latest-contribution-discussion {
  display: none;
}

.advanced-order .h2 {
  font-size: 3.5rem;
  text-align: center;
}

.products-block.products-alternative > div:nth-child(2n),
.products-block.products-related > div:nth-child(2n),
.products-block.products-alternative > div:nth-child(4n),
.products-block.products-related > div:nth-child(4n) {
  border: none !important;
}

.radio-wrapper.active .for-free {
  color: #7dc001;
}

.for-free {
  color: var(--color-primary);
}

.content-inner {
  max-width: unset;
}

.top-navigation-bar .dropdown a {
  padding-left: 24px;
  width: 100%;
}

.top-navigation-bar .dropdown button {
  color: var(--color-secondary-hover);
}

.top-navigation-bar .dropdown button:hover, .top-navigation-bar .dropdown button:focus {
  text-decoration: underline;
}

.co-box.co-registration {
  padding-right: 0;
}

.shp-tabs-row.responsive-nav .navigation-btn {
  font-size: 26px;
  top: -4px;
  line-height: 0;
}

.cart-related-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-related-info .cart-related-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ordering-process .cart-table tr.related.visible {
    width: 100%;
  }
  .cart-related-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart-related-button .price-final {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .cart-row .col-md-8 {
    margin-bottom: 16px;
  }
  .menu-level-2 li.banner {
    display: none !important;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    grid-template-columns: 1fr 1fr;
  }
  .popup-widget.login-widget {
    top: 139px;
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ordering-process ol.cart-header {
    margin-top: 8px;
  }
  .category-header-wrapper .container {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .mobile .category-header-wrapper .container {
    justify-content: center;
  }
  .mobile #content .btn.unveil-button {
    display: block;
  }
  .mobile .slider-wrapper {
    max-width: unset;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f6f6f6;
  }
  .mobile #filters h4 {
    margin-bottom: 0;
  }
  .mobile .filter-section-boolean {
    display: none;
  }
}

#map {
  height: 500px;
}

.in-kde-koupit #content header,
.in-obchodni-podminky #content header {
  display: none;
}

#store-list .list {
  display: none;
}

#store-list .list > div {
  padding: 16px;
  cursor: pointer;
}

#store-list .list > div:hover, #store-list .list > div:focus {
  box-shadow: 0 0 5px lightgray;
}

#store-list .list > div p:last-child {
  margin-bottom: 0;
}

#store-list .list.visible {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  grid-template-rows: auto;
  gap: 30px;
}

#store-list h2 {
  font-size: 32px;
}

#store-list h3 {
  cursor: pointer;
}

#store-list h3::after {
  content: '\e90e';
  font-family: shoptet;
  font-size: 0.7em;
  margin-left: 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

#store-list h3.active::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 1300px) {
  #store-list .list.visible {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}

@media screen and (max-width: 1000px) {
  #store-list .list.visible {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  #store-list .list.visible {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 16px;
  }
}

@media screen and (max-width: 420px) {
  #store-list h2 {
    font-size: 22px;
  }
  #store-list .list.visible {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .in-hodnoceni-obchodu .votes-wrap {
    grid-template-columns: minmax(1px, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .in-hodnoceni-obchodu .rate-wrapper.unveil-wrapper .rate-wrap {
    flex-direction: column;
  }
  .in-hodnoceni-obchodu .rate-average-wrap {
    order: 2;
    margin-top: 34px;
  }
  .in-hodnoceni-obchodu .rate-form-trigger {
    margin-top: 34px !important;
  }
  .in-hodnoceni-obchodu .rate-wrap > div:last-of-type {
    width: 90%;
    padding-bottom: 0;
  }
  .in-hodnoceni-obchodu .rate-wrapper.unveil-wrapper.unveiled .add-comment {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

.customer-page .breadcrumbs-wrapper {
  display: none;
}

.customer-page #content-wrapper {
  margin-top: 100px;
}

.customer-page .sidebar ul {
  list-style: none;
  padding-left: 0;
}

.customer-page .sidebar ul li {
  position: relative;
  font-weight: 300;
  overflow: hidden;
  padding-left: 20px;
}

.customer-page .sidebar ul li.active {
  font-weight: 700;
}

.customer-page .sidebar ul li:not(.logout) {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.customer-page .sidebar ul li:not(.logout)::before {
  content: '\e910';
  font-family: shoptet;
  display: inline-block;
  width: auto;
  height: auto;
  color: var(--color-secondary-hover);
  font-size: 0.7em;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.customer-page .sidebar ul li:not(.logout):hover::before, .customer-page .sidebar ul li:not(.logout):focus::before {
  left: unset;
  right: 0;
  animation: fly-right 0.3s linear;
}

.customer-page table.table thead > tr > th,
.customer-page table.table tbody > tr > th,
.customer-page table.table thead > tr > td,
.customer-page table.table tbody > tr > td {
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .customer-page .heading-image {
    display: none;
  }
  .customer-page #content-wrapper {
    margin-top: 0;
  }
}

.type-page .heading-image.club {
  background: url(/user/documents/assets/img/club-bg.jpg) center center no-repeat;
  margin-bottom: 55px;
}

.type-page .narrow-custom {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.club-wrapper p {
  line-height: 2em;
  letter-spacing: 0.1em;
}

.club-wrapper h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}

.club-wrapper h3 {
  font-size: 12px;
}

.club-wrapper .highlight {
  max-width: 720px;
  margin: 0 auto 50px;
  background-color: rgba(189, 143, 75, 0.05);
  border: 1px solid rgba(189, 143, 75, 0.15);
  padding: 20px;
  font-size: 12px;
  text-align: center;
  color: #bd8f4b;
  text-transform: uppercase;
}

.club-wrapper .highlight p {
  margin: 0;
}

.club-wrapper .buttons-wrapper {
  text-align: center;
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

.club-wrapper .buttons-wrapper .btn-primary {
  margin-right: 0.5em;
}

.club-wrapper .buttons-wrapper .btn-primary::before {
  content: url(/user/documents/assets/img/icon/user-btn.png);
  display: inline-block;
  margin-right: 0.5em;
  line-height: 0;
}

.club-wrapper .buttons-wrapper .btn-conversion::after {
  content: url(/user/documents/assets/img/icon/register-btn.png);
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
}

.club-wrapper .buttons-wrapper .btn-primary,
.club-wrapper .buttons-wrapper .btn-conversion {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em;
}

.club-wrapper .benefit-table {
  border: 1px solid #000;
  padding: 50px;
  max-width: 600px;
  margin: 0 auto 50px;
}

.club-wrapper .benefit-table .radek {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.club-wrapper .benefit-table .radek:not(:last-of-type) {
  border-bottom: 1px solid #000;
}

.club-wrapper .benefit-table h3 {
  margin: 0 0 20px;
  text-align: center;
}

.club-wrapper .usp-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px 50px;
}

.club-wrapper .usp-wrapper .usp-item {
  flex: 0 1 25%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.club-wrapper .usp-wrapper .usp-item img {
  margin-right: 20px;
}

.club-wrapper .columns.col-2 {
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
  margin-top: 100px;
}

.club-wrapper .columns.col-2 .column {
  flex: 0 1 50%;
}

.club-wrapper .columns.col-2 .column.left img {
  margin-top: -100px;
}

.club-wrapper .columns.col-2 .column.right {
  padding: 0 20px;
}

.club-wrapper .columns.col-2 .column.right h2 {
  text-align: left;
  margin-bottom: 19px;
}

.in-klub-epiderma .content.narrow {
  max-width: unset;
}

.in-klub-epiderma article > header h1 {
  display: none;
}

@media screen and (max-width: 1100px) {
  .club-wrapper .usp-wrapper .usp-item {
    flex-basis: 50%;
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .club-wrapper .columns.col-2 {
    padding: 50px 0;
  }
  .club-wrapper .columns.col-2 .column.left {
    display: none;
  }
  .club-wrapper .columns.col-2 .column.right {
    padding: 0;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .type-page .heading-image.club {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .club-wrapper .usp-wrapper .usp-item {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 480px) {
  .club-wrapper .buttons-wrapper {
    flex-direction: column;
  }
  .club-wrapper .buttons-wrapper .btn-primary {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
/*# sourceMappingURL=style.css.map */