/* Basic styles */
:root {
  --template-font: 'Lato';
  --template-headings-font: 'Lato';

  --ji-pb-image-ratio: 3 / 4;
  --ji-pb-padding: 5px;
  --ji-container-padding: 20px;
}
.ready {visibility: visible!important;}

.overall-wrapper {visibility: hidden;overflow-x: clip;}
body {color: #1B1B1B;background-color: #FCF8F4;font-size: 16px;font-weight: 400;line-height: 1.4;}
#content {line-height: 1.4;}
.link-like, a:not(.btn) {color: #25653C;text-decoration: underline;}
.link-like:hover, a:not(.btn):hover {text-decoration: none;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color: #1B1B1B;font-weight: 600;}

#content h1 {font-size: 38px;}
.h1, h1 {font-size: 38px;}
.h2, h2 {font-size: 30px;}
.h3, h3 {font-size: 24px;}
.h4, h4 {font-size: 20px;}
.h5, h5 {font-size: 17px;}
.h6, h6 {font-size: 17px;}

@media (max-width: 767px) {
  body {font-size: 14px;}

  #content h1 {font-size: 28px;}
  .h1, h1 {font-size: 28px;}
  .h2, h2 {font-size: 22px;}
  .h3, h3 {font-size: 18px;}
  .h4, h4 {font-size: 18px;}
}

@media (min-width: 992px) {
  .msg {padding: 20px 20px}
  .msg.msg-success {background-color: #5F9445;border-color: #5F9445;}
}

.customer-page #content {padding-top: 15px;}

.banner {min-height: 0;margin-bottom: 0;}
.content-wrapper {background-color: transparent;padding-top: 0;}

#header .container {padding-right: 20px;padding-left: 20px;}

@media (min-width: 1440px) {
    .container {width: 1320px;}
}
@media (max-width: 767px) {
  .overall-wrapper {padding-top: 0!important;}

  .container {padding-left: 16px;padding-right: 16px;}
}

.btn, a.btn {border-radius: 360px;padding: 8px 16px;font-size: 16px;font-weight: 700;text-transform: initial;}

.btn.btn-secondary, a.btn.btn-secondary {background-color: #25653C;border-color: #25653C;color: #fff;}
.btn.btn-secondary:hover, a.btn.btn-secondary:hover {color: #fff;background-color: var(--color-primary);border-color: var(--color-primary);}

.btn.btn-default:hover, a.btn.btn-default:hover {border-color: var(--color-secondary-hover);}

.btn.btn-secondary.btn-reverse, a.btn.btn-secondary.btn-reverse {background-color: transparent;border-color: #25653C;color: #1B1B1B;}
.btn.btn-secondary.btn-reverse:hover, a.btn.btn-secondary.btn-reverse:hover {background-color: #25653C;color: #fff;}

.btn.btn-primary, a.btn.btn-primary {background-color: var(--color-secondary);border-color: var(--color-secondary);color: #fff;font-weight: 700;text-transform: uppercase;}
.btn.btn-primary:hover, a.btn.btn-primary:hover {color: #fff!important;background-color: var(--color-secondary-hover);border-color: var(--color-secondary-hover);}

.btn.btn-conversion, a.btn.btn-conversion {}
.btn.btn-conversion:hover,  a.btn.btn-conversion:hover {background-color: var(--color-secondary-hover);color: #fff;}

.btn.btn-default, a.btn.btn-default {color: #fff;}
.btn.btn-default:hover, a.btn.btn-default:hover {color: #fff;}

@media (max-width: 767px) {
  .btn, a.btn {font-size: 14px;}
}

.center {text-align: center;}

main#content {display: flex;flex-direction: column;padding-top: 0;}

/* Top msg bar */
body:is(.id--16, .id--17) .site-msg.information {display: none;}
.site-msg.information {position: relative;top: 0;left: 0;z-index: 65;max-width: 100%;background-color: #25653C;color: #fff;font-weight: 700;font-size: 16px;padding: 0;}
.site-msg.information .text {padding: 3px 0;padding-right: 20px;}
.site-msg.information a {color: #fff;}
.site-msg.information a:hover {text-decoration: none;}
.site-msg, .site-msg .close:before {color: #fff;font-weight: 300;}
.site-msg .close {right: 10px;}
.site-msg.information .container {text-align: center;}

@media (max-width: 767px) {
  .site-msg.information {position: static;top: 0;}
  .site-msg.information .text {font-size: 14px;}
}

/* Top navigation bar */
.top-navigation-bar {border-top: 0;border-bottom: 1px solid #DCD2C8;}
.top-navigation-bar .top-nav-button {display: none;}
.top-navigation-bar .dropdown {margin-right: 0;border-right: 1px solid #DCD2C8;border-left: 1px solid #DCD2C8;min-height: 35px;}
.top-navigation-bar .dropdown button {color: #1B1B1B;font-size: 16px;}
.top-navigation-bar .dropdown .caret:before {margin-top: -5px;right: 8px;}
.top-navigation-tools {}

.top-navigation-menu {height: 35px;}
.top-navigation-bar-menu a {padding: 8px 12px;font-size: 14px;color: #1B1B1B;text-decoration: none;}
.top-navigation-bar-menu a:hover {text-decoration: underline;}
.top-navigation-menu-trigger {padding: 8px 12px;}

/* Header */
@media (min-width: 768px) {
  body {--ji-top-bar-height: 36px;--ji-header-height: 84px;--ji-sticky-header-bottom: calc(var(--ji-top-bar-height) + var(--ji-header-height));}
  .scrolled body {--ji-sticky-header-bottom: var(--ji-header-height);}

  body:not(.ordering-process) #header {position: sticky;top: 0;z-index: 65;}
  .ordering-process #header {border-bottom: 1px solid #DCD2C8;}
  #header .header-top {background-color: #F4EFE3;padding: 12px 0;}
  #header .site-name a img {max-height: 65px;}

  #header .header-top-wrapper .site-name {flex: 0 1 20%;}

  #header .header-top-wrapper>div.search {padding: 0 16px 0 0;flex: 0 0 470px;}

  #header .header-top-wrapper>div.header-top__contact {flex: 0 0 250px;}

  #header .header-top-wrapper>div.navigation-buttons {flex: 1;}

  #header .navigation-buttons a.header-top__login {width: 45px;flex: 0 0 45px;margin-left: 0;height: 45px;background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 0.5C34.6503 0.5 44.5 10.3497 44.5 22.5C44.5 34.6503 34.6503 44.5 22.5 44.5C10.3497 44.5 0.5 34.6503 0.5 22.5C0.5 10.3497 10.3497 0.5 22.5 0.5Z' stroke='%23DCD2C8'/%3E%3Cpath d='M16.5 31.5V29.5C16.5 28.4391 16.9214 27.4217 17.6716 26.6716C18.4217 25.9214 19.4391 25.5 20.5 25.5H24.5C25.5609 25.5 26.5783 25.9214 27.3284 26.6716C28.0786 27.4217 28.5 28.4391 28.5 29.5V31.5M18.5 17.5C18.5 18.5609 18.9214 19.5783 19.6716 20.3284C20.4217 21.0786 21.4391 21.5 22.5 21.5C23.5609 21.5 24.5783 21.0786 25.3284 20.3284C26.0786 19.5783 26.5 18.5609 26.5 17.5C26.5 16.4391 26.0786 15.4217 25.3284 14.6716C24.5783 13.9214 23.5609 13.5 22.5 13.5C21.4391 13.5 20.4217 13.9214 19.6716 14.6716C18.9214 15.4217 18.5 16.4391 18.5 17.5Z' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #header .navigation-buttons a.header-top__login:hover {transform: scale(1.08);}

  #header .navigation-buttons a[data-target=cart] {margin-left: 8px;}
  #header .navigation-buttons a[data-target=cart]:before {content: "";width: 45px;height: 45px;background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.5C0 10.0736 10.0736 0 22.5 0C34.9264 0 45 10.0736 45 22.5C45 34.9264 34.9264 45 22.5 45C10.0736 45 0 34.9264 0 22.5Z' fill='%23CACC45'/%3E%3Cpath d='M19.5003 21.5V16.5C19.5003 15.7044 19.8164 14.9413 20.379 14.3787C20.9416 13.8161 21.7046 13.5 22.5003 13.5C23.2959 13.5 24.059 13.8161 24.6216 14.3787C25.1842 14.9413 25.5003 15.7044 25.5003 16.5V21.5M16.8313 18.5H28.1703C28.4587 18.5 28.7436 18.5623 29.0057 18.6827C29.2677 18.8031 29.5006 18.9788 29.6883 19.1976C29.8761 19.4164 30.0144 19.6733 30.0936 19.9506C30.1728 20.2279 30.1911 20.519 30.1473 20.804L28.8923 28.956C28.7833 29.6644 28.4243 30.3105 27.8803 30.7771C27.3362 31.2438 26.6431 31.5002 25.9263 31.5H19.0743C18.3577 31.5 17.6648 31.2434 17.1209 30.7768C16.5771 30.3102 16.2182 29.6643 16.1093 28.956L14.8543 20.804C14.8105 20.519 14.8288 20.2279 14.908 19.9506C14.9872 19.6733 15.1255 19.4164 15.3132 19.1976C15.501 18.9788 15.7339 18.8031 15.9959 18.6827C16.258 18.5623 16.5429 18.5 16.8313 18.5Z' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #header .navigation-buttons a[data-target=cart]:not(.full) .cart-price {display: none!important;}
  #header .navigation-buttons a[data-target=cart] i {background-color: #25653C;width: 22px;height: 22px;line-height: 22px;border: 0;padding: 0;text-align: center;line-height: 22px;font-weight: 700;font-size: 14px;left: 30px;top: -5px;}
  #header .navigation-buttons a[data-target=cart] .cart-price {font-weight: bold;font-size: 16px;font-weight: bold;white-space: nowrap;}
  #header .navigation-buttons a[data-target=cart].full .cart-price {font-size: 15px;}

  #header .navigation-buttons a.--tel {display: none;}
}
@media (min-width: 1200px) and (max-width: 1439px) {
  body:not(.ordering-process:not(.id--15)) #header .header-top-wrapper .site-name {flex: 0 1 15%;}
}
@media (min-width: 768px) and (max-width: 1199px) {
  body:not(.ordering-process:not(.id--15)) #header .header-top-wrapper>div.header-top__contact {display: none;}
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.ordering-process:not(.id--15)) #header .header-top-wrapper>div.search {flex: 0 0 395px;padding-right: 0;}
}

a.searchWhisperer__product {text-decoration: none;}

.search-input-icon:before {font-size: 18px;}
#header .search-input {border-radius: 360px;border: 1px solid #5B3917;}
#header .compact-form .btn.search-button {display: block;background-color: var(--color-primary);border-color: var(--color-primary);border-radius: 360px;height: 40px;line-height: 38px;padding: 0 16px;top: 4px;right: 4px;}
#header .compact-form .btn.search-button:hover {background-color: var(--color-primary-hover);border-color: var(--color-primary-hover);}

.header-top__contact {padding-left: 53px;position: relative;display: flex;flex-direction: column;}
.header-top__contact::before {content: "";width: 45px;height: 45px;position: absolute;left: 0;top: 50%;margin-top: -23px;background-image: url(../img/header-face.png);}
.header-top__contact a {color: #1B1B1B;padding-left: 20px;position: relative;}
.header-top__contact a.--tel {text-decoration: none;}
.header-top__contact a.--tel:hover {text-decoration: underline;}
.header-top__contact a::before {content: "";width: 16px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -8px;}
.header-top__contact a.--tel::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33333 2.66667H6L7.33333 6.00001L5.66667 7.00001C6.38064 8.44769 7.55231 9.61937 9 10.3333L10 8.66667L13.3333 10V12.6667C13.3333 13.0203 13.1929 13.3594 12.9428 13.6095C12.6928 13.8595 12.3536 14 12 14C9.39951 13.842 6.94677 12.7377 5.10455 10.8955C3.26234 9.05324 2.15803 6.6005 2 4.00001C2 3.64638 2.14048 3.30724 2.39052 3.0572C2.64057 2.80715 2.97971 2.66667 3.33333 2.66667Z' stroke='%2325653C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.header-top__contact a.--mail::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.66666C2 4.31304 2.14048 3.9739 2.39052 3.72385C2.64057 3.4738 2.97971 3.33333 3.33333 3.33333H12.6667C13.0203 3.33333 13.3594 3.4738 13.6095 3.72385C13.8595 3.9739 14 4.31304 14 4.66666M2 4.66666V11.3333C2 11.687 2.14048 12.0261 2.39052 12.2761C2.64057 12.5262 2.97971 12.6667 3.33333 12.6667H12.6667C13.0203 12.6667 13.3594 12.5262 13.6095 12.2761C13.8595 12.0261 14 11.687 14 11.3333V4.66666M2 4.66666L8 8.66666L14 4.66666' stroke='%2325653C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

/* Mobile header */
@media (max-width: 767px) {
  body {--ji-header-top-height: 60px;--ji-search-height: 63px;--ji-header-height: calc(var(--ji-header-top-height) + var(--ji-search-height));}
  body.ordering-process:not(.id--15) {--ji-search-height: 0px;}

  #header {position: sticky;top: 0;background-color: #F4EFE3;padding-bottom: 12px;padding-left: 16px;padding-right: 16px;}
  #header .header-top__contact {display: none;}
  #header .header-top {padding-top: 12px;}
  #header .search {display: block;order: 3;width: 100%;padding-top: 6px;}
  #header .search-input {padding-left: 45px;}
  #header .site-name {padding-left: 0;}
  #header .site-name a img {max-height: 45px;}

  #header .navigation-buttons {position: static;z-index: 0;}
  #header .navigation-buttons a[data-target="search"] {display: none;}
  #header .navigation-buttons a.--tel {display: block;margin-left: 0;background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23DCD2C8'/%3E%3Cpath d='M13 12H17L19 17L16.5 18.5C17.571 20.6715 19.3285 22.429 21.5 23.5L23 21L28 23V27C28 27.5304 27.7893 28.0391 27.4142 28.4142C27.0391 28.7893 26.5304 29 26 29C22.0993 28.763 18.4202 27.1065 15.6568 24.3432C12.8935 21.5798 11.237 17.9007 11 14C11 13.4696 11.2107 12.9609 11.5858 12.5858C11.9609 12.2107 12.4696 12 13 12Z' stroke='%231B1B1B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");font-size: 0;line-height: 0;}
  #header .navigation-buttons a.header-top__login {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23DCD2C8'/%3E%3Cpath d='M15 27.5V25.8333C15 24.9493 15.3512 24.1014 15.9763 23.4763C16.6014 22.8512 17.4493 22.5 18.3333 22.5H21.6667C22.5507 22.5 23.3986 22.8512 24.0237 23.4763C24.6488 24.1014 25 24.9493 25 25.8333V27.5M16.6667 15.8333C16.6667 16.7174 17.0179 17.5652 17.643 18.1904C18.2681 18.8155 19.1159 19.1667 20 19.1667C20.8841 19.1667 21.7319 18.8155 22.357 18.1904C22.9821 17.5652 23.3333 16.7174 23.3333 15.8333C23.3333 14.9493 22.9821 14.1014 22.357 13.4763C21.7319 12.8512 20.8841 12.5 20 12.5C19.1159 12.5 18.2681 12.8512 17.643 13.4763C17.0179 14.1014 16.6667 14.9493 16.6667 15.8333Z' stroke='%231B1B1B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #header .navigation-buttons a[data-target="cart"] {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.95431 8.95431 0 20 0C31.0457 0 40 8.95431 40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20Z' fill='%23CACC45'/%3E%3Cpath d='M17.5004 19.1667V15C17.5004 14.337 17.7638 13.7011 18.2326 13.2322C18.7015 12.7634 19.3374 12.5 20.0004 12.5C20.6634 12.5 21.2993 12.7634 21.7682 13.2322C22.237 13.7011 22.5004 14.337 22.5004 15V19.1667M15.2762 16.6667H24.7254C24.9657 16.6666 25.2032 16.7186 25.4215 16.8189C25.6399 16.9193 25.834 17.0656 25.9905 17.248C26.1469 17.4304 26.2621 17.6444 26.3282 17.8755C26.3942 18.1065 26.4094 18.3492 26.3729 18.5867L25.3271 25.38C25.2363 25.9704 24.9371 26.5087 24.4837 26.8976C24.0304 27.2865 23.4527 27.5002 22.8554 27.5H17.1454C16.5482 27.5 15.9708 27.2862 15.5176 26.8973C15.0644 26.5085 14.7653 25.9702 14.6746 25.38L13.6287 18.5867C13.5922 18.3492 13.6075 18.1065 13.6735 17.8755C13.7395 17.6444 13.8547 17.4304 14.0112 17.248C14.1677 17.0656 14.3618 16.9193 14.5801 16.8189C14.7985 16.7186 15.0359 16.6666 15.2762 16.6667Z' stroke='%231B1B1B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #header .navigation-buttons a[data-target="cart"]::before {display: none;}
  #header .header-top a.cart-count i {bottom: 27px;right: -4px;}
  #header .navigation-buttons a[data-target="navigation"] {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23DCD2C8'/%3E%3Cpath d='M13.333 15H26.6663M13.333 20H26.6663M13.333 25H26.6663' stroke='%231B1B1B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #header .navigation-buttons a[data-target="navigation"]::before {display: none;}
  #header .navigation-buttons a {width: 40px;height: 40px;line-height: 40px;margin-left: 8px;}
  #header .navigation-buttons a:before {line-height: 40px;}

  #header .header-top::after {content: "";display: none;position: absolute;inset: 0;background: transparent;transition: display .3s allow-discrete;}
  .navigation-window-visible #header .header-top::after {display: block;}
  .navigation-window-visible .navigation-buttons a[data-target=navigation], .navigation-window-visible .navigation-buttons a[data-target=navigation]:hover {background-color: transparent;}
}

/* Navigation */
@media (min-width: 768px) {
  body.navigation-hovered:before {z-index: 9;}
  body.navigation-hovered .top-navigation-bar {z-index: 10;position: relative;}
  #header .header-bottom {border: 0;background-color: #6C4213;}
  #navigation {background-color: transparent;height: 50px;}

  .fitted .navigation-in ul {justify-content: space-between;}
  .navigation-in>ul>li>a {color: #fff;font-size: 16px;position: relative;padding-top: 15px;padding-bottom: 15px;padding-left: 9px!important;padding-right: 9px!important;margin: 0!important}
  .navigation-in>ul>li>a:hover {color: #fff;text-decoration: underline;}
  .navigation-in>ul>li>a[href="/produkty/"] {padding-left: 14px!important;padding-right: 14px!important;}
  .navigation-in>ul>li>a[href="/produkty/"]::after {content: "";background-color: #fff;border-radius: 360px;color: #1B1B1B;position: absolute;left: 0;top: 0;height: 35px;width: 100%;top: 50%;margin-top: -17px;z-index: 0;}
  .navigation-in>ul>li>a[href="/produkty/"]:hover::after, .navigation-in>ul>li.exp>a[href="/produkty/"]::after {height: 42px;border-radius: 18px 18px 0 0;padding-top: 15px;padding-bottom: 15px;}
  .navigation-in>ul>li>a[href="/produkty/"]>* {z-index: 1;position: relative;color: #1B1B1B;}
  .navigation-in>ul>li.ext>a>span {display: inline-block;font-size: 10px;color: #25653C;position: relative;top: -1px;}
  #navigation .navigation-in ul li>a>b {font-weight: 700;}

  #navigation .menu-level-2 {border-top: 0;columns: 4;padding-top: 5px;padding-bottom: 25px;}
  #navigation .exp .menu-level-2 {display: block;}
  #navigation .menu-level-2>li {display: inline-flex;align-items: flex-start;width: 100%;}
  .navigation-in>ul>li.ext>ul>li {width: auto;}
  .navigation-in>ul>li.ext>ul>li>div {width: calc(100% - 70px);}
  .navigation-in>ul>li.ext>ul>li>div>ul {overflow: initial;max-height: initial;}
  .navigation-in>ul>li.ext>ul>li>div>ul>li {width: 100%;display: block;font-size: 0;}
  .navigation-in>ul>li.ext>ul>li>div>ul>li>a {display: block;font-size: 14px;color: #5A5A5A;padding: 4px 0;}
  .navigation-in>ul>li.ext>ul>li>div>ul>li>a:hover {text-decoration: underline;color: #5A5A5A;}
  .navigation-in>ul>li.ext>ul>li>a.menu-image {padding: 0px;width: 70px;}
  .navigation-in>ul>li.ext>ul>li>a.menu-image img {aspect-ratio: 1/1;object-fit: cover;border-radius: 12px;max-width: 58px;max-height: 58px;}

  #navigation .navigation-in ul li:hover>a>b, #navigation .navigation-in ul li:hover>a>span, #navigation .navigation-in ul li:hover>div>a>span {text-decoration: none;}
  #navigation .menu-level-2>li>div>a {font-weight: 600;font-size: 18px;}
  #navigation .menu-level-2>li>div>a:hover {text-decoration: underline;}

  .menu-level-2::after {content: "";display: block;background: #fff;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}

  .more-items-trigger {display: none;}

  .menu-helper>span {color: #fff;font-size: 16px;}
  .menu-helper {height: 50px;}
}
#navigation .menu-level-2>li:not(.has-third-level) {align-items: center;}

@media (min-width: 768px) and (max-width: 991px) {
  #navigation .menu-level-2 {columns: 3;}
}

@media (max-width: 767px) {
  .navigation-window-visible #header .header-bottom {width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);position: fixed;top: 0;}
  #navigation:before {content: "";background-color: black;opacity: 0.8;z-index: 57;}
  #navigation {top: 0;width: calc(100% - 40px);left: -100%;padding-top: 60px;}
  .navigation-in {height: 100%;padding-bottom: 20px;}
  .navigation-window-visible #navigation {width: calc(100% - 40px);left: 0;}

  .navigation-close {display: block;padding: 0;width: 40px;height: 40px;right: 16px;top: 10px;background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' fill='white'/%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23DCD2C8'/%3E%3Cpath d='M25 15L15 25M15 15L25 25' stroke='%231B1B1B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .navigation-close:before {display: none;}

  .navigationActions {position: absolute;top: 16px;left: 16px;border: 0!important;}
  .navigationActions>li:not(.ext) {display: none;}
  #navigation .navigationActions>li {border: 0;}
  #navigation .navigationActions>li>a {background-color: #F4EFE3;padding: 4px 8px;position: relative;padding-right: 28px;border-radius: 4px;border: 0;}
  #navigation .navigationActions>li>a .submenu-arrow {position: absolute;right: 8px;width: 16px;top: 4px;height: auto!important;line-height: 1!important;}
  #navigation .navigationActions>li>a .submenu-arrow::after {background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5L10 7.5L15 12.5' stroke='%231C1C1D' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #navigation .navigationActions>li>a>span>span:nth-of-type(1) {display: none;}
  #navigation .navigationActions>li>a>span {padding: 0;font-size: 13px;text-decoration: none!important;}
  .navigationActions__submenu.menu-level-2 {width: 100%;}
  .navigationActions__submenu.menu-level-2>li {padding: 5px!important;background-color: #F4EFE3;}
  .navigationActions__submenu__item--active {display: none!important;}
  .navigationActions__submenu__item--active:before {display: none;}
  .navigation-in .navigationActions__submenu.menu-level-2 li>a {padding: 0 5px;margin: 0;font-size: 13px;color: #1B1B1B;}

  .navigation-in>ul:not(.top-navigation-bar-menu)>li>a {border-top: 1px solid #D0D5DE;font-size: 14px;color: #1C1C1D;}
  #navigation .navigation-in ul li>a>b {border: 0;text-decoration: none!important;padding: 13px 0;}
  #navigation .menu-level-1>li.exp>a {background-color: #6C4213;color: #fff;}
  .submenu-visible li.exp>a .submenu-arrow:after, li.exp.exp>a .submenu-arrow:after {transform: rotate(0deg);background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5L10 7.5L15 12.5' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .submenu-arrow:after {content: "";transform: rotate(180deg);width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5L10 7.5L15 12.5' stroke='%231C1C1D' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #navigation .menu-level-1>li>a .submenu-arrow, #navigation .navigationActions>li>a .submenu-arrow {height: 20px;height: 45px;line-height: 45px;}
  .navigation-in ul li.appended-category {display: none;}
  #navigation .menu-level-2 {padding-bottom: 8px;}
  #navigation .menu-level-2>li {position: relative;padding: 20px 16px 20px 72px;}
  .navigation-in ul.menu-level-2>li>div>a {padding: 0;font-size: 14px;color: #1C1C1D;font-weight: bold;}
  .navigation-in ul.menu-level-2>li>div>a>span {text-decoration: none!important;}
  #navigation .menu-level-3 {font-size: 0;line-height: 0;padding-top: 12px;display: block;}
  #navigation .menu-level-3 a {display: block;font-size: 13px;color: #5A5A5A;padding: 4px 0;line-height: 1.2;}
  .navigation-in a.menu-image {display: block;position: absolute;left: 12px;top: 8px;padding: 0!important;max-width: 50px;}
  .navigation-in a.menu-image img {width: 40px;height: 40px;}

  #navigation .menu-level-2 li:has(a[href="/pekarstvi-a-cukrarstvi/"]) .menu-level-3 {display: block;}
  #navigation li.exp:has(>a[href="/produkty/"]) .menu-level-2 {display: block;}

  .navigation-in>ul>li:not(.ext) {position: relative;}
  .navigation-in>ul:not(.top-navigation-bar-menu)>li:not(.ext)>a::after {content: "";width: 20px;height: 20px;position: absolute;right: 16px;top: 50%;margin-top: -10px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1665 9.99984H15.8332M15.8332 9.99984L12.4998 13.3332M15.8332 9.99984L12.4998 6.6665' stroke='%231B1B1B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

  ul.top-navigation-bar-menu {display: flex;flex-flow: row wrap;margin: 0 0 20px 0;border-top: 1px solid #DCD2C8;border-bottom: 1px solid #DCD2C8;width: 100%;padding: 8px 20px;}
  ul.top-navigation-bar-menu li {width: 50%;}
  ul.top-navigation-bar-menu li a {padding: 8px 0;text-decoration: underline;}

  #header .navigation-in .header-top__contact {display: flex;margin: 0 16px;}
  #header .navigation-in .header-top__contact a {font-size: 13px;}
}

body.search-focused:before {display: none;}
.cart-widget-product-name a {color: #1C1C1D;}
.cart-widget-product-amount .quantity .decrease {left: 5px;}
.cart-widget-product-amount .quantity .increase {right: 5px;}
.cart-widget-product-amount .quantity .decrease, .cart-widget-product-amount .quantity .increase {width: 30px;height: 30px;line-height: 30px;line-height: 30px;top: 10px;}
.cart-widget-product-amount .quantity .decrease:before, .cart-widget-product-amount .quantity .increase:before {line-height: 30px;}

@media (min-width: 992px) {
  .popup-widget.cart-widget:before {display: none;}
  .popup-widget.cart-widget {top: 150px;position: fixed;}
  .scrolled .popup-widget.cart-widget {top: 80px;}
}

@media (max-width: 991px) {
  .user-action-in .popup-widget.cart-widget {top: var(--ji-sticky-header-bottom);height: calc(100% - var(--ji-sticky-header-bottom));}
  .cart-widget .cart-widget-inner {display: flex;flex-flow: column;}
  .cart-widget .cart-widget-products {flex: 1;overflow: hidden;}
  .cart-widget .cart-widget-products-inner {overflow: auto;min-height: 100%;height: 1px;}
  .cart-widget .cart-widget-product {padding: 8px 16px;padding-left: 6px;}
  .cart-widget .cart-widget-bottom {flex: unset;height: unset;padding-inline: 16px;}
  .cart-widget-button .btn.btn-conversion {font-size: 16px;font-weight: 700;}
  .cart-widget .cart-free-shipping {margin-bottom: 16px;}
  .cart-widget .cart-free-shipping .price-range {background-color: #fff;border: 1px solid #DCD2C8;border-radius: 4px;height: 9px;margin-top: 8px;}
  .cart-widget .cart-free-shipping .price-range>div {background-color: #25653C;border-radius: 8px;}
  .cart-widget .cart-free-shipping .price-range::before {content: "";top: 0;left: 0;position: absolute;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17C5 17.5304 5.21071 18.0391 5.58579 18.4142C5.96086 18.7893 6.46957 19 7 19C7.53043 19 8.03914 18.7893 8.41421 18.4142C8.78929 18.0391 9 17.5304 9 17M5 17C5 16.4696 5.21071 15.9609 5.58579 15.5858C5.96086 15.2107 6.46957 15 7 15C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17M5 17H3V13M9 17H15M15 17C15 17.5304 15.2107 18.0391 15.5858 18.4142C15.9609 18.7893 16.4696 19 17 19C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15C17.5304 15 18.0391 15.2107 18.4142 15.5858C18.7893 15.9609 19 16.4696 19 17M19 17H21V11M2 5H13V17M21 11H13M21 11L18 6H13M3 9H7' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .cart-widget .cart-free-shipping>div div strong {padding-top: 0;}
}

@media (max-width: 767px) {
  .cart-window-visible .site-msg {display: none;}
  .user-action-in .popup-widget.cart-widget {top: var(--ji-header-height);height: calc(100% - var(--ji-header-height));}
}

@media (max-width: 479px) {
  .cart-widget-button {}
  .cart-widget-button .btn {width: 100%;}
}

/* HP products */
.homepage-group-title {position: relative;margin: 0;padding: 40px 0 16px 0;font-size: 30px;}
.products-wrapper {position: relative;overflow:visible!important;padding: 0 0 20px 0;}
.homepage-group-title::after, .products-wrapper::after {content: "";display: block;background-color: #FCF8F4;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}

body.type-index .products-wrapper {padding-bottom: 10px;border-bottom: 1px solid #DCD2C8;}

.products-block .p a.image {padding: 20px;background-color: #fff;border-radius: 12px;display: block;text-decoration: none;}
.products-block .p a.image .flags {top: 8px;left: 8px;}
.products-block .p a.image .flags.flags-extra {right: 8px;top: 8px;left: auto;}
.products-block .p a.image .flags.flags-extra .flag {width: 48px;height: 48px;padding: 0;}
.products-block .p .ji-p-top {position: relative;}
.products-block .p .ji-p-top .price-save {width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;background-color: #9B3B3B;border-radius: 50%;position: absolute;top: 8px;right: 8px;color: #fff;font-size: 14px;font-weight: bold;}
.products-block .product {padding: 10px!important;}
.products-block>div {max-width: 100%;}
.products-block>div:hover .p a {text-decoration: none;}
.products-block>div .p .p-in {padding-top: 8px;}
.products-block>div .p .name {font-weight: 700;font-size: 16px;height: auto!important;overflow: initial;}
.products-block>div .p .p-bottom {padding-top: 8px;}
.products-block>div .p .p-bottom>div .prices .price-final {}
.products-block>div:hover {box-shadow: initial;}
.products-block>div .p-tools {position: absolute;bottom: 8px;right: 8px;left: 8px;display: flex;justify-content: end;}
.products-block>div .p-tools .btn {font-size: 0;width: 48px;height: 48px;padding: 0;background-repeat: no-repeat;background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99981 11V6C8.99981 5.20435 9.31588 4.44129 9.87848 3.87868C10.4411 3.31607 11.2042 3 11.9998 3C12.7955 3 13.5585 3.31607 14.1211 3.87868C14.6837 4.44129 14.9998 5.20435 14.9998 6V11M6.33081 8H17.6698C17.9582 7.99997 18.2431 8.06229 18.5052 8.1827C18.7672 8.30311 19.0001 8.47876 19.1879 8.6976C19.3756 8.91645 19.5139 9.17331 19.5931 9.45059C19.6723 9.72786 19.6906 10.019 19.6468 10.304L18.3918 18.456C18.2829 19.1644 17.9239 19.8105 17.3798 20.2771C16.8357 20.7438 16.1426 21.0002 15.4258 21H8.57381C7.8572 21 7.16429 20.7434 6.62043 20.2768C6.07658 19.8102 5.71773 19.1643 5.60881 18.456L4.35381 10.304C4.30997 10.019 4.32829 9.72786 4.40751 9.45059C4.48673 9.17331 4.62497 8.91645 4.81275 8.6976C5.00054 8.47876 5.23342 8.30311 5.49545 8.1827C5.75747 8.06229 6.04244 7.99997 6.33081 8Z' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.products-block>div .p-tools .btn:hover {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99981 11V6C8.99981 5.20435 9.31588 4.44129 9.87848 3.87868C10.4411 3.31607 11.2042 3 11.9998 3C12.7955 3 13.5585 3.31607 14.1211 3.87868C14.6837 4.44129 14.9998 5.20435 14.9998 6V11M6.33081 8H17.6698C17.9582 7.99997 18.2431 8.06229 18.5052 8.1827C18.7672 8.30311 19.0001 8.47876 19.1879 8.6976C19.3756 8.91645 19.5139 9.17331 19.5931 9.45059C19.6723 9.72786 19.6906 10.019 19.6468 10.304L18.3918 18.456C18.2829 19.1644 17.9239 19.8105 17.3798 20.2771C16.8357 20.7438 16.1426 21.0002 15.4258 21H8.57381C7.8572 21 7.16429 20.7434 6.62043 20.2768C6.07658 19.8102 5.71773 19.1643 5.60881 18.456L4.35381 10.304C4.30997 10.019 4.32829 9.72786 4.40751 9.45059C4.48673 9.17331 4.62497 8.91645 4.81275 8.6976C5.00054 8.47876 5.23342 8.30311 5.49545 8.1827C5.75747 8.06229 6.04244 7.99997 6.33081 8Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.products-block>div .p-tools .pr-action .quantity {display: none;}
.products-block>div .p-tools>.quantity {position: absolute;right: 0;top: -1px;pointer-events: none;width: 48px;transition: width ease-in-out .4s, opacity ease-in-out .4s;opacity: 0;display: block;}
.products-block>div .p.ji-in-cart .p-tools>.quantity {opacity: 1;width: 100%;pointer-events: unset;}
.products-block>div .quantity :is(.decrease,.increase) {background: var(--color-secondary);border-color: var(--color-secondary);--ji-size: 48px;}
.products-block>div .quantity input {height: 48px;font-size: 18px;}
.products-block>div .p .stars-placeholder {display: none;}
.products-block>div .p .price-standard {display: none;}


.products-block .p-bottom .pr-list-unit {display: none;}

.products-block>div .p .p-code {display: none;}

.p:hover .flag {opacity: 1;}

.ji-atc-anim {position: fixed;z-index: 100;transition: transform ease-in-out .4s, width ease-in-out .4s, height ease-in-out .4s, opacity ease-in-out .2s;top: 0;left: 0;pointer-events: none;opacity: 1;}
.ji-atc-anim.fade-out {opacity: 0;}
.ji-atc-anim img {transform: translate(-50%, -50%);}

.widget-parameter-wrapper {flex-flow: row wrap;justify-content: center;overflow: unset;margin-top: 8px;}
.widget-parameter-wrapper .widget-parameter-more {display: none!important;}
.widget-parameter-wrapper .widget-parameter-list {flex-shrink: 1;justify-content: center;overflow: unset;}
.widget-parameter-wrapper .widget-parameter-value {margin: 2px;display: block;}
.widget-parameter-wrapper .widget-parameter-value.no-display {display: block !important;}
.widget-parameter-wrapper .widget-parameter-value a {background-color: #fff;border-radius: 360px;padding: 4px 16px!important;border: 1px solid #DCD2C8;font-size: 14px;font-weight: 700;color: #1C1C1D;display: block;text-decoration: none!important;}
.widget-parameter-wrapper .widget-parameter-value a:hover {background-color: #6C4213;border-color: #6C4213;color: #fff;}
.widget-parameter-wrapper .widget-parameter-value a.ji-active {background-color: #6C4213;border-color: #6C4213;color: #fff;}
.widget-parameter-wrapper.ji-has-error .widget-parameter-list {outline: 1px solid #d9534f;border-radius: 15px;}
.widget-parameter-wrapper .ji-wpw-error {flex: 0 0 100%;font-size: 14px;text-align: center;margin-block: 3px 0px;color: #d9534f;}

.products-block .flag {font-size: 11px;font-weight: bold;}
.flag {border-radius: 360px;text-transform: initial;}

.flag.flag-z-nasi-manufaktury {color: #25653C;}
.flag.flag-raw {color: #665200;}
.flag.flag-poctivy-produkt {color: #6C4213;}

@media (max-width: 991px) {
  .products-block .product {padding: 5px !important;}
}
@media (max-width: 767px) {
  .homepage-group-title {font-size: 22px;padding: 40px 0 16px 0;}

  .products-block .slick-list {padding-right: 35%!important;padding-left: 16px!important;margin-left: -16px;margin-right: -16px;width: calc(100% + 32px)!important;max-width: calc(100% + 32px)!important;}
  body.type-index .products-wrapper, .products-wrapper {padding-bottom: 0px;}

  .products-block>div .p-tools .btn {width: 32px;height: 32px;background-size: 16px;}
  .products-block>div .p .name {padding: 0;font-size: 14px;}
  .products-block>div .p .p-bottom {padding-top: 5px;}
  .products-block>div .p .p-bottom>div .prices .price-final {font-size: 18px;}
  .products-block>div .quantity :is(.decrease,.increase) {--ji-size: 32px;}
  .products-block>div .quantity input {height: 32px;}

  .widget-parameter-wrapper .widget-parameter-value a {font-size: 13px;padding: 4px 8px!important;}

  .columns-mobile-2 .products-block>div {margin-bottom: 14px;}
}

/* Slick */
.products-block>div.slick-list {width: 100%;padding: 0;}
.slick-track {display: flex;margin-left: initial;}
.slick-track::before, .slick-track::after {display: none;}
.slick-slide {float: none;height: auto;}
.slick-slide>div {height: 100%;}

.slick-dots {list-style: none;display: flex!important;justify-content: center;padding: 0;width: 100%;margin: 8px 0 20px 0;}
.slick-dots li {display: contents;}
.slick-dots button {border-radius: 100px;font-size: 0;background: #fff;border: 1px solid #DCD2C8;width: 12px;height: 12px;padding: 0;margin: 4px;outline: none;position: relative;}
.slick-dots .slick-active button {background:#6C4213;border-color: #6C4213;}

.slick-arrow {position: absolute;width: 40px;height: 40px;top: 50%;margin-top: -20px;padding: 0;font-size: 0;border: 0;background-color: transparent;}
.slick-arrow:hover {transform: scale(1.05);}
.slick-arrow.slick-disabled {display: none!important;}
.slick-arrow::before {content: "";width: 40px;height: 40px;display: block;}
.slick-next.slick-arrow {right: -40px;}
.slick-prev.slick-arrow {left: -40px;}
.slick-next.slick-arrow:before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' fill='white'/%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23DCD2C8'/%3E%3Cpath d='M13 20H27M27 20L23 24M27 20L23 16' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.slick-prev.slick-arrow:before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' fill='white'/%3E%3Cpath d='M20 0.5C30.7696 0.5 39.5 9.23045 39.5 20C39.5 30.7696 30.7696 39.5 20 39.5C9.23045 39.5 0.5 30.7696 0.5 20C0.5 9.23045 9.23045 0.5 20 0.5Z' stroke='%23DCD2C8'/%3E%3Cpath d='M13 20H27M13 20L17 24M13 20L17 16' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (min-width: 992px) and (max-width: 1239px) {
  .slick-next.slick-arrow {right: -30px;}
  .slick-prev.slick-arrow {left: -30px;}
}

@media (max-width: 767px) {
  .slick-dots {margin-top: 8px;}
}

/* Instagram */
@media (min-width: 1580px) {
  .instagram-block .container {width: 1520px}
}
.instagram-block {background-color: #fff;}
.instagram-block__top {display: flex;align-items: center;justify-content: space-between;padding-bottom: 24px;}
.instagram-block__top::before {display: none;}
.instagram-block__top::after {display: none;}
.instagram-block__top--right {display: flex;align-items: center;}
.instagram-block__top--right a {display: inline-block;margin-left: 8px;width: 32px;height: 32px;background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26284_1439)'%3E%3Cpath d='M32 16C32 7.1625 24.8375 0 16 0C7.1625 0 0 7.1625 0 16C0 24.8375 7.1625 32 16 32C16.0938 32 16.1875 32 16.2812 31.9937V19.5438H12.8438V15.5375H16.2812V12.5875C16.2812 9.16875 18.3688 7.30625 21.4188 7.30625C22.8813 7.30625 24.1375 7.4125 24.5 7.4625V11.0375H22.4C20.7437 11.0375 20.4188 11.825 20.4188 12.9812V15.5312H24.3875L23.8687 19.5375H20.4188V31.3813C27.1063 29.4625 32 23.3062 32 16Z' fill='%231B1B1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26284_1439'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.instagram-block__top--right a:hover {opacity: 0.8;}
.instagram-block__top--left {display: flex;flex-direction: column;align-items: flex-start;padding-left: 40px;position: relative;}
.instagram-block__top--left::before {content: "";width: 32px;height: 32px;position: absolute;left: 0;top: 50%;margin-top: -16px;background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26284_1429)'%3E%3Cpath d='M19.0625 16C19.0625 17.6914 17.6914 19.0625 16 19.0625C14.3086 19.0625 12.9375 17.6914 12.9375 16C12.9375 14.3086 14.3086 12.9375 16 12.9375C17.6914 12.9375 19.0625 14.3086 19.0625 16Z' fill='%231B1B1B'/%3E%3Cpath d='M23.1613 10.5818C23.014 10.1829 22.7792 9.82178 22.474 9.52539C22.1776 9.22021 21.8168 8.98535 21.4176 8.83813C21.0939 8.7124 20.6075 8.56274 19.7118 8.52197C18.7428 8.47778 18.4523 8.46826 15.9991 8.46826C13.5458 8.46826 13.2552 8.47754 12.2865 8.52173C11.3907 8.56274 10.9042 8.7124 10.5807 8.83813C10.1815 8.98535 9.82043 9.22021 9.52429 9.52539C9.21912 9.82178 8.98425 10.1826 8.83679 10.5818C8.71106 10.9055 8.5614 11.3921 8.52063 12.2878C8.47644 13.2566 8.46692 13.5471 8.46692 16.0005C8.46692 18.4536 8.47644 18.7441 8.52063 19.7131C8.5614 20.6089 8.71106 21.0952 8.83679 21.4189C8.98425 21.8181 9.21887 22.179 9.52405 22.4753C9.82043 22.7805 10.1813 23.0154 10.5804 23.1626C10.9042 23.2886 11.3907 23.4382 12.2865 23.479C13.2552 23.5232 13.5455 23.5325 15.9989 23.5325C18.4525 23.5325 18.743 23.5232 19.7115 23.479C20.6073 23.4382 21.0939 23.2886 21.4176 23.1626C22.2189 22.8535 22.8522 22.2202 23.1613 21.4189C23.287 21.0952 23.4366 20.6089 23.4777 19.7131C23.5219 18.7441 23.5311 18.4536 23.5311 16.0005C23.5311 13.5471 23.5219 13.2566 23.4777 12.2878C23.4369 11.3921 23.2872 10.9055 23.1613 10.5818ZM15.9991 20.718C13.3934 20.718 11.2811 18.606 11.2811 16.0002C11.2811 13.3945 13.3934 11.2825 15.9991 11.2825C18.6046 11.2825 20.7169 13.3945 20.7169 16.0002C20.7169 18.606 18.6046 20.718 15.9991 20.718ZM20.9034 12.1985C20.2946 12.1985 19.8009 11.7048 19.8009 11.0959C19.8009 10.4871 20.2946 9.99341 20.9034 9.99341C21.5123 9.99341 22.006 10.4871 22.006 11.0959C22.0057 11.7048 21.5123 12.1985 20.9034 12.1985Z' fill='%231B1B1B'/%3E%3Cpath d='M16 0C7.16479 0 0 7.16479 0 16C0 24.8352 7.16479 32 16 32C24.8352 32 32 24.8352 32 16C32 7.16479 24.8352 0 16 0ZM25.1321 19.7878C25.0876 20.7659 24.9321 21.4336 24.7051 22.0181C24.2278 23.2522 23.2522 24.2278 22.0181 24.7051C21.4338 24.9321 20.7659 25.0874 19.7881 25.1321C18.8083 25.1768 18.4954 25.1875 16.0002 25.1875C13.5049 25.1875 13.1921 25.1768 12.2122 25.1321C11.2344 25.0874 10.5664 24.9321 9.98218 24.7051C9.3689 24.4744 8.81372 24.1128 8.35474 23.6453C7.88745 23.1865 7.52588 22.6311 7.29517 22.0181C7.06812 21.4338 6.9126 20.7659 6.86816 19.7881C6.823 18.8081 6.8125 18.4951 6.8125 16C6.8125 13.5049 6.823 13.1919 6.86792 12.2122C6.91235 11.2341 7.06763 10.5664 7.29468 9.98193C7.52539 9.3689 7.88721 8.81348 8.35474 8.35474C8.81348 7.88721 9.3689 7.52563 9.98193 7.29492C10.5664 7.06787 11.2341 6.9126 12.2122 6.86792C13.1919 6.82324 13.5049 6.8125 16 6.8125C18.4951 6.8125 18.8081 6.82324 19.7878 6.86816C20.7659 6.9126 21.4336 7.06787 22.0181 7.29468C22.6311 7.52539 23.1865 7.88721 23.6455 8.35474C24.1128 8.81372 24.4746 9.3689 24.7051 9.98193C24.9324 10.5664 25.0876 11.2341 25.1323 12.2122C25.177 13.1919 25.1875 13.5049 25.1875 16C25.1875 18.4951 25.177 18.8081 25.1321 19.7878Z' fill='%231B1B1B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26284_1429'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.instagram-block {text-align: center;padding: 32px 0 0 0;}
.instagram-block h4 {display: none;}
.instagram-widget {max-width: 100%;margin-bottom: 1px;display: flex;flex-flow: row wrap;column-gap: var(--ji-column-gap);--ji-column-gap: 8px;--ji-columns: 6;row-gap: 0px;justify-content: start;padding: 0 8px 8px 8px;}
.instagram-widget.columns-3>a {border-radius: 12px;--ji-width: calc((100% - (var(--ji-columns) - 1) * var(--ji-column-gap, 0px)) / var(--ji-columns));padding-bottom: var(--ji-width);width: var(--ji-width);position: relative;}
.instagram-widget.columns-3>a:hover img {opacity: 0.8;}
.instagram-widget>a:nth-of-type(+n+7) {display: none;}
.instagram-follow-btn {display: none;}

@media (max-width: 767px) {
  .instagram-block {padding: 24px 0px 0px 0px;}
  .instagram-widget {--ji-columns: 2;--ji-column-gap: 8px;padding-left: 8px;padding-right: 8px;}
  .instagram-widget.columns-3>a:nth-of-type(+n+5) {display: none;}
  .instagram-widget.columns-3>a {margin-bottom: 8px;}
  .instagram-block__top--right {font-size: 0;}
}

/* Blog */
.center {text-align: center;width: 100%;}
.homepage-blog-wrapper {margin: 0;padding: 40px 0;position: relative;}
.homepage-blog-wrapper::after {content: "";display: block;background-color: #FCF8F4;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}
.blog-wrapper .homepage-group-title.h4 {font-size: 30px;margin: 0 0 16px 0;padding: 0;}
.row.blog-wrapper {margin-left: 0!important;margin-right: 0!important;}
body.type-posts-listing #newsWrapper {padding-top: 0;}
#newsWrapper {display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;padding: 0;margin-top: 0;}
#newsWrapper .news-item img {aspect-ratio: 3 / 2;object-fit: cover;transition: .5s;margin-bottom: 0;}
#newsWrapper .news-item .image, .news-item-link-img {position: relative;border-radius: 12px;overflow: hidden;}
#newsWrapper .news-item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));margin: 0;padding: 0;flex-direction: column;margin-bottom: 30px;}
#newsWrapper .news-item a:hover img {transform: scale(1.02);}
#newsWrapper .news-item a {text-decoration: none;color: #000;}
#newsWrapper .news-item .read-article {margin-top: 30px;display: none;align-self: flex-start;}
#newsWrapper .news-item .read-article:hover {text-decoration: none;}
#newsWrapper .news-item .text {display: flex;flex-direction: column;color: #5A5A5A;position: relative;padding: 0px;}
#newsWrapper .news-item .text .title, #newsWrapper .news-item h2 {font-size: 20px;text-decoration: none;color: #1B1B1B;font-weight: 600;line-height: 1.2;margin-top: 10px;font-family: var(--template-headings-font),sans-serif;}
#newsWrapper .news-item .text .title:hover, #newsWrapper .news-item h2:hover {text-decoration: underline;}
#newsWrapper .news-item .description {color: #5A5A5A;line-height: 1.4;font-size: 16px;margin-top: 0;}

@media (max-width: 992px) {
  #newsWrapper {--ji-gap: 12px;--ji-columns: 2;}
  .blog-wrapper .news-item:nth-of-type(3) {display: none;}
}
@media (max-width: 767px) {
  .blog-wrapper .homepage-group-title.h4 {font-size: 22px;padding: 0;}
  #newsWrapper {--ji-columns: 1;}
  .blog-wrapper .news-item:nth-of-type(2) {display: none;}
  #newsWrapper .news-item .text .title, #newsWrapper .news-item h2 {font-size: 17px;}
  #newsWrapper .news-item .description {font-size: 13px;}
  .homepage-blog-wrapper {padding: 24px 0;}
  .news-item .image {margin-bottom: 10px;}
}

/* Carousel */
.carousel .extended-banner-texts {display: flex;flex-direction: column;justify-content: center;}
.carousel .extended-banner-title {padding: 0;margin-bottom: 10px;position: static;color: #1B1B1B;font-weight: 900;line-height: 1.2;text-transform: uppercase;font-size: 48px;max-width: 380px;display: block;}
.carousel .extended-banner-text {display: block;position: static;font-size: 24px;color: #1B1B1B;padding: 0;font-weight: 400;max-width: 590px;}
.carousel .btn {margin-top: 24px;align-self: flex-start;}

@media (max-width: 1199px) {
  .carousel .extended-banner-title {font-size: 28px;}
  .carousel .extended-banner-text {font-size: 20px;}
}
@media (max-width: 991px) {
  .carousel .btn {margin-top: 12px;}
  .carousel .extended-banner-title {font-size: 24px;}
  .carousel .extended-banner-text {font-size: 18px;}
}
@media (max-width: 767px) {
  .carousel .extended-banner-title {font-size: 34px;margin-bottom: 5px;}
  .carousel .extended-banner-text {font-size: 16px;}
  .carousel .btn {margin-top: 10px;}
  .carousel .extended-banner-texts {top: auto;bottom: 40px;}
}

/* Next banners */
.main-title-hp {margin: 24px 0;text-align: center;width: 100%;}
.banners-row .col-sm-4 {width: 100%;}
.next-to-carousel-banners {display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;padding: 0;margin-bottom: 24px;}
.next-to-carousel-banners .banner-wrapper {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));margin: 0;padding: 0;}

@media (max-width: 991px) {
  .next-to-carousel-banners {--ji-gap: 12px;margin-bottom: 12px;}
  .next-to-carousel-banners a {width: 100%;}
  .next-to-carousel-banners img {width: 100%;}
}
@media (max-width: 767px) {
  .next-to-carousel-banners {margin-right: -16px;margin-left: -16px;}
  .next-to-carousel-banners .slick-list {padding-right: 75px;padding-left: 16px;}
  .next-to-carousel-banners .slick-slide {margin-right: 8px;}
  .next-to-carousel-banners .slick-dots {margin-bottom: 0;margin-top: 0px;}
}

/* Footer banners */
.footer-banners {width: 100%;display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 6;padding: 0;margin-top: 0;margin-left: 0;margin-right: 0;}
.footer-banners::after, .footer-banners::before {display: none;}
.footer-banner {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));margin: 0;padding: 0;flex-direction: column;transition: .5s;}
.footer-banner a {display: flex;flex-direction: column;text-decoration: none;align-items: center;justify-content: center;padding: 13px;height: 100%;border: 1px solid #DCD2C8;border-radius: 12px;background-color: #fff;}
.footer-banner a:hover {background-color: #F4EFE3;border-color: #DCD2C8;}
.footer-banner a:hover .extended-banner-title {color: #25653C;text-decoration: underline;}
.footer-banner .extended-banner-texts {position: static;}
.footer-banner .extended-banner-text {position: static;padding: 0;font-size: 14px;color: #1B1B1B;text-align: center;width: 100%;display: block;text-decoration: underline;font-weight: 400;}
.footer-banner .extended-banner-title {position: static;padding: 5px 0 0 0;color: #1B1B1B;font-size: 16px;font-weight: 700;text-align: center;display: block;}

@media (max-width: 1199px) {
  .footer-banners {--ji-gap: 12px;}
}
@media (max-width: 991px) {
  .footer-banners {--ji-columns: 3;}
}
@media (max-width: 767px) {
  .content-wrapper.container .row.footer-banners {margin-left: 0;margin-right: 0;}
  .footer-banner .extended-banner-title {font-size: 14px;}
  .footer-banner {padding-left: 0!important;padding-right: 0!important;min-height: 120px;}
  .footer-banners {--ji-columns: 2;--ji-gap: 8px;}
  .footer-banner a {padding: 13px 0;}
  .main-title-hp {margin-bottom: 16px;}
}

/* Heureka */
body.in-kontakt .tb-heubl {border-top: 1px solid #DCD2C8;}
.tb-heubl {position: relative;padding: 40px 0;}
.tb-heubl::after {content: "";display: block;background-color: #FCF8F4;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}
.tb-heubl__header {display: flex;align-items: center;justify-content: space-between;margin-bottom: 16px;}
.tb-heubl__header h2 {margin: 0;}
.tb-heubl-service {padding-left: 63px;position: relative;}
.tb-heubl-service__logo {position: absolute;left: 0;top: 50%;margin-top: -27px;}
.tb-heubl-service__title {font-size: 18px;font-weight: 700;display: flex;align-items: center;}
.tb-heubl-service__title::after {content: "";width: 88px;flex: 0 0 88px;margin-left: 8px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='88' height='16' viewBox='0 0 88 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.49542 4.89328L1.24209 5.50995L1.16675 5.52528C1.05271 5.55556 0.948751 5.61555 0.865483 5.69915C0.782214 5.78274 0.722624 5.88694 0.692796 6.0011C0.662969 6.11526 0.663973 6.23529 0.695706 6.34893C0.72744 6.46257 0.788766 6.56576 0.873421 6.64795L3.95475 9.64728L3.22809 13.8839L3.21942 13.9573C3.21244 14.0752 3.23693 14.1929 3.29039 14.2983C3.34384 14.4037 3.42434 14.4929 3.52364 14.557C3.62295 14.621 3.73748 14.6575 3.85552 14.6627C3.97356 14.6679 4.09086 14.6416 4.19542 14.5866L7.99942 12.5866L11.7948 14.5866L11.8614 14.6173C11.9715 14.6606 12.0911 14.6739 12.2079 14.6558C12.3248 14.6377 12.4347 14.5888 12.5265 14.5141C12.6182 14.4395 12.6885 14.3418 12.73 14.231C12.7715 14.1203 12.7828 14.0005 12.7628 13.8839L12.0354 9.64728L15.1181 6.64728L15.1701 6.59062C15.2444 6.49913 15.2931 6.38958 15.3112 6.27315C15.3294 6.15671 15.3164 6.03753 15.2735 5.92777C15.2306 5.818 15.1594 5.72157 15.0671 5.64829C14.9748 5.57501 14.8647 5.52751 14.7481 5.51062L10.4948 4.89328L8.59342 1.03995C8.5384 0.928305 8.45323 0.834292 8.34755 0.768551C8.24186 0.702811 8.11988 0.667969 7.99542 0.667969C7.87096 0.667969 7.74898 0.702811 7.64329 0.768551C7.53761 0.834292 7.45244 0.928305 7.39742 1.03995L5.49542 4.89328Z' fill='%23CCA500'/%3E%3Cpath d='M23.4954 4.89328L19.2421 5.50995L19.1668 5.52528C19.0527 5.55556 18.9488 5.61555 18.8655 5.69915C18.7822 5.78274 18.7226 5.88694 18.6928 6.0011C18.663 6.11526 18.664 6.23529 18.6957 6.34893C18.7274 6.46257 18.7888 6.56576 18.8734 6.64795L21.9548 9.64728L21.2281 13.8839L21.2194 13.9573C21.2124 14.0752 21.2369 14.1929 21.2904 14.2983C21.3438 14.4037 21.4243 14.4929 21.5236 14.557C21.6229 14.621 21.7375 14.6575 21.8555 14.6627C21.9736 14.6679 22.0909 14.6416 22.1954 14.5866L25.9994 12.5866L29.7948 14.5866L29.8614 14.6173C29.9715 14.6606 30.0911 14.6739 30.2079 14.6558C30.3248 14.6377 30.4347 14.5888 30.5265 14.5141C30.6182 14.4395 30.6885 14.3418 30.73 14.231C30.7715 14.1203 30.7828 14.0005 30.7628 13.8839L30.0354 9.64728L33.1181 6.64728L33.1701 6.59062C33.2444 6.49913 33.2931 6.38958 33.3112 6.27315C33.3294 6.15671 33.3164 6.03753 33.2735 5.92777C33.2306 5.818 33.1594 5.72157 33.0671 5.64829C32.9748 5.57501 32.8647 5.52751 32.7481 5.51062L28.4948 4.89328L26.5934 1.03995C26.5384 0.928305 26.4532 0.834292 26.3475 0.768551C26.2419 0.702811 26.1199 0.667969 25.9954 0.667969C25.871 0.667969 25.749 0.702811 25.6433 0.768551C25.5376 0.834292 25.4524 0.928305 25.3974 1.03995L23.4954 4.89328Z' fill='%23CCA500'/%3E%3Cpath d='M41.4954 4.89328L37.2421 5.50995L37.1668 5.52528C37.0527 5.55556 36.9488 5.61555 36.8655 5.69915C36.7822 5.78274 36.7226 5.88694 36.6928 6.0011C36.663 6.11526 36.664 6.23529 36.6957 6.34893C36.7274 6.46257 36.7888 6.56576 36.8734 6.64795L39.9548 9.64728L39.2281 13.8839L39.2194 13.9573C39.2124 14.0752 39.2369 14.1929 39.2904 14.2983C39.3438 14.4037 39.4243 14.4929 39.5236 14.557C39.6229 14.621 39.7375 14.6575 39.8555 14.6627C39.9736 14.6679 40.0909 14.6416 40.1954 14.5866L43.9994 12.5866L47.7948 14.5866L47.8614 14.6173C47.9715 14.6606 48.0911 14.6739 48.2079 14.6558C48.3248 14.6377 48.4347 14.5888 48.5265 14.5141C48.6182 14.4395 48.6885 14.3418 48.73 14.231C48.7715 14.1203 48.7828 14.0005 48.7628 13.8839L48.0354 9.64728L51.1181 6.64728L51.1701 6.59062C51.2444 6.49913 51.2931 6.38958 51.3112 6.27315C51.3294 6.15671 51.3164 6.03753 51.2735 5.92777C51.2306 5.818 51.1594 5.72157 51.0671 5.64829C50.9748 5.57501 50.8647 5.52751 50.7481 5.51062L46.4948 4.89328L44.5934 1.03995C44.5384 0.928305 44.4532 0.834292 44.3475 0.768551C44.2419 0.702811 44.1199 0.667969 43.9954 0.667969C43.871 0.667969 43.749 0.702811 43.6433 0.768551C43.5376 0.834292 43.4524 0.928305 43.3974 1.03995L41.4954 4.89328Z' fill='%23CCA500'/%3E%3Cpath d='M59.4954 4.89328L55.2421 5.50995L55.1668 5.52528C55.0527 5.55556 54.9488 5.61555 54.8655 5.69915C54.7822 5.78274 54.7226 5.88694 54.6928 6.0011C54.663 6.11526 54.664 6.23529 54.6957 6.34893C54.7274 6.46257 54.7888 6.56576 54.8734 6.64795L57.9548 9.64728L57.2281 13.8839L57.2194 13.9573C57.2124 14.0752 57.2369 14.1929 57.2904 14.2983C57.3438 14.4037 57.4243 14.4929 57.5236 14.557C57.6229 14.621 57.7375 14.6575 57.8555 14.6627C57.9736 14.6679 58.0909 14.6416 58.1954 14.5866L61.9994 12.5866L65.7948 14.5866L65.8614 14.6173C65.9715 14.6606 66.0911 14.6739 66.2079 14.6558C66.3248 14.6377 66.4347 14.5888 66.5265 14.5141C66.6182 14.4395 66.6885 14.3418 66.73 14.231C66.7715 14.1203 66.7828 14.0005 66.7628 13.8839L66.0354 9.64728L69.1181 6.64728L69.1701 6.59062C69.2444 6.49913 69.2931 6.38958 69.3112 6.27315C69.3294 6.15671 69.3164 6.03753 69.2735 5.92777C69.2306 5.818 69.1594 5.72157 69.0671 5.64829C68.9748 5.57501 68.8647 5.52751 68.7481 5.51062L64.4948 4.89328L62.5934 1.03995C62.5384 0.928305 62.4532 0.834292 62.3475 0.768551C62.2419 0.702811 62.1199 0.667969 61.9954 0.667969C61.871 0.667969 61.749 0.702811 61.6433 0.768551C61.5376 0.834292 61.4524 0.928305 61.3974 1.03995L59.4954 4.89328Z' fill='%23CCA500'/%3E%3Cpath d='M77.4954 4.89328L73.2421 5.50995L73.1668 5.52528C73.0527 5.55556 72.9488 5.61555 72.8655 5.69915C72.7822 5.78274 72.7226 5.88694 72.6928 6.0011C72.663 6.11526 72.664 6.23529 72.6957 6.34893C72.7274 6.46257 72.7888 6.56576 72.8734 6.64795L75.9548 9.64728L75.2281 13.8839L75.2194 13.9573C75.2124 14.0752 75.2369 14.1929 75.2904 14.2983C75.3438 14.4037 75.4243 14.4929 75.5236 14.557C75.6229 14.621 75.7375 14.6575 75.8555 14.6627C75.9736 14.6679 76.0909 14.6416 76.1954 14.5866L79.9994 12.5866L83.7948 14.5866L83.8614 14.6173C83.9715 14.6606 84.0911 14.6739 84.2079 14.6558C84.3248 14.6377 84.4347 14.5888 84.5265 14.5141C84.6182 14.4395 84.6885 14.3418 84.73 14.231C84.7715 14.1203 84.7828 14.0005 84.7628 13.8839L84.0354 9.64728L87.1181 6.64728L87.1701 6.59062C87.2444 6.49913 87.2931 6.38958 87.3112 6.27315C87.3294 6.15671 87.3164 6.03753 87.2735 5.92777C87.2306 5.818 87.1594 5.72157 87.0671 5.64829C86.9748 5.57501 86.8647 5.52751 86.7481 5.51062L82.4948 4.89328L80.5934 1.03995C80.5384 0.928305 80.4532 0.834292 80.3475 0.768551C80.2419 0.702811 80.1199 0.667969 79.9954 0.667969C79.871 0.667969 79.749 0.702811 79.6433 0.768551C79.5376 0.834292 79.4524 0.928305 79.3974 1.03995L77.4954 4.89328Z' fill='%23CCA500'/%3E%3C/svg%3E%0A");}
a.tb-heubl-service__link {color: #5A5A5A;text-decoration: none;}

.content .votes-wrap {padding: 0;margin: 0;display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 4;}
.content .vote-wrap {border: 1px solid #DCD2C8!important;display: flex;flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));margin: 0;padding: 24px;background-color: #fff;flex-direction: column;border-radius: 12px;margin-bottom: 16px;}
.vote-wrap .vote-content {order: 1;margin-top: 8px;}
.vote-wrap .vote-header .vote-name {font-size: 14px;margin-bottom: 4px;font-weight: bold;padding-left: 20px;background-size: 16px;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3334 2.22676C12.3389 2.80733 13.1753 3.64044 13.7599 4.64362C14.3445 5.64681 14.6569 6.78527 14.6663 7.94632C14.6757 9.10736 14.3817 10.2507 13.8134 11.2632C13.2451 12.2757 12.4222 13.1222 11.4262 13.719C10.4302 14.3157 9.29562 14.642 8.13477 14.6655C6.97393 14.689 5.82707 14.4089 4.80774 13.8529C3.78841 13.297 2.93195 12.4844 2.32315 11.4958C1.71435 10.5071 1.37431 9.37656 1.33671 8.21609L1.33337 8.00009L1.33671 7.78409C1.37404 6.63275 1.70907 5.51073 2.30913 4.52742C2.90919 3.54411 3.75381 2.73306 4.76064 2.17335C5.76746 1.61363 6.90214 1.32436 8.05404 1.33372C9.20595 1.34308 10.3358 1.65076 11.3334 2.22676ZM10.4714 6.19542C10.3566 6.08064 10.2038 6.01169 10.0418 6.0015C9.87981 5.99131 9.71964 6.04059 9.59137 6.14009L9.52871 6.19542L7.33337 8.39009L6.47137 7.52876L6.40871 7.47342C6.28043 7.37399 6.12029 7.32477 5.95831 7.33499C5.79633 7.34521 5.64365 7.41417 5.52888 7.52893C5.41412 7.6437 5.34516 7.79638 5.33494 7.95836C5.32472 8.12034 5.37394 8.28048 5.47337 8.40876L5.52871 8.47142L6.86204 9.80476L6.92471 9.86009C7.04162 9.9508 7.1854 10 7.33337 10C7.48135 10 7.62512 9.9508 7.74204 9.86009L7.80471 9.80476L10.4714 7.13809L10.5267 7.07542C10.6262 6.94715 10.6755 6.78699 10.6653 6.62497C10.6551 6.46295 10.5862 6.31022 10.4714 6.19542Z' fill='black'/%3E%3C/svg%3E%0A");}
.vote-wrap .vote-header .vote-name::before {content: "Ověřený zákazník ";}
.vote-wrap .vote-header .vote-rating {font-size: 14px;color: #5A5A5A;margin-bottom: 10px;}
.id--51 .vote-wrap .vote-header {margin-top: 10px;}
.tb-heubl-vote__footer {display: flex;align-items: center;}
.tb-heubl-vote__footer .stars {order: 1;}
.tb-heubl-vote__footer .percentage {font-weight: bold;margin-right: 8px;line-height: 1;}

#ratingWrapper {margin-bottom: 20px;}
.stars .star.is-active:hover, .stars .star.star-half:before, .stars .star.star-on:before {color: #CCA500;}

@media (max-width: 1199px) {
  .content .votes-wrap {--ji-gap:6px;--ji-columns: 3;}
  .content .tb-heubl__votes .vote-wrap:nth-of-type(+n+4) {display: none;}
}
@media (max-width: 991px) {
  .content .votes-wrap {--ji-gap:6px;--ji-columns: 2;}
  .content .tb-heubl__votes .vote-wrap:nth-of-type(+n+3) {display: none;}
}
@media (max-width: 767px) {
  .content .votes-wrap {--ji-gap:6px;--ji-columns: 1;}
  .content .tb-heubl__votes .vote-wrap:nth-of-type(+n+2) {display: none;}
  .tb-heubl__header {margin-bottom: 20px;flex-direction: column;}
  .tb-heubl__header h2 {margin-bottom: 10px;}
  .tb-heubl {padding: 24px 0;}
}


/* Welcome block */
.welcome-wrapper {padding: 0;margin: 0;position: relative;}
.welcome-wrapper::after {content: "";display: block;background-color: #fff;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}
.welcome {padding: 46px 0;}
.welcome>div {display: flex;align-items: center;}
.welcome-img {width: 55%;position: relative;z-index: 1;}
.welcome-text {width: 45%;padding: 140px 0;padding-left: 25px;position: relative;}
#content .welcome-text h1 {font-size: 30px;font-weight: 600;max-width: 80%;}
.btn.btn-arrow-spec::after {content: "";width: 20px;height: 20px;margin-left: 10px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10.0001H15.8334M15.8334 10.0001L12.5001 13.3334M15.8334 10.0001L12.5001 6.66675' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.btn.btn-arrow-spec {display: inline-flex;align-items: center;}
.welcome-text>* {position: relative;z-index: 1;}
.welcome-text::after {content: "";background-color: #FCF8F4;border-radius: 12px;height: 100%;top: 0;width: 150%;right: -15px;position: absolute;z-index: 0;background-repeat: no-repeat;background-position: right center;background-image: url("data:image/svg+xml,%3Csvg width='547' height='503' viewBox='0 0 547 503' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M216.972 394.324C216.713 394.796 215.422 396.546 213.102 399.558C202.256 413.639 190.311 426.491 177.018 438.339C157.521 455.718 134.956 470.752 111.463 482.018C91.7692 491.461 71.147 498.419 53.904 501.451C46.77 502.706 40.8693 503.039 38.0957 502.364C37.4596 502.209 37.3081 502.121 37.1134 501.804C36.8384 501.359 36.979 501.015 37.6535 500.439C39.1006 499.204 41.8104 498.427 54.2033 495.764C63.7974 493.702 69.0551 492.474 74.3918 491.026C108.269 481.832 138.534 466.427 167.005 443.884C184.28 430.205 199.616 415.024 215.617 395.781C216.375 394.87 217.014 394.158 217.029 394.201C217.035 394.217 217.009 394.256 216.972 394.324ZM242.035 335.34C242.007 335.4 241.98 335.458 241.938 335.494C241.859 335.568 241.869 335.484 241.954 335.302C242.039 335.12 242.097 335.059 242.092 335.167C242.089 335.222 242.063 335.28 242.035 335.34ZM241.473 336.222C241.445 336.282 241.417 336.34 241.376 336.376C241.297 336.45 241.286 336.356 241.371 336.174C241.456 335.993 241.535 335.941 241.529 336.049C241.526 336.103 241.501 336.162 241.473 336.222ZM241.1 336.645C241.062 336.975 235.151 345.593 229.723 353.231C197.745 398.23 165.295 433.461 135.614 455.428C121.787 465.662 108.48 473.037 98.3444 476.072C96.244 476.701 93.4855 477.184 93.1942 476.972C93.0892 476.896 92.9854 476.647 92.9786 476.423C92.9311 474.847 94.7009 473.572 101.178 470.501C111.718 465.504 118.285 461.969 125.472 457.476C162.505 434.323 200.472 394.735 240.231 337.757C240.716 337.062 241.111 336.551 241.1 336.645ZM280.326 245.672C280.287 245.756 280.246 245.831 280.2 245.887C280.107 245.999 280.125 245.888 280.244 245.634C280.363 245.379 280.447 245.274 280.42 245.417C280.407 245.489 280.365 245.588 280.326 245.672ZM279.276 247.595C279.214 247.727 279.146 247.861 279.083 247.954C278.959 248.139 279.007 247.957 279.194 247.557C279.382 247.157 279.491 247.004 279.428 247.218C279.396 247.326 279.337 247.463 279.276 247.595ZM278.32 249.264C277.707 250.652 271.685 261.386 267.389 268.723C246.373 304.61 222.891 338.486 197.089 370.194C179.303 392.053 160.793 412.263 144.418 427.652C134.005 437.438 125.226 444.334 124.171 443.569C124.052 443.483 123.994 443.173 124.022 442.877C124.135 441.689 125.868 439.35 128.955 436.222C130.999 434.152 135.298 430.067 142.377 423.508C148.442 417.889 153.942 412.663 159.066 407.643C202.892 364.711 240.47 315.265 274.53 255.707C278.018 249.608 278.65 248.517 278.32 249.264ZM243.239 252.854C243.21 252.887 243.137 252.945 243.031 253.031C242.859 253.173 240.538 254.864 237.893 256.775C181.188 297.74 139.61 334.888 109.316 371.616C106.724 374.757 103.842 378.367 98.9562 384.594C93.9921 390.92 92.0828 393.032 90.6497 393.827C90.016 394.178 89.0796 394.292 88.9104 394.033C88.6725 393.669 93.7444 386.37 98.8825 379.703C114.064 360.005 135.517 337.678 160.028 316.055C182.938 295.844 209.509 275.46 237.654 256.489C241.731 253.741 243.441 252.624 243.239 252.854ZM167.583 374.104C167.605 374.166 166.923 375.002 166.067 375.959C157.155 385.926 149.698 392.087 145.139 393.276C142.592 393.94 140.778 393.074 140.055 390.845C139.769 389.963 139.776 389.568 140.128 388.139C140.317 387.371 140.54 387.022 141.474 385.956C143.334 383.833 147.356 381.342 152.613 379.071C155.102 377.995 156.633 377.426 160.265 376.23C165.614 374.469 167.517 373.923 167.583 374.104ZM148.863 400.947C148.237 401.854 142.372 407.15 139.014 409.806C135.09 412.91 132.47 414.642 129.544 416.103C123.817 418.962 119.987 418.286 118.502 414.119C118.006 412.725 117.728 410.485 117.901 409.504C117.966 409.133 118.208 408.384 118.463 407.825C120.287 403.84 126.081 401.39 135.563 400.594C138.11 400.381 141.572 400.271 141.83 400.392C141.927 400.437 142.788 400.475 143.749 400.494C146.475 400.546 148.865 400.718 148.911 400.844C148.918 400.865 148.905 400.886 148.863 400.947ZM219.832 248.789C219.868 248.806 219.159 249.379 218.27 250.05C217.382 250.721 215.119 252.418 213.234 253.842C202.352 262.065 185.442 275.369 175.32 283.672C132.955 318.424 98.2337 351.806 71.0762 383.862C61.0884 395.651 52.303 407.071 43.1397 420.233C37.4593 428.393 36.3139 429.83 35.485 429.722C34.7266 429.622 34.5223 428.88 34.8515 427.408C35.1073 426.263 37.11 422.021 38.4778 419.718C48.2952 403.189 71.8883 375.544 99.466 348.276C132.473 315.64 170.302 283.938 210.298 255.38C215.264 251.835 219.738 248.745 219.832 248.789ZM159.287 367.106C158.777 368.184 158.236 369.172 157.678 370.063C156.375 372.148 155.454 372.982 153.834 373.542C152.611 373.964 151.613 373.906 150.491 373.346C147.914 372.058 147.111 370.685 147.277 367.881C147.314 367.261 147.389 366.525 147.447 366.242C147.505 365.959 148.123 364.523 148.829 363.079C150.281 360.108 151.556 358.186 154.257 354.839C156.765 351.73 160.98 347.087 161.918 346.399C162.176 346.21 162.965 345.479 163.662 344.801C164.359 344.122 164.989 343.594 165.064 343.614C165.234 343.662 165.197 344.097 164.544 348.177C163.287 356.041 161.503 362.436 159.287 367.106ZM127.361 429.424C127.261 429.638 122.183 432.666 119.732 433.969C110.9 438.666 104.662 440.7 100.389 440.249C99.2623 440.13 98.9545 440.038 98.0525 439.553C96.0043 438.453 95.3255 436.882 95.1589 432.819C95.1479 432.548 95.2389 431.859 95.352 431.291C95.6125 429.983 96.3684 428.325 97.1093 427.432C99.3091 424.782 103.717 423.668 109.614 424.275C113.154 424.639 117.868 425.718 120.7 426.802C121.64 427.162 122.973 427.63 123.661 427.866C126.275 428.762 127.439 429.258 127.361 429.424ZM106.269 451.395C106.226 451.488 104.981 452.157 103.504 452.889C91.9564 458.61 82.3814 462.006 76.3201 462.519C73.4789 462.76 72.8384 462.706 71.5194 462.089C70.4845 461.604 70.2555 461.44 69.7525 460.813C68.9802 459.85 68.7738 459.076 68.7566 456.935C68.7439 455.349 68.8727 454.483 69.257 453.21C69.714 451.696 70.9 449.985 72.2734 448.895C74.6997 446.969 77.9728 446.062 82.728 446.022C87.3996 445.983 94.9606 447.282 99.1854 448.825C100.019 449.129 100.801 449.395 100.925 449.415C101.048 449.435 102.044 449.753 103.151 450.134C104.258 450.516 105.44 450.926 105.766 451.035C106.187 451.177 106.325 451.275 106.269 451.395ZM134.309 389.299C133.408 391.258 132.398 392.792 131.298 393.865C130.367 394.775 128.602 395.814 127.791 395.933C126.304 396.152 123.353 395.363 122.177 394.424C120.968 393.459 120.656 392.141 121.017 389.672C121.289 387.818 123.107 384.395 125.627 380.999C128.444 377.205 134.763 370.133 136.237 369.134C136.469 368.977 137.051 368.463 137.519 367.992C137.987 367.52 138.424 367.189 138.488 367.25C138.929 367.669 137.668 378.046 136.669 382.186C135.999 384.963 135.209 387.339 134.309 389.299ZM112.012 411.876C111.223 413.506 110.372 414.883 109.464 415.987C108.343 417.35 106.547 418.726 105.329 419.13C103.408 419.766 101.675 419.521 99.5713 418.351C96.9759 416.906 96.1772 415.618 96.2792 412.999C96.3092 412.228 96.4234 411.299 96.5195 410.945C96.78 409.984 97.8325 407.731 98.6716 406.35C100.396 403.512 103.676 399.476 107.247 395.798C109.491 393.488 114.278 388.991 114.801 388.703C115.019 388.584 115.68 388.076 116.245 387.587C117.444 386.549 117.615 386.449 117.657 386.804C117.674 386.944 117.473 388.831 117.219 390.981C116.172 399.827 114.377 406.984 112.012 411.876ZM173.675 271.297C173.688 271.333 170.834 273.522 167.335 276.172C101.116 326.32 53.3208 373.071 25.3122 415.096C19.6889 423.533 15.3442 431.082 11.289 439.456C7.52614 447.226 5.55883 452.154 3.29711 459.494C1.92018 463.963 1.92815 463.992 1.59836 464.078C1.1468 464.195 0.572468 463.569 0.259533 462.579C0.107869 462.1 -0.00758867 461.09 0.000354019 460.316C0.00818354 459.552 0.00859081 458.633 0.00911855 458.278C0.0107993 457.138 0.659175 454.178 1.50995 451.461C2.38256 448.674 3.10084 446.782 4.53378 443.464C5.29899 441.693 6.28935 439.549 6.72154 438.686C7.15379 437.824 8.0866 435.936 8.80366 434.507C10.4094 431.306 11.2837 429.766 14.3154 424.811C20.6129 414.52 26.0308 406.657 33.3086 397.226C61.3147 360.933 100.888 323.84 149.659 288.138C158.266 281.838 173.597 271.083 173.675 271.297ZM79.0511 469.601C78.8925 469.939 72.1255 473.564 68.3168 475.356C56.4054 480.958 48.5975 482.383 45.3322 479.581C44.6845 479.026 44.0557 477.936 43.8969 477.066C43.5036 474.911 43.4509 473.393 43.732 472.158C44.1217 470.446 44.9093 469.178 46.3096 468.036C49.3641 465.545 54.8734 464.744 62.7767 465.664C65.655 465.999 70.1364 466.872 72.495 467.551C73.2766 467.776 75.0614 468.269 76.4354 468.649C79.3155 469.446 79.1424 469.406 79.0511 469.601ZM87.621 434.991C86.2946 437.678 84.8386 439.103 82.5649 439.994C80.8865 440.651 79.9637 440.689 78.1431 440.189C74.448 439.174 73.0591 437.541 72.977 434.109C72.9396 432.544 73.1305 431.432 73.6936 429.763C74.6136 427.034 77.2314 422.246 79.9667 418.282C82.4328 414.708 86.9035 408.998 88.6889 407.152C90.4081 405.376 90.7946 405.022 90.9063 405.128C91.0603 405.274 91.2642 410.771 91.2419 413.976C91.2074 418.935 90.822 423.461 90.1326 427.078C89.5623 430.071 89.1596 431.487 88.1949 433.766C88.0098 434.203 87.8101 434.607 87.621 434.991ZM62.5689 451.92C62.0094 453.064 61.749 453.409 61.2106 454.023C60.0923 455.299 59.0196 456.08 57.6456 456.586C55.7703 457.278 53.6901 457.187 51.2554 456.308C49.2938 455.599 47.7209 454.072 47.2447 452.437C46.7369 450.694 46.9064 448.132 47.6555 445.981C47.7486 445.714 48.1871 444.663 48.6451 443.655C50.26 440.1 53.1793 435.666 57.0146 430.94C59.7617 427.555 64.3212 422.457 65.0552 421.956C65.2867 421.799 65.7491 421.403 66.0616 421.083C66.3739 420.764 66.6758 420.524 66.7337 420.551C66.8815 420.62 67.02 426.54 66.9436 429.614C66.7816 436.138 66.13 441.399 64.9219 446.099C64.556 447.523 64.2652 448.288 63.2481 450.47C62.9695 451.065 62.7553 451.538 62.5689 451.92ZM39.8622 468.677C39.3861 469.633 39.1599 469.912 38.5682 470.536C35.9476 473.302 32.5594 473.807 28.3011 472.053C25.0511 470.714 23.6078 468.787 23.3647 465.482C23.2422 463.817 23.3435 463.014 23.8248 461.365C24.3323 459.625 26.156 455.687 27.4298 453.615C30.1634 449.168 34.0534 444.181 38.768 439.079C39.7694 437.995 40.7188 437.062 40.863 436.997C41.007 436.931 41.2993 436.687 41.5147 436.455C41.7302 436.224 41.9373 436.056 41.9893 436.08C42.1305 436.146 42.6393 440.57 42.8566 443.633C43.4345 451.78 43.1313 458.141 41.8971 463.429C41.531 464.998 41.3093 465.588 40.4363 467.452C40.2003 467.955 40.0207 468.358 39.8622 468.677Z' fill='%23EDE2D7'/%3E%3Cpath opacity='0.5' d='M469.681 2.60072C470.169 2.96378 471.925 4.68035 474.933 7.745C488.992 22.0687 501.506 37.4316 512.688 54.1443C529.088 78.6584 542.389 106.238 551.329 134.27C558.823 157.768 563.393 181.917 564.099 201.675C564.39 209.85 563.844 216.501 562.657 219.498C562.385 220.186 562.262 220.341 561.878 220.51C561.337 220.748 560.974 220.537 560.435 219.693C559.279 217.882 558.833 214.73 557.785 200.454C556.973 189.402 556.418 183.33 555.63 177.136C550.624 137.813 538.108 101.563 517.329 66.208C504.721 44.7548 490.13 25.2373 471.1 4.34281C470.199 3.35345 469.503 2.52802 469.553 2.51741C469.572 2.5134 469.612 2.54856 469.681 2.60072ZM407.614 -34.6198C407.677 -34.579 407.738 -34.5396 407.771 -34.4875C407.841 -34.3873 407.749 -34.4109 407.559 -34.5346C407.369 -34.6581 407.31 -34.7331 407.43 -34.7096C407.49 -34.6981 407.552 -34.6605 407.614 -34.6198ZM408.513 -33.8532C408.576 -33.8124 408.636 -33.773 408.67 -33.721C408.74 -33.6208 408.634 -33.6229 408.444 -33.7466C408.254 -33.8701 408.209 -33.9663 408.329 -33.943C408.389 -33.931 408.45 -33.894 408.513 -33.8532ZM408.929 -33.3708C409.291 -33.2765 418.01 -25.3225 425.706 -18.0625C471.056 24.714 505.405 66.4961 525.352 103.115C534.644 120.174 540.819 136.207 542.636 148.016C543.012 150.464 543.122 153.624 542.84 153.917C542.738 154.022 542.444 154.1 542.192 154.072C540.422 153.88 539.272 151.702 536.846 143.98C532.899 131.412 529.968 123.516 526.062 114.779C505.935 69.7517 467.571 21.1191 410.037 -32.2254C409.334 -32.8765 408.825 -33.3978 408.929 -33.3708ZM313.287 -91.4145C313.375 -91.3575 313.453 -91.3003 313.509 -91.2407C313.619 -91.1192 313.498 -91.1562 313.232 -91.3293C312.966 -91.5022 312.862 -91.6116 313.017 -91.5599C313.096 -91.5343 313.2 -91.4716 313.287 -91.4145ZM315.275 -89.9403C315.413 -89.8506 315.552 -89.7536 315.646 -89.6692C315.835 -89.5015 315.638 -89.5831 315.22 -89.855C314.801 -90.1272 314.647 -90.2731 314.877 -90.1689C314.992 -90.1173 315.137 -90.0299 315.275 -89.9403ZM316.993 -88.611C318.45 -87.7094 329.518 -79.3024 337.054 -73.354C373.919 -44.2582 408.15 -12.7171 439.596 21.0803C461.274 44.3792 480.994 68.23 495.656 88.9416C504.98 102.113 511.325 113.006 510.305 114.067C510.19 114.187 509.834 114.203 509.507 114.126C508.197 113.815 505.851 111.512 502.833 107.571C500.836 104.963 496.937 99.5184 490.704 90.5793C485.363 82.9207 480.375 75.9548 475.559 69.4415C434.367 13.7356 384.917 -35.9966 323.609 -83.3692C317.331 -88.2205 316.209 -89.0965 316.993 -88.611ZM315.544 -48.8146C315.576 -48.7773 315.629 -48.6868 315.709 -48.5551C315.841 -48.341 317.371 -45.4813 319.097 -42.2247C356.082 27.5785 391.153 79.8695 427.513 119.474C430.623 122.861 434.212 126.647 440.415 133.082C446.717 139.62 448.783 142.084 449.448 143.811C449.742 144.575 449.724 145.64 449.408 145.789C448.964 145.998 441.59 139.188 434.934 132.403C415.267 112.354 393.637 84.8823 373.27 54.0986C354.233 25.3264 335.573 -7.56833 318.739 -42.0017C316.3 -46.9908 315.318 -49.0768 315.544 -48.8146ZM439.373 54.6917C439.446 54.6762 440.274 55.5694 441.211 56.6762C450.971 68.1962 456.7 77.4966 457.319 82.7809C457.666 85.7329 456.415 87.6263 453.809 88.0878C452.778 88.2703 452.338 88.201 450.794 87.5854C449.964 87.2545 449.609 86.9501 448.562 85.7395C446.477 83.3282 444.317 78.4417 442.596 72.2081C441.781 69.2565 441.382 67.4561 440.611 63.207C439.475 56.9503 439.16 54.7368 439.373 54.6917ZM466.479 79.8105C467.397 80.6514 472.406 88.037 474.854 92.2061C477.714 97.0783 479.244 100.279 480.422 103.779C482.727 110.63 481.374 114.809 476.483 115.82C474.847 116.158 472.298 116.12 471.228 115.774C470.823 115.643 470.023 115.256 469.437 114.883C465.264 112.222 463.427 105.36 464.014 94.6307C464.171 91.7486 464.588 87.8598 464.764 87.5898C464.829 87.4884 465.006 86.5318 465.176 85.4598C465.659 82.419 466.224 79.7726 466.372 79.7411C466.397 79.736 466.418 79.7543 466.479 79.8105ZM307.351 -23.2679C307.375 -23.3059 307.906 -22.4235 308.518 -21.3253C309.13 -20.2271 310.675 -17.4318 311.975 -15.1016C319.476 -1.64943 331.722 19.3357 339.433 31.9508C371.703 84.7482 403.631 128.783 435.254 164.151C446.884 177.159 458.288 188.764 471.582 201.063C479.823 208.687 481.253 210.192 481.002 211.103C480.773 211.935 479.911 212.048 478.315 211.451C477.075 210.986 472.643 208.086 470.28 206.197C453.322 192.642 426.077 161.947 399.874 126.855C368.513 84.8538 338.948 37.6049 313.238 -11.5784C310.046 -17.6842 307.287 -23.1696 307.351 -23.2679ZM430.254 62.8795C431.38 63.6185 432.4 64.3775 433.31 65.1397C435.439 66.922 436.228 68.0819 436.602 69.9814C436.884 71.4146 436.664 72.5219 435.862 73.6895C434.02 76.3718 432.359 77.0554 429.249 76.4333C428.562 76.296 427.751 76.0972 427.443 75.9878C427.135 75.8786 425.626 74.9641 424.121 73.9496C421.024 71.8629 419.073 70.1378 415.749 66.5952C412.663 63.3056 408.126 57.8674 407.503 56.7118C407.332 56.3932 406.638 55.3972 405.987 54.512C405.337 53.6268 404.844 52.8397 404.879 52.7593C404.958 52.5763 405.439 52.6858 409.901 54.0511C418.501 56.682 425.375 59.6742 430.254 62.8795ZM494.982 108.296C495.205 108.441 497.8 114.592 498.876 117.536C502.754 128.147 504.058 135.441 502.888 140.149C502.579 141.391 502.427 141.721 501.745 142.654C500.195 144.774 498.332 145.288 493.762 144.842C493.457 144.812 492.701 144.603 492.083 144.387C490.66 143.892 488.925 142.789 488.041 141.821C485.419 138.948 484.86 133.844 486.457 127.343C487.416 123.44 489.357 118.336 491.011 115.338C491.56 114.343 492.291 112.924 492.662 112.191C494.071 109.407 494.807 108.182 494.982 108.296ZM516.27 135.309C516.367 135.372 516.921 136.868 517.51 138.635C522.11 152.441 524.416 163.679 524.046 170.539C523.873 173.754 523.713 174.462 522.817 175.841C522.113 176.923 521.894 177.154 521.115 177.618C519.917 178.332 519.019 178.443 516.622 178.128C514.847 177.896 513.898 177.616 512.533 176.988C510.911 176.241 509.183 174.648 508.178 172.942C506.402 169.929 505.897 166.127 506.593 160.802C507.277 155.571 509.908 147.316 512.291 142.831C512.761 141.947 513.181 141.113 513.222 140.978C513.264 140.843 513.774 139.778 514.374 138.6C514.973 137.421 515.616 136.163 515.789 135.816C516.012 135.366 516.144 135.228 516.27 135.309ZM451.184 94.2746C453.236 95.5875 454.794 96.956 455.823 98.3527C456.695 99.5357 457.582 101.672 457.59 102.597C457.603 104.295 456.26 107.472 455.027 108.642C453.759 109.844 452.237 109.988 449.532 109.198C447.501 108.606 443.955 106.04 440.549 102.691C436.745 98.9504 429.819 90.7812 428.932 88.9767C428.792 88.6924 428.308 87.9619 427.853 87.365C427.398 86.7682 427.096 86.228 427.175 86.1653C427.712 85.7376 439.122 88.7643 443.597 90.5265C446.599 91.7085 449.133 92.9621 451.184 94.2746ZM472.963 122.73C474.664 123.866 476.071 125.032 477.164 126.22C478.514 127.686 479.774 129.909 480.035 131.334C480.448 133.582 479.904 135.482 478.267 137.653C476.247 140.33 474.682 141.023 471.768 140.501C470.911 140.347 469.89 140.075 469.508 139.912C468.474 139.471 466.118 137.943 464.704 136.789C461.798 134.419 457.795 130.121 454.239 125.554C452.004 122.685 447.72 116.63 447.48 116C447.38 115.738 446.915 114.919 446.456 114.211C445.482 112.709 445.397 112.502 445.8 112.51C445.959 112.513 448.039 113.031 450.404 113.651C460.135 116.2 467.86 119.322 472.963 122.73ZM325.335 31.8633C325.378 31.8543 327.381 35.3867 329.8 39.7137C375.574 121.589 420.418 182.329 463.059 220.202C471.62 227.806 479.386 233.841 488.121 239.681C496.225 245.1 501.43 248.068 509.288 251.742C514.072 253.978 514.105 253.973 514.15 254.355C514.211 254.879 513.421 255.424 512.265 255.619C511.705 255.714 510.557 255.686 509.694 255.557C508.84 255.429 507.812 255.285 507.416 255.23C506.141 255.05 502.931 253.864 500.024 252.489C497.043 251.079 495.039 249.981 491.551 247.861C489.689 246.729 487.446 245.288 486.548 244.67C485.651 244.052 483.685 242.715 482.198 241.69C478.868 239.396 477.282 238.178 472.213 234.015C461.683 225.369 453.732 218.084 444.317 208.475C408.087 171.497 372.764 121.458 340.431 61.3475C334.725 50.7396 325.084 31.9164 325.335 31.8633ZM532.392 168.587C532.746 168.817 535.747 176.951 537.157 181.49C541.567 195.685 541.945 204.64 538.303 207.856C537.58 208.493 536.264 209.027 535.266 209.069C532.795 209.173 531.088 208.996 529.751 208.489C527.896 207.786 526.601 206.708 525.542 204.964C523.232 201.16 523.194 194.873 525.453 186.176C526.276 183.009 527.952 178.133 529.078 175.601C529.452 174.762 530.281 172.842 530.921 171.365C532.261 168.267 532.188 168.455 532.392 168.587ZM495.017 153.611C497.815 155.513 499.183 157.363 499.825 160.045C500.299 162.025 500.198 163.063 499.355 165.021C497.643 168.996 495.601 170.295 491.749 169.852C489.993 169.65 488.78 169.264 487 168.374C484.092 166.92 479.144 163.246 475.137 159.569C471.523 156.254 465.832 150.364 464.047 148.08C462.328 145.88 461.992 145.393 462.128 145.284C462.316 145.135 468.496 145.763 472.077 146.287C477.618 147.098 482.619 148.234 486.558 149.569C489.816 150.673 491.338 151.344 493.736 152.778C494.196 153.053 494.617 153.34 495.017 153.611ZM510.049 184.268C511.242 185.072 511.587 185.417 512.19 186.115C513.443 187.564 514.149 188.886 514.502 190.501C514.983 192.707 514.558 195.019 513.195 197.605C512.096 199.689 510.143 201.21 508.241 201.488C506.212 201.785 503.373 201.196 501.083 200.023C500.799 199.877 499.693 199.223 498.636 198.554C494.912 196.194 490.408 192.238 485.719 187.212C482.361 183.612 477.369 177.718 476.923 176.82C476.783 176.536 476.412 175.957 476.103 175.558C475.794 175.159 475.574 174.784 475.613 174.723C475.713 174.569 482.356 175.336 485.783 175.9C493.054 177.098 498.836 178.646 503.905 180.729C505.441 181.36 506.251 181.805 508.533 183.282C509.155 183.687 509.652 184 510.049 184.268ZM525.254 212.275C526.249 212.956 526.526 213.253 527.132 214.012C529.818 217.374 529.854 221.242 527.229 225.731C525.225 229.158 522.845 230.472 519.111 230.229C517.23 230.107 516.347 229.868 514.578 229.073C512.711 228.235 508.59 225.581 506.472 223.834C501.924 220.084 496.952 214.956 491.979 208.888C490.923 207.599 490.028 206.392 489.977 206.221C489.926 206.049 489.699 205.684 489.473 205.407C489.247 205.13 489.092 204.872 489.127 204.818C489.223 204.67 494.25 204.79 497.71 205.025C506.912 205.647 513.979 206.977 519.702 209.182C521.4 209.835 522.024 210.175 523.973 211.442C524.5 211.784 524.923 212.048 525.254 212.275Z' fill='%23EDE2D7'/%3E%3C/svg%3E%0A");}

@media (max-width: 991px) {
  .welcome>div {flex-direction: column;}
  .welcome-img {width: 100%;}
  .welcome-text {width: 100%;padding-left: 0;padding-top: 60px;padding-bottom: 0;}
  .welcome-text::after {display: none;}
}
@media (max-width: 767px) {
  #content .welcome-text h1 {margin-top: 0;max-width: 100%;font-size: 22px;}
  .welcome {padding: 28px 0 16px 0;}
  .welcome-wrapper {margin: 0 -16px;padding: 0 16px;background-color: #fff;}
  .welcome-img {position: relative;z-index: 1;}
  .welcome-text {padding: 160px 16px 56px 16px;background-repeat: no-repeat;background-position: left top 100px;border-radius: 12px;background-color: #FCF8F4;margin-top: -100px;background-image: url("data:image/svg+xml,%3Csvg width='227' height='258' viewBox='0 0 227 258' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M163.112 148.971C162.853 149.443 161.562 151.193 159.242 154.205C148.396 168.286 136.451 181.138 123.158 192.986C103.661 210.365 81.0964 225.4 57.6032 236.665C37.9094 246.108 17.2872 253.066 0.044182 256.098C-7.08989 257.353 -12.9906 257.686 -15.7642 257.011C-16.4002 256.857 -16.5517 256.768 -16.7465 256.452C-17.0214 256.006 -16.8809 255.662 -16.2064 255.086C-14.7592 253.851 -12.0495 253.074 0.343436 250.411C9.93752 248.35 15.1953 247.121 20.5319 245.673C54.4089 236.479 84.674 221.074 113.145 198.531C130.42 184.852 145.756 169.671 161.758 150.428C162.515 149.517 163.154 148.805 163.17 148.848C163.175 148.864 163.149 148.904 163.112 148.971ZM188.175 89.9874C188.147 90.0474 188.12 90.1053 188.079 90.1413C187.999 90.215 188.009 90.1312 188.094 89.9492C188.179 89.7674 188.238 89.7063 188.232 89.8145C188.229 89.8687 188.203 89.9274 188.175 89.9874ZM187.613 90.8694C187.585 90.9294 187.558 90.9874 187.516 91.0233C187.437 91.097 187.426 91.0036 187.511 90.8216C187.596 90.6399 187.675 90.5884 187.669 90.6966C187.666 90.7507 187.641 90.8094 187.613 90.8694ZM187.24 91.2927C187.202 91.6219 181.291 100.241 175.864 107.878C143.885 152.878 111.435 188.108 81.7545 210.075C67.9275 220.309 54.6198 227.684 44.4846 230.72C42.3841 231.349 39.6256 231.831 39.3344 231.619C39.2294 231.543 39.1255 231.294 39.1187 231.07C39.0712 229.494 40.841 228.22 47.3178 225.149C57.8579 220.151 64.4254 216.616 71.6118 212.123C108.645 188.971 146.613 149.382 186.371 92.4046C186.857 91.709 187.252 91.1986 187.24 91.2927ZM226.466 0.318992C226.427 0.402896 226.386 0.477803 226.34 0.534159C226.247 0.645965 226.265 0.535438 226.384 0.280796C226.504 0.0263209 226.587 -0.0785964 226.561 0.0643965C226.548 0.135982 226.505 0.235088 226.466 0.318992ZM225.416 2.24256C225.354 2.37456 225.286 2.50794 225.223 2.60072C225.099 2.78657 225.147 2.60452 225.334 2.20437C225.522 1.80389 225.631 1.65111 225.568 1.86551C225.536 1.97285 225.478 2.11068 225.416 2.24256ZM224.46 3.91154C223.847 5.29908 217.825 16.0334 213.529 23.3703C192.513 59.2574 169.031 93.133 143.229 124.841C125.443 146.7 106.933 166.91 90.5583 182.299C80.1453 192.086 71.3659 198.981 70.3108 198.216C70.1922 198.13 70.134 197.82 70.1622 197.524C70.2749 196.336 72.0076 193.998 75.0956 190.87C77.1396 188.799 81.4382 184.715 88.517 178.156C94.5817 172.536 100.082 167.31 105.206 162.29C149.032 119.358 186.611 69.9126 220.67 10.3545C224.158 4.2553 224.79 3.16447 224.46 3.91154ZM189.379 7.5017C189.35 7.53458 189.277 7.59177 189.171 7.6785C189 7.81993 186.678 9.51144 184.033 11.4226C127.329 52.3876 85.75 89.5352 55.4557 126.263C52.8645 129.405 49.9825 133.014 45.0963 139.241C40.1323 145.567 38.2229 147.68 36.7898 148.474C36.1561 148.825 35.2197 148.939 35.0505 148.68C34.8127 148.316 39.8845 141.017 45.0226 134.351C60.2042 114.652 81.6568 92.3255 106.168 70.7019C129.078 50.4911 155.65 30.1068 183.794 11.1364C187.871 8.38772 189.581 7.27108 189.379 7.5017ZM113.723 128.751C113.745 128.814 113.063 129.649 112.207 130.606C103.295 140.573 95.8378 146.734 91.2788 147.923C88.732 148.587 86.9185 147.721 86.1954 145.492C85.9095 144.61 85.9165 144.216 86.2679 142.786C86.4567 142.018 86.6803 141.669 87.6141 140.603C89.4743 138.48 93.4964 135.989 98.7533 133.718C101.243 132.643 102.773 132.073 106.405 130.877C111.754 129.117 113.657 128.57 113.723 128.751ZM95.0029 155.594C94.3775 156.501 88.5117 161.797 85.1541 164.453C81.2303 167.557 78.61 169.29 75.6839 170.75C69.9573 173.609 66.1267 172.933 64.6422 168.766C64.1457 167.372 63.8679 165.132 64.041 164.151C64.1065 163.781 64.3481 163.031 64.6035 162.472C66.4273 158.487 72.2216 156.038 81.7035 155.242C84.2505 155.028 87.7121 154.918 87.9704 155.039C88.0674 155.085 88.928 155.123 89.889 155.141C92.6149 155.193 95.0049 155.365 95.0507 155.492C95.0581 155.512 95.0447 155.533 95.0029 155.594ZM165.972 3.43634C166.008 3.45335 165.299 4.0263 164.41 4.69727C163.522 5.36823 161.259 7.06478 159.374 8.48917C148.492 16.7121 131.583 30.0158 121.46 38.3194C79.0951 73.0717 44.3738 106.454 17.2163 138.509C7.22851 150.298 -1.55689 161.718 -10.7202 174.88C-16.4006 183.04 -17.546 184.478 -18.3749 184.369C-19.1333 184.269 -19.3375 183.527 -19.0084 182.055C-18.7526 180.911 -16.7499 176.669 -15.382 174.365C-5.56465 157.836 18.0285 130.191 45.6061 102.923C78.6129 70.2871 116.442 38.5849 156.438 10.0276C161.404 6.48242 165.878 3.3923 165.972 3.43634ZM105.427 121.753C104.917 122.831 104.376 123.819 103.819 124.71C102.515 126.795 101.595 127.629 99.9742 128.189C98.7516 128.611 97.7536 128.553 96.6315 127.993C94.054 126.705 93.2515 125.332 93.4172 122.528C93.4538 121.909 93.529 121.173 93.5873 120.889C93.6455 120.606 94.2633 119.171 94.9692 117.726C96.4211 114.756 97.6957 112.833 100.397 109.486C102.905 106.377 107.121 101.734 108.058 101.046C108.317 100.857 109.105 100.127 109.802 99.4479C110.499 98.7692 111.129 98.241 111.204 98.2616C111.374 98.3089 111.337 98.7438 110.685 102.825C109.428 110.688 107.643 117.083 105.427 121.753ZM73.5012 184.072C73.4012 184.285 68.3232 187.313 65.8722 188.617C57.0398 193.314 50.8017 195.348 46.5296 194.897C45.4024 194.778 45.0947 194.685 44.1926 194.2C42.1444 193.1 41.4656 191.529 41.2991 187.466C41.288 187.195 41.3791 186.506 41.4922 185.938C41.7526 184.63 42.5085 182.973 43.2495 182.08C45.4493 179.429 49.8576 178.315 55.7539 178.922C59.2943 179.286 64.0083 180.365 66.8397 181.45C67.7797 181.81 69.1133 182.277 69.8011 182.513C72.4154 183.409 73.5793 183.905 73.5012 184.072ZM52.4091 206.043C52.3657 206.135 51.121 206.804 49.6437 207.536C38.0965 213.257 28.5216 216.653 22.4602 217.167C19.6191 217.407 18.9786 217.354 17.6595 216.736C16.6247 216.251 16.3957 216.087 15.8927 215.46C15.1204 214.497 14.9139 213.723 14.8968 211.582C14.884 209.997 15.0129 209.13 15.3972 207.857C15.8541 206.343 17.0402 204.632 18.4136 203.542C20.8398 201.616 24.1129 200.709 28.8682 200.669C33.5398 200.63 41.1007 201.93 45.3255 203.472C46.1587 203.776 46.941 204.043 47.0648 204.062C47.1886 204.082 48.1843 204.4 49.2914 204.782C50.3986 205.163 51.58 205.573 51.9058 205.682C52.3276 205.824 52.4652 205.923 52.4091 206.043ZM80.4487 143.946C79.5477 145.906 78.5378 147.439 77.4386 148.513C76.5075 149.422 74.742 150.461 73.9316 150.58C72.4444 150.8 69.4935 150.01 68.3169 149.071C67.108 148.106 66.7957 146.789 67.1576 144.32C67.4293 142.466 69.2468 139.042 71.7675 135.646C74.5838 131.852 80.9028 124.78 82.377 123.782C82.6093 123.624 83.1909 123.111 83.6589 122.639C84.1268 122.167 84.5637 121.836 84.6283 121.898C85.0691 122.317 83.8082 132.694 82.8092 136.834C82.1392 139.611 81.3492 141.986 80.4487 143.946ZM58.1518 166.523C57.3634 168.153 56.512 169.53 55.6041 170.634C54.4832 171.997 52.6871 173.374 51.4689 173.777C49.5483 174.413 47.8149 174.168 45.7114 172.998C43.1161 171.554 42.3173 170.265 42.4193 167.646C42.4493 166.875 42.5636 165.946 42.6596 165.592C42.9201 164.631 43.9726 162.378 44.8118 160.997C46.536 158.159 49.8162 154.123 53.3874 150.446C55.6314 148.135 60.4183 143.639 60.9416 143.351C61.1593 143.231 61.8202 142.724 62.3854 142.234C63.5837 141.196 63.7554 141.096 63.7975 141.451C63.8141 141.591 63.6135 143.478 63.359 145.628C62.312 154.474 60.5172 161.631 58.1518 166.523ZM119.815 25.9443C119.828 25.9803 116.974 28.1688 113.475 30.819C47.2563 80.9668 -0.539016 127.718 -28.5477 169.743C-34.171 178.18 -38.5156 185.729 -42.5709 194.103C-46.3337 201.874 -48.301 206.801 -50.5628 214.142C-51.9397 218.611 -51.9317 218.639 -52.2615 218.725C-52.7131 218.843 -53.2874 218.216 -53.6003 217.226C-53.752 216.747 -53.8675 215.737 -53.8595 214.963C-53.8517 214.199 -53.8513 213.28 -53.8507 212.925C-53.8491 211.785 -53.2007 208.825 -52.3499 206.108C-51.4773 203.321 -50.759 201.429 -49.3261 198.111C-48.5609 196.34 -47.5705 194.196 -47.1383 193.334C-46.7061 192.471 -45.7733 190.583 -45.0562 189.154C-43.4505 185.953 -42.5762 184.413 -39.5445 179.459C-33.247 169.167 -27.8291 161.304 -20.5512 151.873C7.45483 115.58 47.028 78.4868 95.7992 42.7856C104.406 36.4853 119.738 25.7305 119.815 25.9443ZM25.1913 224.248C25.0327 224.586 18.2656 228.212 14.4569 230.003C2.54555 235.605 -5.26241 237.03 -8.52771 234.228C-9.1754 233.673 -9.80418 232.583 -9.96296 231.713C-10.3563 229.559 -10.409 228.041 -10.1279 226.805C-9.73819 225.093 -8.95052 223.825 -7.55025 222.683C-4.49581 220.193 1.01355 219.391 8.91685 220.311C11.7951 220.646 16.2765 221.519 18.6351 222.198C19.4167 222.423 21.2016 222.916 22.5755 223.297C25.4556 224.094 25.2825 224.053 25.1913 224.248ZM33.7611 189.638C32.4347 192.325 30.9787 193.751 28.705 194.641C27.0266 195.299 26.1038 195.337 24.2832 194.836C20.5882 193.821 19.1992 192.188 19.1172 188.756C19.0797 187.191 19.2707 186.08 19.8337 184.41C20.7537 181.682 23.3715 176.893 26.1068 172.93C28.5729 169.356 33.0436 163.645 34.8291 161.8C36.5483 160.023 36.9347 159.669 37.0465 159.775C37.2005 159.922 37.4043 165.419 37.382 168.623C37.3476 173.583 36.9621 178.108 36.2727 181.725C35.7025 184.718 35.2998 186.135 34.335 188.413C34.15 188.85 33.9502 189.254 33.7611 189.638ZM8.70907 206.567C8.14951 207.711 7.88916 208.056 7.35076 208.67C6.2324 209.946 5.15973 210.727 3.78572 211.234C1.91041 211.925 -0.169718 211.835 -2.60442 210.955C-4.56604 210.246 -6.13897 208.719 -6.6152 207.084C-7.12294 205.341 -6.95344 202.779 -6.20439 200.628C-6.11125 200.361 -5.67274 199.31 -5.21479 198.302C-3.59982 194.748 -0.680604 190.314 3.15474 185.588C5.90183 182.202 10.4614 177.104 11.1953 176.604C11.4268 176.446 11.8892 176.05 12.2017 175.73C12.5141 175.411 12.8159 175.171 12.8739 175.198C13.0217 175.268 13.1602 181.187 13.0838 184.262C12.9218 190.786 12.2701 196.046 11.062 200.746C10.6962 202.17 10.4054 202.935 9.38823 205.117C9.10967 205.712 8.89544 206.186 8.70907 206.567ZM-13.9977 223.324C-14.4738 224.28 -14.6999 224.559 -15.2916 225.183C-17.9122 227.95 -21.3005 228.454 -25.5588 226.7C-28.8088 225.361 -30.2521 223.434 -30.4952 220.129C-30.6177 218.464 -30.5164 217.661 -30.0351 216.012C-29.5276 214.272 -27.7039 210.334 -26.4301 208.262C-23.6965 203.816 -19.8065 198.829 -15.0919 193.726C-14.0905 192.642 -13.141 191.71 -12.9969 191.644C-12.8528 191.578 -12.5605 191.335 -12.3451 191.103C-12.1297 190.871 -11.9225 190.703 -11.8706 190.727C-11.7294 190.793 -11.2206 195.217 -11.0033 198.28C-10.4254 206.427 -10.7285 212.788 -11.9628 218.077C-12.3289 219.645 -12.5505 220.235 -13.4236 222.099C-13.6596 222.602 -13.8392 223.005 -13.9977 223.324Z' fill='%23EDE2D7'/%3E%3C/svg%3E%0A");}
}

/* Footer */
@media (min-width: 1580px) {
  #footer .container {width: 1520px}
}
#footer {background-color: #6C4213;padding: 0;color: #fff;}
#footer h3 {color: #fff;margin-top: 0;margin-bottom: 16px;}
#footer a {color: #fff;}
.footer-rows .custom-footer {padding: 0;display: flex;flex-flow: row wrap;}

.custom-footer>div:has(.footer-logos) {width: 100%;padding-top: 0;padding-bottom: 0;}
.footer-logos {display: flex;justify-content: center;padding: 32px 0;align-items: center;border-top: 1px solid #5B3917;border-bottom: 1px solid #5B3917;margin-top: 10px;}
.footer-logos span {padding: 0 16px 0 45px;}
.footer-logos img {margin: 0 8px;}

.footer-logos__top {display: flex;flex-direction: column;}
.footer-logos__top a {margin-bottom: 24px;}

.custom-footer>div:has(.footer-contact) {width: 100%;overflow: initial;padding-bottom: 0;}
.custom-footer>div:has(.footer-contact) .banner {overflow: initial;}
.footer-contact {padding: 32px 0;position: relative;display: flex;align-items: center;margin-bottom: 32px;}
.footer-contact>* {position: relative;z-index: 2;}
.footer-contact::after {content: "";display: block;background-color: #5B3917;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: 1;}
.footer-contact h3 {padding-left: 64px;position: relative;margin: 0 24px!important;margin-right: 56px!important;}
.footer-contact h3::before {content: "";width: 56px;height: 56px;background-image: url(../img/footer-face.png);position: absolute;left: 0;top: 50%;margin-top: -26px;}

.contact-item::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;}
.contact-item {padding-left: 30px;position: relative;margin-right: 40px;}
.contact-item.--tel::before {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4H9L11 9L8.5 10.5C9.57096 12.6715 11.3285 14.429 13.5 15.5L15 13L20 15V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21C14.0993 20.763 10.4202 19.1065 7.65683 16.3432C4.8935 13.5798 3.23705 9.90074 3 6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.contact-item.--email::before {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7M3 7V17C3 17.5304 3.21071 18.0391 3.58579 18.4142C3.96086 18.7893 4.46957 19 5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V7M3 7L12 13L21 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.contact-item span {font-size: 14px;}

.footer-contact .socials {margin-left: auto;display: flex;align-items: center;}
.socials a {width: 32px;height: 32px;margin-left: 8px;}
.socials a:hover {opacity: 0.8;}
.socials a.--fb {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26284_1467)'%3E%3Cpath d='M32 16C32 7.1625 24.8375 0 16 0C7.1625 0 0 7.1625 0 16C0 24.8375 7.1625 32 16 32C16.0938 32 16.1875 32 16.2812 31.9937V19.5438H12.8438V15.5375H16.2812V12.5875C16.2812 9.16875 18.3688 7.30625 21.4188 7.30625C22.8813 7.30625 24.1375 7.4125 24.5 7.4625V11.0375H22.4C20.7437 11.0375 20.4188 11.825 20.4188 12.9812V15.5312H24.3875L23.8687 19.5375H20.4188V31.3813C27.1063 29.4625 32 23.3062 32 16Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26284_1467'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.socials a.--ins {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26284_1469)'%3E%3Cpath d='M19.0625 16C19.0625 17.6914 17.6914 19.0625 16 19.0625C14.3086 19.0625 12.9375 17.6914 12.9375 16C12.9375 14.3086 14.3086 12.9375 16 12.9375C17.6914 12.9375 19.0625 14.3086 19.0625 16Z' fill='white'/%3E%3Cpath d='M23.1611 10.5818C23.0139 10.1829 22.7791 9.82178 22.4739 9.52539C22.1775 9.22021 21.8167 8.98535 21.4175 8.83813C21.0938 8.7124 20.6074 8.56274 19.7117 8.52197C18.7427 8.47778 18.4521 8.46826 15.999 8.46826C13.5457 8.46826 13.2551 8.47754 12.2864 8.52173C11.3906 8.56274 10.9041 8.7124 10.5806 8.83813C10.1814 8.98535 9.82031 9.22021 9.52417 9.52539C9.21899 9.82178 8.98413 10.1826 8.83667 10.5818C8.71094 10.9055 8.56128 11.3921 8.52051 12.2878C8.47632 13.2566 8.4668 13.5471 8.4668 16.0005C8.4668 18.4536 8.47632 18.7441 8.52051 19.7131C8.56128 20.6089 8.71094 21.0952 8.83667 21.4189C8.98413 21.8181 9.21875 22.179 9.52393 22.4753C9.82031 22.7805 10.1812 23.0154 10.5803 23.1626C10.9041 23.2886 11.3906 23.4382 12.2864 23.479C13.2551 23.5232 13.5454 23.5325 15.9988 23.5325C18.4524 23.5325 18.7429 23.5232 19.7114 23.479C20.6072 23.4382 21.0938 23.2886 21.4175 23.1626C22.2188 22.8535 22.8521 22.2202 23.1611 21.4189C23.2869 21.0952 23.4365 20.6089 23.4775 19.7131C23.5217 18.7441 23.531 18.4536 23.531 16.0005C23.531 13.5471 23.5217 13.2566 23.4775 12.2878C23.4368 11.3921 23.2871 10.9055 23.1611 10.5818ZM15.999 20.718C13.3933 20.718 11.281 18.606 11.281 16.0002C11.281 13.3945 13.3933 11.2825 15.999 11.2825C18.6045 11.2825 20.7168 13.3945 20.7168 16.0002C20.7168 18.606 18.6045 20.718 15.999 20.718ZM20.9033 12.1985C20.2944 12.1985 19.8008 11.7048 19.8008 11.0959C19.8008 10.4871 20.2944 9.99341 20.9033 9.99341C21.5122 9.99341 22.0059 10.4871 22.0059 11.0959C22.0056 11.7048 21.5122 12.1985 20.9033 12.1985Z' fill='white'/%3E%3Cpath d='M16 0C7.16479 0 0 7.16479 0 16C0 24.8352 7.16479 32 16 32C24.8352 32 32 24.8352 32 16C32 7.16479 24.8352 0 16 0ZM25.1321 19.7878C25.0876 20.7659 24.9321 21.4336 24.7051 22.0181C24.2278 23.2522 23.2522 24.2278 22.0181 24.7051C21.4338 24.9321 20.7659 25.0874 19.7881 25.1321C18.8083 25.1768 18.4954 25.1875 16.0002 25.1875C13.5049 25.1875 13.1921 25.1768 12.2122 25.1321C11.2344 25.0874 10.5664 24.9321 9.98218 24.7051C9.3689 24.4744 8.81372 24.1128 8.35474 23.6453C7.88745 23.1865 7.52588 22.6311 7.29517 22.0181C7.06812 21.4338 6.9126 20.7659 6.86816 19.7881C6.823 18.8081 6.8125 18.4951 6.8125 16C6.8125 13.5049 6.823 13.1919 6.86792 12.2122C6.91235 11.2341 7.06763 10.5664 7.29468 9.98193C7.52539 9.3689 7.88721 8.81348 8.35474 8.35474C8.81348 7.88721 9.3689 7.52563 9.98193 7.29492C10.5664 7.06787 11.2341 6.9126 12.2122 6.86792C13.1919 6.82324 13.5049 6.8125 16 6.8125C18.4951 6.8125 18.8081 6.82324 19.7878 6.86816C20.7659 6.9126 21.4336 7.06787 22.0181 7.29468C22.6311 7.52539 23.1865 7.88721 23.6455 8.35474C24.1128 8.81372 24.4746 9.3689 24.7051 9.98193C24.9324 10.5664 25.0876 11.2341 25.1323 12.2122C25.177 13.1919 25.1875 13.5049 25.1875 16C25.1875 18.4951 25.177 18.8081 25.1321 19.7878Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26284_1469'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}

@media (max-width: 992px) {
  .footer-contact {flex-flow: row wrap;}
  .footer-contact h3 {margin-left: 0!important;margin-bottom: 30px!important;width: 100%;}

  .footer-logos img {margin: 0px;}
  .footer-logos span {padding: 0 8px 0 8px;}
}
@media (max-width: 767px) {
  .custom-footer .banner-wrapper {margin-top: 0;}
  .custom-footer>div {padding-left: 16px;padding-right: 16px;width: 100%;padding-bottom: 0;border-bottom: 1px solid #5B3917;}
  .footer-contact {margin-bottom: 0;}
  .footer-contact .contact-item {width: 100%;margin-bottom: 16px;margin-right: 0;}
  .footer-contact .socials {margin-left: 0;}
  .socials a {margin-left: 0;margin-right: 8px;}

  .footer-logos__top {flex-direction: row;justify-content: space-between;padding-top: 24px;}
  .footer-logos__top a {margin-bottom: 16px;}

  #footer .custom-footer>div:has(ul) h3 {font-size: 17px;margin-bottom: 0;padding: 15px 0 16px 0;padding-right: 30px;}
  #footer .custom-footer>div:has(ul) h3::after {content: "";width: 20px;height: 20px;position: absolute;top: 15px;right: 0;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  #footer .custom-footer>div:has(ul) h3.--active::after {transform: rotate(180deg);}
  .footer-rows ul {display: none;padding-bottom: 20px;}

  .footer-logos {flex-flow: row wrap;justify-content: flex-start;padding-top: 0;margin-top: 0;border-top: 0;padding-bottom: 16px;}
  .footer-logos span {width: 100%;margin-top: 20px;}
}

/* Footer bottom */
.footer-bottom {background-color: transparent;color: #fff;padding: 32px 0;}
.footer-bottom a {color: #fff;text-decoration: underline!important;}
.footer-bottom a:hover {text-decoration: none!important;}

#signature .image {margin-right: 0;margin-left: 8px;}
.signature__divider {width: 3px;height: 3px;border-radius: 100%;background-color: #fff;margin: 0 8px;display: inline-block;vertical-align: middle;}
.signature__agency.--jiho {width: 40px;height: 12px;background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.51719 0H10.0229V12H1.37558L0 10.6691V7.2H2.50573V9.6L7.51719 9.62597V0ZM20.0458 0L20.0458 4.7999H25.0068L25.0069 0H27.5126V4.6665L26.1744 5.95336L27.5126 7.23173V12H25.0069L25.0068 7.1999H20.0458L20.0458 12H17.5401V7.23173L18.8721 5.95922V5.94751L17.5401 4.6665V0H20.0458ZM37.5479 12H32.4788L29.9768 9.6H29.9731V2.4L32.4788 0.00804175V0H37.5479L37.5478 0.0591207L40 2.4V9.6H37.5479V12ZM37.4943 9.6L37.4942 2.3999L32.4788 2.4V9.6H37.4943ZM12.5286 4.8H15.0344V12H12.5286V4.8ZM12.5286 0H15.0344V2.4H12.5286V0Z' fill='white'/%3E%3C/svg%3E%0A");}

@media (max-width: 767px) {
  .footer-bottom .container {display: flex;flex-direction: column;}
  .copyright {font-size: 13px;}
  #signature {margin-left: 0;order: 1;margin-top: 16px;font-size: 13px;}
}

/* Breadcrumbs */
body.type-category .breadcrumbs {display: none;}

/* Category */
.category-top {padding: 24px 0 0 0;position: relative;}
.category-top::after {content: "";display: block;background-image: url(../img/category-top-bg.svg);height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;background-position: bottom right;background-repeat: no-repeat;}
.category-title {text-align: center;}


.listingControls {margin: 24px 0 40px 0;}
.btn.loadMore__button {background-color: #fff;color: #1B1B1B;padding-top: 3px;padding-bottom: 3px;}
.btn.goToTop__button {display: none;}

.pagination .pagination__list .pagination__link, .pagination__currentPage {border-radius: 50%;width: 38px;height: 38px;line-height: 36px;min-height: 0;background-color: transparent;border: 1px solid #25653C;color: #1B1B1B;}
.pagination .pagination__list .pagination__link:hover, .pagination__currentPage:hover {background-color: #25653C;border-color: #25653C;color: #fff;}
.pagination__link--next:before, .pagination__link--prev:before {font-size: 12px;color: #25653C;}
.pagination__link--next:hover:before, .pagination__link--prev:hover:before {color: #fff;}
.pagination__currentPage {background-color: #25653C;color: #fff;}

.pagination__list>li:has(.pagination__link--next) {order: 1;}
.pagination__list>li:has(.pagination__link--prev) {order: -1;}

.itemsTotal {display: none;}

@media (max-width: 767px) {
  .category-title {margin-top: 0;}

  .listingControls {gap: 16px;margin: 8px 0 12px 0;}
}

/* Recent */
.products-recent-wrapper {padding-bottom: 10px;}
.products-recent-wrapper .products-header {}

.products-header {padding: 40px 0 16px 0;margin: 0;}
body:is(.type-detail,.type-category) .products-header {border-top: 1px solid #DCD2C8;}

@media (max-width: 767px) {
  body:is(.type-detail,.type-category) .products-header {border-top: 0;padding-top: 5px;}
  .products-header {padding: 24px 0 16px 0;text-align: center;}
  .mobile .products-header {text-align: center;}
  .products-recent-wrapper {padding-bottom: 0px;}
}

/* Subcategories */
.subcategories.with-image li {padding: 8px;}
.subcategories li a {border: 1px solid #DCD2C8;border-radius: 12px;background-color: #fff;padding: 5px;text-decoration: none;}
.subcategories li a:hover {border-color: #5B3917;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);}
.subcategories.with-image li a .image {width: 30%;}
.subcategories.with-image li a .text {width: 70%;font-size: 14px;text-decoration: none;line-height: 16px;}

@media (max-width: 767px) {
  .subcategories {margin-bottom: 12px;}
  .subcategories.with-image li {width: 100%;padding: 4px 0;}
  .subcategories li a {height: 50px;}
  .subcategories.with-image li a .image {width: 20%;padding-right: 5px;}
  .subcategories.with-image li a .text {width: 80%;font-size: 13px;max-width: 80%;}
  .category-top::after {display: none;}
}

/* Bestsellers */
.products-top__title {text-align: center;width: 100%;margin-top: 0;margin-bottom: 16px;}
.products-top-wrapper {display: none;}
#productsTop {position: relative;padding: 24px 0;}
#productsTop::after {content: "";display: block;background-color: #fff;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;background-position: bottom right;background-repeat: no-repeat;}
.products-top.products-inline>div {width: 33.333%;padding: 0 12px;margin: 0;}
.products-inline.products-top>div .p {border: 1px solid #DCD2C8;border-radius: 12px;overflow: hidden;padding: 8px;}
.products-inline.products-top>div .p .image {}
.products-inline>div .p .p-in .p-in-in .name {color: #1C1C1D;font-size: 16px;font-weight: bold;text-decoration: none;}
.products-inline>div .p .p-in .p-in-in .name:hover {text-decoration: underline;}
.products-inline.products-top>div .p .p-in .p-bottom .prices {margin-top: 8px;}
.products-inline>div .p .price strong {font-size: 18px;}

@media (max-width: 991px) {
  .products-top.products-inline>div {width: 100%;margin-bottom: 8px;padding: 0;}
}
@media (max-width: 767px) {
  #productsTop {padding: 16px 0 8px 0;}
  .products-top__title {font-size: 16px;margin-bottom: 8px;}
  .products-inline>div .p .p-in .p-in-in .name {font-size: 14px;}
  .products-inline>div .p .price strong {font-size: 16px;}
}


/* Filters */
#filters-wrapper {position: relative;}
#filters-wrapper::after {content: "";display: block;background-color: #fff;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;background-position: bottom right;background-repeat: no-repeat;border-top: 1px solid #DCD2C8;}
#content .filters {display: flex!important;align-items: center;flex-flow: row wrap;padding: 24px 0;margin-bottom: 40px!important;}
#filters::before {content: "Filtrování:";padding-right: 10px;}
#category-header {display: none;}
#manufacturer-filter {display: none;}
.slider-wrapper {display: none;}
.filter-section-count {display: none;}

.filter-section {padding: 0;}
.filter-sections {flex: 1;}
.param-filter-top {display: flex;flex-flow: row wrap;width: 100%;row-gap: 3px;column-gap: 20px;align-items: center;}
.param-filter-top form {display: contents;}
.param-filter-top form fieldset {display: contents;}
.param-filter-top form fieldset label {margin-right: 0;}
#content .filter-section fieldset div {width: auto;}
.filter-label .filter-count {display: none;}
.param-filter-top form[action="/action/ProductsListing/setDoubledotFilter/"] fieldset>div:has([data-filter-id="1"]) {display: none;}
.param-filter-top form fieldset>div:not(:has([for="dd[]11"], [for="dd[]8"], [for="dd[]89"], [for="dd[]101"], [for="dd[]95"], [for="dd[]98"])) {display: none;}

/* Z naši manufaktury a CZ produkty */
.param-filter-top form fieldset>div:has([data-filter-id="53"]) {order: 1;display: block;}
.param-filter-top form fieldset>div:has([data-filter-id="92"]) {order: 1;display: block;}
.param-filter-top form fieldset>div:has([data-filter-id="1"]) {display: block;}


.param-filter-top fieldset>div:has([for="dd[]11"], [for="dd[]8"], [for="dd[]89"], [for="dd[]101"], [for="dd[]95"], [for="dd[]98"]) {order: -1;}
.filter-label:is([for="dd[]11"], [for="dd[]8"], [for="dd[]89"], [for="dd[]101"], [for="dd[]95"], [for="dd[]98"]) {font-weight: 700;border: 1px solid white;font-size: 14px;background-repeat: no-repeat;background-position: left center;min-height: 38px;padding: 4px;padding-left: 38px;display: flex;align-items: center;border-radius: 360px;}
.filter-label:is([for="dd[]11"], [for="dd[]8"], [for="dd[]89"], [for="dd[]101"], [for="dd[]95"], [for="dd[]98"]).active {background-color: #6C4213;border: 1px solid #6C4213;color: #fff;}
.filter-label:is([for="dd[]11"], [for="dd[]8"], [for="dd[]89"], [for="dd[]101"], [for="dd[]95"], [for="dd[]98"])::before, .filter-label:is([for="dd[]11"], [for="dd[]8"], [for="dd[]89"], [for="dd[]101"], [for="dd[]95"], [for="dd[]98"])::after {display: none!important;}

.filter-label[for="dd[]11"] {background-image: url(../img/raw-icon.svg);}
.filter-label[for="dd[]8"] {background-image: url(../img/bio-icon.svg);}
.filter-label[for="dd[]89"] {background-image: url(../img/vegan-icon.svg);}
.filter-label[for="dd[]101"] {background-image: url(../img/laktoza-icon.svg);}
.filter-label[for="dd[]95"] {background-image: url(../img/cukr-icon.svg);}
.filter-label[for="dd[]98"] {background-image: url(../img/lepek-icon.svg);}

#content .filter-section fieldset div:has(.filter-label[for="dd[]8"]) {order: -2;}

.flag.flag-bio, .flag.flag-vegan, .flag.flag-vegan-2, .flag.flag-bez-lepku, .flag.flag-bez-laktozy, .flag.flag-bez-pridaneho-cukru, .flag.flag-cesky-produkt {display: none;}

@media (max-width: 1439px) {
   .param-filter-top {justify-content: start;}
}

@media (max-width: 767px) {
  #content .filters {padding: 24px 0;margin-bottom: 26px!important;flex-direction: column;align-items: flex-start;}
  .filter-sections {padding-left: 0;padding-right: 0;}
}

/* Breadcrumbs */
.breadcrumbs {margin-top: 0px;padding-bottom: 10px;padding-top: 10px;margin-bottom: 24px;display: none;position: relative;}
.breadcrumbs::after {content: "";display: block;border-bottom: 1px solid #DCD2C8;background-color: #fff;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}
.navigation-home-icon:before {content: "";margin-top: 0;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14V10C6 9.64638 6.14048 9.30724 6.39052 9.05719C6.64057 8.80714 6.97971 8.66667 7.33333 8.66667H8.66667C9.02029 8.66667 9.35943 8.80714 9.60948 9.05719C9.85952 9.30724 10 9.64638 10 10V14M3.33333 8H2L8 2L14 8H12.6667V12.6667C12.6667 13.0203 12.5262 13.3594 12.2761 13.6095C12.0261 13.8595 11.687 14 11.3333 14H4.66667C4.31304 14 3.97391 13.8595 3.72386 13.6095C3.47381 13.3594 3.33333 13.0203 3.33333 12.6667V8Z' stroke='%231B1B1B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.navigation-bullet {display: inline-flex;margin: 0 8px;color: #1B1B1B;font-weight: 400;font-size: 0!important;line-height: 1;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='%231A1B1F'/%3E%3C/svg%3E%0A");}
.breadcrumbs>span a {display: inline-flex;color: #1B1B1B;text-decoration: underline;text-underline-offset: 1px;}
.breadcrumbs>span a>span {color: #1B1B1B;}
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs span, .breadcrumbs span:hover {color: #212223;}
.breadcrumbs a, .breadcrumbs span {display: inline-flex;align-self: center;font-weight: 400;font-size: 15px;}
.breadcrumbs>span a {text-decoration: underline;}
.breadcrumbs>span a:hover {text-decoration: none;}
.breadcrumbs>span a:hover span {color: #1A1B1F!important;}
.breadcrumbs>span>span {color: #1B1B1B!important;}
.breadcrumbs .appendix {display: none;}
.category-top .breadcrumbs {padding-left: 0;padding-right: 0;padding-bottom: 80px;}

.type-product .breadcrumbs {width: 100%;padding-left: 20px;padding-bottom: 10px;display: block;}

@media (max-width: 767px) {
  body.type-detail #navigation-first {display: none;}
  body.type-detail .breadcrumbs>span {display: none;}
  body.type-detail .breadcrumbs>span:nth-last-of-type(2) {display: block;}
  body.type-detail .breadcrumbs>span:nth-last-of-type(2)::before {content: "";display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin-top: -2px;margin-right: 8px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99967 13.1667L6.04011 9.20711C5.64959 8.81658 5.64959 8.18342 6.04012 7.79289L9.99968 3.83333' stroke='%231B1B1B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  body.type-detail .navigation-bullet {display: none;}
  body.type-detail .breadcrumbs {padding-left: 0;margin-bottom: 16px;}
}

/* Detail */
body.type-detail #content h1 {font-size: 30px;}

@media (min-width: 992px) {
  .wide .p-detail-inner .p-data-wrapper {width: 40%;}
  .wide .p-detail-inner .p-image-wrapper {padding-left: 48px;padding-right: 40px;}
}

 .p-thumbnails-wrapper {display: none;}

.p-main-image {border-radius: 12px;overflow: hidden;position: relative;}
.p-main-image::after {content: "";position: absolute;width: 149px;height: 210px;bottom: 8px;right: 0;background-image: url("data:image/svg+xml,%3Csvg width='149' height='210' viewBox='0 0 149 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M98.1425 56.9353C98.4375 57.1548 99.499 58.1926 101.318 60.0454C109.817 68.7051 117.383 77.9932 124.143 88.0974C134.058 102.918 142.1 119.592 147.505 136.539C152.036 150.746 154.799 165.346 155.225 177.291C155.402 182.233 155.071 186.255 154.354 188.067C154.189 188.482 154.115 188.576 153.883 188.678C153.555 188.822 153.336 188.695 153.01 188.184C152.311 187.09 152.041 185.184 151.408 176.553C150.917 169.871 150.582 166.201 150.105 162.455C147.078 138.682 139.512 116.766 126.949 95.3908C119.327 82.4207 110.505 70.6209 99.0003 57.9885C98.4555 57.3903 98.0343 56.8913 98.065 56.8849C98.0764 56.8825 98.1004 56.9037 98.1425 56.9353ZM60.6181 34.4326C60.656 34.4572 60.6926 34.481 60.713 34.5125C60.7554 34.5731 60.6996 34.5589 60.5846 34.4841C60.4697 34.4094 60.4338 34.3641 60.5064 34.3782C60.5429 34.3852 60.5801 34.4079 60.6181 34.4326ZM61.1615 34.896C61.1995 34.9207 61.2361 34.9445 61.2565 34.976C61.2988 35.0366 61.2346 35.0352 61.1196 34.9605C61.0047 34.8858 60.9773 34.8276 61.05 34.8417C61.0862 34.849 61.1236 34.8714 61.1615 34.896ZM61.4127 35.1877C61.6317 35.2447 66.9029 40.0535 71.5562 44.4427C98.9734 70.3045 119.74 95.565 131.8 117.704C137.417 128.018 141.151 137.711 142.249 144.85C142.477 146.33 142.543 148.241 142.373 148.418C142.311 148.481 142.133 148.528 141.981 148.512C140.911 148.395 140.215 147.079 138.749 142.41C136.362 134.812 134.59 130.038 132.229 124.756C120.061 97.5333 96.8666 68.131 62.0827 35.8801C61.658 35.4865 61.3501 35.1714 61.4127 35.1877ZM3.59017 0.0957045C3.64321 0.130184 3.69002 0.164782 3.72385 0.200821C3.79069 0.274268 3.71763 0.251887 3.55666 0.14725C3.3958 0.0426799 3.33269 -0.0234239 3.42691 0.00778986C3.47409 0.0232764 3.53713 0.0612248 3.59017 0.0957045ZM4.79198 0.986989C4.8754 1.04122 4.95919 1.09985 5.01605 1.15086C5.13003 1.25229 5.01141 1.20296 4.75847 1.03853C4.50534 0.873986 4.41231 0.785772 4.55133 0.848768C4.62097 0.879992 4.70862 0.932799 4.79198 0.986989ZM5.83052 1.79068C6.71107 2.33575 13.4025 7.4184 17.9592 11.0147C40.2469 28.6054 60.9422 47.6744 79.9535 68.1076C93.0594 82.1936 104.982 96.6133 113.846 109.135C119.483 117.098 123.319 123.684 122.702 124.326C122.633 124.398 122.418 124.408 122.22 124.361C121.428 124.173 120.01 122.781 118.185 120.398C116.978 118.821 114.621 115.53 110.852 110.125C107.623 105.495 104.608 101.284 101.696 97.3457C76.7923 63.6672 46.8961 33.6002 9.83037 4.95973C6.03458 2.02676 5.35642 1.49714 5.83052 1.79068ZM4.95436 25.8507C4.97389 25.8733 5.00569 25.9279 5.05439 26.0075C5.13384 26.137 6.05904 27.8659 7.10226 29.8348C29.4626 72.0363 50.6662 103.65 72.6486 127.594C74.5289 129.642 76.6985 131.931 80.4487 135.822C84.2588 139.774 85.5076 141.264 85.9098 142.308C86.0876 142.77 86.0764 143.413 85.8855 143.503C85.617 143.63 81.159 139.513 77.1349 135.411C65.2446 123.29 52.1675 106.681 39.854 88.0698C28.345 70.6747 17.0635 50.7873 6.88616 29.9696C5.41155 26.9533 4.81748 25.6922 4.95436 25.8507ZM79.8187 88.4283C79.8629 88.419 80.3633 88.959 80.9302 89.6281C86.8307 96.5928 90.294 102.216 90.6687 105.41C90.8781 107.195 90.1218 108.34 88.5462 108.619C87.9233 108.729 87.657 108.687 86.7236 108.315C86.2218 108.115 86.0069 107.931 85.374 107.199C84.1135 105.741 82.8079 102.787 81.7673 99.0184C81.2746 97.2339 81.0334 96.1454 80.567 93.5765C79.8803 89.7938 79.69 88.4556 79.8187 88.4283ZM96.2066 103.615C96.7612 104.123 99.7898 108.588 101.27 111.109C102.999 114.054 103.924 115.989 104.636 118.106C106.03 122.247 105.212 124.774 102.254 125.385C101.265 125.59 99.7244 125.566 99.0774 125.357C98.8328 125.278 98.3489 125.044 97.995 124.819C95.472 123.21 94.3612 119.061 94.7159 112.575C94.8112 110.832 95.0632 108.481 95.1693 108.318C95.2091 108.256 95.3159 107.678 95.4187 107.03C95.7106 105.192 96.0519 103.592 96.142 103.573C96.1565 103.57 96.1694 103.581 96.2066 103.615ZM0.000972384 41.2957C0.0158941 41.2727 0.336547 41.8062 0.706576 42.4701C1.07663 43.134 2.01071 44.8241 2.79636 46.2328C7.33187 54.3657 14.7354 67.0529 19.397 74.6797C38.9068 106.6 58.2098 133.222 77.3283 154.605C84.3595 162.469 91.2543 169.485 99.2915 176.921C104.274 181.531 105.138 182.441 104.987 182.991C104.848 183.494 104.327 183.563 103.362 183.201C102.613 182.921 99.933 181.167 98.5042 180.025C88.2519 171.83 71.7799 153.273 55.9385 132.057C36.9785 106.664 19.104 78.098 3.5602 48.3629C1.63053 44.6715 -0.0376676 41.3551 0.000972384 41.2957ZM74.3053 93.3785C74.9862 93.8253 75.603 94.2842 76.1533 94.7449C77.4403 95.8225 77.9175 96.5237 78.1435 97.6721C78.314 98.5387 78.1809 99.2081 77.6961 99.914C76.5825 101.536 75.5785 101.949 73.698 101.573C73.2827 101.49 72.7921 101.37 72.606 101.304C72.4199 101.237 71.5075 100.685 70.5974 100.071C68.7253 98.8097 67.5455 97.7667 65.5363 95.6249C63.6705 93.6361 60.9275 90.3483 60.551 89.6497C60.4472 89.457 60.0277 88.8549 59.6344 88.3197C59.241 87.7845 58.9432 87.3086 58.9642 87.26C59.0122 87.1494 59.3028 87.2156 62.0008 88.041C67.1999 89.6316 71.3559 91.4406 74.3053 93.3785ZM113.438 120.836C113.573 120.924 115.143 124.643 115.793 126.423C118.138 132.838 118.926 137.247 118.218 140.094C118.032 140.845 117.94 141.044 117.527 141.609C116.591 142.89 115.464 143.201 112.701 142.931C112.517 142.913 112.06 142.786 111.686 142.656C110.826 142.357 109.776 141.69 109.242 141.105C107.657 139.368 107.319 136.282 108.285 132.352C108.864 129.992 110.038 126.906 111.038 125.094C111.37 124.492 111.812 123.634 112.036 123.191C112.888 121.508 113.333 120.768 113.438 120.836ZM126.309 137.168C126.367 137.206 126.703 138.111 127.059 139.178C129.839 147.525 131.234 154.32 131.01 158.467C130.906 160.411 130.809 160.839 130.267 161.673C129.842 162.327 129.709 162.466 129.238 162.747C128.514 163.179 127.971 163.245 126.522 163.055C125.449 162.915 124.875 162.746 124.05 162.366C123.069 161.915 122.024 160.952 121.416 159.92C120.343 158.098 120.038 155.799 120.458 152.58C120.872 149.418 122.463 144.427 123.903 141.716C124.187 141.181 124.442 140.677 124.466 140.595C124.492 140.513 124.8 139.87 125.163 139.157C125.525 138.444 125.913 137.684 126.018 137.474C126.153 137.202 126.233 137.119 126.309 137.168ZM86.9595 112.359C88.1999 113.153 89.1417 113.98 89.7641 114.825C90.2914 115.54 90.8276 116.832 90.8321 117.391C90.8402 118.417 90.0285 120.338 89.2828 121.045C88.5164 121.772 87.596 121.859 85.9606 121.382C84.7325 121.024 82.5888 119.472 80.5299 117.448C78.2296 115.186 74.0426 110.247 73.5061 109.156C73.4215 108.984 73.1289 108.543 72.854 108.182C72.5792 107.821 72.3966 107.494 72.4441 107.457C72.7689 107.198 79.6671 109.028 82.3726 110.093C84.1873 110.808 85.7191 111.566 86.9595 112.359ZM100.126 129.563C101.155 130.249 102.005 130.955 102.666 131.673C103.482 132.559 104.244 133.903 104.402 134.765C104.651 136.123 104.323 137.273 103.333 138.585C102.112 140.204 101.166 140.622 99.4041 140.307C98.8859 140.214 98.2684 140.049 98.0378 139.951C97.4125 139.684 95.9884 138.76 95.1333 138.063C93.3766 136.63 90.9563 134.031 88.8062 131.27C87.4552 129.535 84.8654 125.875 84.7199 125.494C84.6594 125.335 84.3786 124.841 84.1008 124.412C83.5118 123.504 83.4605 123.379 83.7043 123.384C83.8007 123.386 85.0578 123.699 86.4878 124.074C92.3707 125.615 97.0413 127.502 100.126 129.563ZM10.874 74.6267C10.8996 74.6213 12.1107 76.7569 13.5732 79.373C41.247 128.873 68.3589 165.595 94.1386 188.492C99.3144 193.089 104.01 196.738 109.29 200.269C114.19 203.545 117.337 205.34 122.088 207.56C124.98 208.912 125 208.91 125.027 209.141C125.064 209.457 124.586 209.786 123.888 209.905C123.549 209.962 122.855 209.945 122.333 209.867C121.817 209.79 121.196 209.703 120.956 209.669C120.185 209.561 118.244 208.843 116.487 208.012C114.685 207.16 113.473 206.496 111.364 205.214C110.239 204.53 108.882 203.659 108.34 203.285C107.797 202.912 106.609 202.103 105.71 201.484C103.697 200.096 102.738 199.36 99.6729 196.843C93.3068 191.616 88.5001 187.212 82.808 181.402C60.9041 159.046 39.5486 128.794 20.0004 92.4523C16.5507 86.039 10.7222 74.6589 10.874 74.6267ZM136.056 157.287C136.27 157.426 138.084 162.343 138.937 165.088C141.603 173.67 141.832 179.084 139.629 181.028C139.193 181.413 138.397 181.736 137.794 181.762C136.299 181.825 135.268 181.717 134.459 181.411C133.338 180.986 132.555 180.334 131.915 179.28C130.518 176.98 130.495 173.179 131.861 167.921C132.359 166.006 133.371 163.058 134.053 161.527C134.278 161.02 134.78 159.86 135.166 158.966C135.977 157.094 135.933 157.207 136.056 157.287ZM113.46 148.233C115.152 149.383 115.979 150.501 116.367 152.123C116.653 153.32 116.592 153.947 116.082 155.131C115.048 157.534 113.813 158.32 111.484 158.052C110.422 157.93 109.689 157.696 108.613 157.158C106.855 156.279 103.863 154.058 101.441 151.835C99.2561 149.831 95.8155 146.27 94.736 144.889C93.6966 143.559 93.4934 143.264 93.576 143.199C93.6894 143.108 97.4256 143.488 99.5907 143.805C102.941 144.295 105.964 144.982 108.346 145.789C110.316 146.457 111.236 146.862 112.685 147.729C112.963 147.895 113.218 148.069 113.46 148.233ZM122.548 166.767C123.269 167.253 123.477 167.462 123.842 167.884C124.6 168.76 125.027 169.559 125.24 170.536C125.531 171.869 125.274 173.267 124.45 174.831C123.786 176.09 122.605 177.01 121.455 177.178C120.228 177.357 118.512 177.002 117.127 176.292C116.955 176.204 116.287 175.809 115.648 175.404C113.396 173.977 110.673 171.586 107.838 168.547C105.808 166.371 102.79 162.808 102.521 162.264C102.436 162.093 102.212 161.743 102.025 161.501C101.838 161.26 101.705 161.033 101.729 160.997C101.789 160.903 105.805 161.367 107.877 161.708C112.273 162.432 115.769 163.368 118.834 164.628C119.762 165.009 120.252 165.278 121.631 166.171C122.007 166.416 122.308 166.605 122.548 166.767ZM131.741 183.7C132.342 184.112 132.51 184.291 132.876 184.75C134.5 186.782 134.522 189.121 132.934 191.835C131.723 193.907 130.284 194.701 128.027 194.554C126.889 194.481 126.356 194.336 125.286 193.856C124.157 193.349 121.666 191.745 120.385 190.688C117.636 188.421 114.63 185.321 111.623 181.652C110.985 180.873 110.444 180.143 110.413 180.039C110.382 179.936 110.245 179.715 110.108 179.548C109.972 179.38 109.878 179.224 109.899 179.192C109.957 179.102 112.996 179.175 115.088 179.316C120.651 179.693 124.924 180.497 128.384 181.83C129.41 182.225 129.788 182.43 130.966 183.196C131.284 183.403 131.54 183.562 131.741 183.7Z' fill='%23E6D9CC'/%3E%3C/svg%3E%0A");}
.p-image .flags.flags-default {top: 16px;left: 16px;}
.p-image .flags.flags-default .flag {font-size: 14px;padding: 6px 16px;}

.wide .p-detail .flags.flags-extra {right: 30px;bottom: 14px;}
.wide .p-detail .flags.flags-extra .flag {width: 50px;height: 50px;min-height: 50px;min-width: 50px;font-size: 14px;padding: 0;letter-spacing: -1px;margin-left: 0;}
.flag.flag-discount {background-color: #9B3B3B;}
.flag.flag-discount .price-standard {display: none;}

.image360, .p-image {padding-bottom: 0;margin-bottom: 25px;}

@media (max-width: 767px) {
  .p-main-image::after {display: none;}
  .p-image .flags.flags-default {top: 10px;left: 10px;}
  .p-image .flags.flags-default .flag {font-size: 11px;padding: 4px 8px;}

  .p-detail-inner .p-detail-inner-header {display: block;margin-bottom: 8px;}
  body.type-detail #content h1 {font-size: 22px;margin-top: 0;}
}

.p-data-wrapper {display: flex;flex-flow: column;}
.p-data-wrapper #product-detail-form {display: flex;flex-flow: column;}

.p-data-wrapper .p-short-description {margin-bottom: 24px;}
#content .p-short-description>:last-child {margin-bottom: 0;}

.p-detail-icons {display: flex;flex-flow: row wrap;gap: 10px 35px;margin-bottom: 24px;}
.p-detail-icons__item {text-align: center;font-size: 14px;}
.p-detail-icons__item::before {content: "";margin: auto;margin-bottom: 4px;width: 40px;height: 40px;display: block;background-size: contain;}

.p-detail-icons__item.flag-raw::before {background-image: url(../img/raw-icon.svg);}
.p-detail-icons__item.flag-custom2::before {background-image: url(../img/raw-icon.svg);}
.p-detail-icons__item.flag-bio::before {background-image: url(../img/bio-icon.svg);}
.p-detail-icons__item.flag-custom1::before {background-image: url(../img/bio-icon.svg);}
.p-detail-icons__item.flag-vegan::before {background-image: url(../img/vegan-icon.svg);}
.p-detail-icons__item.flag-vegan-2::before {background-image: url(../img/vegan-icon.svg);}
.p-detail-icons__item.flag-bez-laktozy::before {background-image: url(../img/laktoza-icon.svg);}
.p-detail-icons__item.flag-bez-pridaneho-cukru::before {background-image: url(../img/cukr-icon.svg);}
.p-detail-icons__item.flag-bez-lepku::before {background-image: url(../img/lepek-icon.svg);}

@media (max-width: 767px) {
  .p-detail-icons {}
  .p-detail-icons__item::before {margin-right: 5px;width: 35px;height: 35px;margin-bottom: 0;}
  .p-detail-icons__item {display: flex;align-items: center;font-size: 13px;}
}

.detail-parameters.shipping-options-layout {margin-bottom: 24px;}
.detail-parameters.shipping-options-layout th {display: none;}
table.detail-parameters.shipping-options-layout tbody tr td {padding-left: 0;padding-bottom: 0;}
table.detail-parameters.shipping-options-layout tbody tr {width: 50%;}
table.detail-parameters.shipping-options-layout tbody tr:nth-of-type(2n) td {margin-left: auto;}
table.detail-parameters.shipping-options-layout tbody {display: flex;}
.availability-amount {font-size: 18px;color: #25653C;font-weight: 700;}
.availability-label {margin-left: 0;font-size: 18px;font-weight: 700;}
table.shipping-options-layout tr.shipping-options-row {display: flex;justify-content: flex-end;}
table.shipping-options-layout tr.shipping-options-row a {font-size: 16px;padding-left: 28px;position: relative;}
table.shipping-options-layout tr.shipping-options-row a:hover {text-decoration: none;}
table.shipping-options-layout tr.shipping-options-row a::before {content: "";position: absolute;left: 0;top: 50%;margin-top: -9px;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 14.1667C4.16699 14.6087 4.34259 15.0326 4.65515 15.3452C4.96771 15.6578 5.39163 15.8334 5.83366 15.8334C6.27569 15.8334 6.69961 15.6578 7.01217 15.3452C7.32473 15.0326 7.50033 14.6087 7.50033 14.1667M4.16699 14.1667C4.16699 13.7247 4.34259 13.3007 4.65515 12.9882C4.96771 12.6756 5.39163 12.5 5.83366 12.5C6.27569 12.5 6.69961 12.6756 7.01217 12.9882C7.32473 13.3007 7.50033 13.7247 7.50033 14.1667M4.16699 14.1667H2.50033V10.8334M7.50033 14.1667H12.5003M12.5003 14.1667C12.5003 14.6087 12.6759 15.0326 12.9885 15.3452C13.301 15.6578 13.725 15.8334 14.167 15.8334C14.609 15.8334 15.0329 15.6578 15.3455 15.3452C15.6581 15.0326 15.8337 14.6087 15.8337 14.1667M12.5003 14.1667C12.5003 13.7247 12.6759 13.3007 12.9885 12.9882C13.301 12.6756 13.725 12.5 14.167 12.5C14.609 12.5 15.0329 12.6756 15.3455 12.9882C15.6581 13.3007 15.8337 13.7247 15.8337 14.1667M15.8337 14.1667H17.5003V9.16669M1.66699 4.16669H10.8337V14.1667M17.5003 9.16669H10.8337M17.5003 9.16669L15.0003 5.00002H10.8337M2.50033 7.50002H5.83366' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (max-width: 767px) {
  .p-detail-inner .detail-parameters {margin-bottom: 16px;}
}

.p-variants-block {order: 1;margin-bottom: 8px;}
.surcharge-list, .variant-list {padding-bottom: 16px;}
#product-detail-form .variant-label {font-weight: 700;padding-bottom: 8px;}
.ji-clip {display: flex;flex-flow: column;row-gap: 8px;}
.ji-clip__item {all: unset;box-sizing: border-box;cursor: pointer;display: flex;justify-content: start;column-gap: 8px;align-items: center;}
.ji-clip__item-in {border-radius: 500px;min-width: var(--ji-item-min-width, 200px);display: flex;border: 1px solid #DCD2C8;background: #fff;padding: 9px 16px;justify-content: space-between;column-gap: 8px;}
.ji-clip__item.--active .ji-clip__item-in {border-color: #5B3917;background-color: #ECE5DE;}
.ji-clip__item-price {font-weight: 700;}
.ji-clip__item-price-measure {font-size: 14px;color: #5A5A5A;line-height: 1;display: block;}

@media (max-width: 479px) {
  .ji-clip__item-in {min-width: 50%;}
}

.p-to-cart-block {padding: 0 0 16px 0;border-bottom: 1px solid #DCD2C8;margin-bottom: 16px;flex-flow: row wrap;gap: 16px;background: unset;order: 2;margin-bottom: 16px;}
.p-to-cart-block .p-final-price-wrapper {flex: 0 0 200px;text-align: center;}
.p-to-cart-block .p-final-price-wrapper .price-standard {display: none;}
.p-to-cart-block .p-final-price-wrapper .price-save {display: none;}
.p-to-cart-block .add-to-cart {flex: 0 0 200px;}
.p-final-price-wrapper>strong {font-size: 30px;}
.p-final-price-wrapper .price-measure {font-size: 14px;color: #5A5A5A;line-height: 1;display: block;margin-top: 6px;}

.p-detail-inner:has(.ji-clip__item-price-measure) .p-final-price-wrapper .price-measure {display: none;}

.p-to-cart-block .add-to-cart-button {padding: 0 12px;display: flex;align-items: center;justify-content: center;transition: 0s;}
.p-to-cart-block .add-to-cart-button:hover::before {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00029 11V6C9.00029 5.20435 9.31636 4.44129 9.87897 3.87868C10.4416 3.31607 11.2046 3 12.0003 3C12.7959 3 13.559 3.31607 14.1216 3.87868C14.6842 4.44129 15.0003 5.20435 15.0003 6V11M6.33129 8H17.6703C17.9587 7.99997 18.2436 8.06229 18.5057 8.1827C18.7677 8.30311 19.0006 8.47876 19.1883 8.6976C19.3761 8.91645 19.5144 9.17331 19.5936 9.45059C19.6728 9.72786 19.6911 10.019 19.6473 10.304L18.3923 18.456C18.2833 19.1644 17.9243 19.8105 17.3803 20.2771C16.8362 20.7438 16.1431 21.0002 15.4263 21H8.57429C7.85769 21 7.16477 20.7434 6.62092 20.2768C6.07707 19.8102 5.71822 19.1643 5.60929 18.456L4.35429 10.304C4.31046 10.019 4.32878 9.72786 4.408 9.45059C4.48722 9.17331 4.62545 8.91645 4.81324 8.6976C5.00102 8.47876 5.23391 8.30311 5.49594 8.1827C5.75796 8.06229 6.04293 7.99997 6.33129 8Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.p-to-cart-block .add-to-cart-button::before {content: "";width: 24px;height: 24px;margin-right: 10px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00029 11V6C9.00029 5.20435 9.31636 4.44129 9.87897 3.87868C10.4416 3.31607 11.2046 3 12.0003 3C12.7959 3 13.559 3.31607 14.1216 3.87868C14.6842 4.44129 15.0003 5.20435 15.0003 6V11M6.33129 8H17.6703C17.9587 7.99997 18.2436 8.06229 18.5057 8.1827C18.7677 8.30311 19.0006 8.47876 19.1883 8.6976C19.3761 8.91645 19.5144 9.17331 19.5936 9.45059C19.6728 9.72786 19.6911 10.019 19.6473 10.304L18.3923 18.456C18.2833 19.1644 17.9243 19.8105 17.3803 20.2771C16.8362 20.7438 16.1431 21.0002 15.4263 21H8.57429C7.85769 21 7.16477 20.7434 6.62092 20.2768C6.07707 19.8102 5.71822 19.1643 5.60929 18.456L4.35429 10.304C4.31046 10.019 4.32878 9.72786 4.408 9.45059C4.48722 9.17331 4.62545 8.91645 4.81324 8.6976C5.00102 8.47876 5.23391 8.30311 5.49594 8.1827C5.75796 8.06229 6.04293 7.99997 6.33129 8Z' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (max-width: 1199px) {
  .p-to-cart-block .p-final-price-wrapper {flex: 0 0 100%;}
}
@media (max-width: 767px) {
  .p-to-cart-block {padding-bottom: 16px;gap: 16px 10px;}
  .p-to-cart-block .p-final-price-wrapper {flex: 0 0 140px;}
  .p-final-price-wrapper>strong {text-align: left;font-size: 22px;}
  .p-final-price-wrapper .price-measure {text-align: left;}
  .p-final-price-wrapper .price-final {flex: 0 0 140px;text-align: center;}

  .p-to-cart-block .add-to-cart {flex: auto;}
  .p-to-cart-block .add-to-cart .quantity {width: 140px;}
  .p-to-cart-block .add-to-cart .quantity input {font-size: 18px;}
}

.quantity {width: 100%;background-color: #F4EFE3;border-radius: 360px;border: 0!important;}
.quantity:hover {box-shadow: unset;}
.quantity :is(.decrease,.increase) {background-color: #fff;border-radius: 50%;--ji-size: 50px;width: var(--ji-size);height: var(--ji-size);line-height: var(--ji-size);border: 1px solid #DCD2C8;}
.quantity :is(.decrease,.increase)::before {line-height: var(--ji-size);}
.quantity :is(.decrease,.increase):hover {background-color: #5F9445!important;border-color: #5F9445!important;}
.quantity :is(.decrease,.increase):hover::before {border-radius: 50%;background-color: #5F9445!important;border-color: #5F9445!important;color: #fff;}
.quantity input {margin: auto;font-family: var(--template-font);font-size: 20px;font-weight: 700;}
.quantity label {width: 100%;display: block;text-align: center;}

@media (max-width: 767px) {
  .quantity :is(.decrease,.increase) {--ji-size: 40px;}
  .quantity input {height: 40px;}
}

.discount-info {color: #9B3B3B;font-weight: 700;margin: auto;padding-left: 34px;position: relative;font-size: 16px;position: relative;}
.discount-info::before {content: "";width: 28px;height: 28px;position: absolute;left: 0;top: 50%;margin-top: -14px;background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 17.5L17.5 10.5M11.6667 11.0833C11.6667 11.4055 11.4055 11.6667 11.0833 11.6667C10.7612 11.6667 10.5 11.4055 10.5 11.0833C10.5 10.7612 10.7612 10.5 11.0833 10.5C11.4055 10.5 11.6667 10.7612 11.6667 11.0833ZM17.5 16.9167C17.5 17.2388 17.2388 17.5 16.9167 17.5C16.5945 17.5 16.3333 17.2388 16.3333 16.9167C16.3333 16.5945 16.5945 16.3333 16.9167 16.3333C17.2388 16.3333 17.5 16.5945 17.5 16.9167ZM3.5 14C3.5 15.3789 3.77159 16.7443 4.29926 18.0182C4.82694 19.2921 5.60036 20.4496 6.57538 21.4246C7.55039 22.3996 8.70791 23.1731 9.98182 23.7007C11.2557 24.2284 12.6211 24.5 14 24.5C15.3789 24.5 16.7443 24.2284 18.0182 23.7007C19.2921 23.1731 20.4496 22.3996 21.4246 21.4246C22.3996 20.4496 23.1731 19.2921 23.7007 18.0182C24.2284 16.7443 24.5 15.3789 24.5 14C24.5 12.6211 24.2284 11.2557 23.7007 9.98182C23.1731 8.70791 22.3996 7.55039 21.4246 6.57538C20.4496 5.60036 19.2921 4.82694 18.0182 4.29927C16.7443 3.77159 15.3789 3.5 14 3.5C12.6211 3.5 11.2557 3.77159 9.98182 4.29927C8.70791 4.82694 7.55039 5.60036 6.57538 6.57538C5.60036 7.55039 4.82694 8.70791 4.29926 9.98182C3.77159 11.2557 3.5 12.6211 3.5 14Z' stroke='%239B3B3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (max-width: 767px) {
  .discount-info {font-size: 13px;max-width: 50%;margin-right: 0;}
}

@media (min-width: 992px) {
  .brand-wrapper {margin-bottom: 24px;}
}
.brand-wrapper {font-size: 0px;font-weight: bold;margin-bottom: 4px;}
.brand-wrapper::before {content: "Výrobce: ";padding-right: 10px;font-size: 16px;}
.brand-wrapper-manufacturer-name a {font-size: 16px;font-weight: 400;color: #1C1C1D;text-decoration: none;}

.social-buttons-wrapper {display: none;}

.p-detail-tabs-wrapper .responsive-nav {display: none;}
.shp-tabs-wrapper .tab-content .tab-pane {opacity: 1;display: block;}
.wide .p-detail-tabs-wrapper {padding-top: 32px;border-top: 1px solid #DCD2C8;margin-top: 12px;}

#productDiscussion {display: none;}

.descH2 {text-align: center;}
.descH4 {text-align: center;margin: 5px 0 16px 0;}

.extended-description>p:first-of-type {display: none;}
.extended-description table.detail-parameters tbody tr th:after {display: none;}
.extended-description table.detail-parameters tbody tr th, .extended-description table.detail-parameters tbody tr td {padding: 9px 16px;}
.extended-description table.detail-parameters tbody tr {background-color: #fff;}
.extended-description table.detail-parameters tbody tr:nth-of-type(2n) {background-color: transparent;}
.extended-description table.detail-parameters tbody tr th .row-header-label {background-color: transparent;}
.extended-description table.detail-parameters tbody a {color: #25653C;}
.extended-description table.detail-parameters tbody a:hover {text-decoration: none;}

.basic-description {padding-bottom: 50px;}
.basic-description table {border-top: 1px solid #5B3917;border-bottom: 1px solid #5B3917;padding: 10px 0;display: block;width: auto;}
.basic-description table td {padding: 5px 0;}
.basic-description table td:last-of-type {text-align: right;}

@media (max-width: 767px) {
  .p-detail-inner-header-mobile {display: none;}

  .basic-description {padding-bottom: 20px;}
  .one-column-body table.detail-parameters tbody tr th {min-width: 0;}
}

/* Ordering process */
.ordering-process:not(.id--15) .top-navigation-bar {display: none;}
.ordering-process:not(.id--15) #header .header-top-wrapper>div.search {display: none;}
.ordering-process:not(.id--15) #header .header-top-wrapper .site-name, .ordering-process:not(.id--15) #header .header-top-wrapper>div {flex: 0 1 33%;}

/* Cart header */
ol.cart-header {margin: 40px 0 30px 0;}
ol.cart-header li {display: flex;align-items: center;justify-content: center;width: auto;margin: 0 25px;background-color: #fff;text-align: left;}
ol.cart-header li strong, ol.cart-header li a {display: flex;align-items: center;font-size: 16px;background-color: #fff;position: relative;z-index: 1;}
ol.cart-header li.active a:before, ol.cart-header li.active strong:before {background-color: #25653C;border-color: #25653C;}
ol.cart-header li.completed strong:before, ol.cart-header li.completed a:before {background-color: #fff;border-color: #25653C;}
/*ol.cart-header li:after {top: 25px;background-color: #DCD2C8;position: absolute;left: 0;width: 100%;content: "";height: 1px;}*/
ol.cart-header li a span:after, ol.cart-header li strong span:after, ol.cart-header li.completed a span:after, ol.cart-header li.completed strong span:after {width: 40px;right: -55px;left: auto;border-color: #DCD2C8;top: 25px;}
ol.cart-header li.active a, ol.cart-header li.active strong, ol.cart-header li.completed a, ol.cart-header li.completed strong {background-color: transparent;}
ol.cart-header li.active a:before, ol.cart-header li.active strong:before, ol.cart-header li.completed a:before, ol.cart-header li.completed strong:before {color: #fff;}
ol.cart-header li.completed a:before {content: "";background-size: 20px;background-position: center;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 10L8.33366 14.1667L16.667 5.83334' stroke='%2325653C' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
ol.cart-header li a:before, ol.cart-header li strong:before {margin-bottom: 0;border-color: #DCD2C8;font-size: 18px;font-weight: 700;margin-right: 8px;width: 48px;height: 48px;line-height: 48px;}
ol.cart-header li a {text-decoration: none;}
ol.cart-header li a:hover {background-color: transparent;}
ol.cart-header li a:hover span {text-decoration: underline;}
ol.cart-header .completed a span {text-decoration: none;}
ol.cart-header li.completed a {font-weight: 600;}
ol.cart-header li.active strong span {font-weight: 600;}
ol.cart-header li.active a, ol.cart-header li.active strong {color: #25653C;}

ol.cart-header {margin: 0 0 24px 0;padding: 26px 0;position: relative;}
ol.cart-header::after {content: "";display: block;background-color: #fff;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;border-bottom: 1px solid #DCD2C8;}

@media (max-width: 991px) {
  ol.cart-header li a span:after, ol.cart-header li strong span:after, ol.cart-header li.completed a span:after, ol.cart-header li.completed strong span:after {right: -30px;}
}

@media (max-width: 767px) {
  ol.cart-header {padding: 18px 0;margin-bottom: 14px;}
  ol.cart-header li {margin: 0;text-align: center;}
  ol.cart-header li a:before, ol.cart-header li strong:before {font-size: 16px;width: 40px;flex: 0 0 40px;height: 40px;line-height: 40px;margin: auto;margin-bottom: 4px;}
  ol.cart-header li strong, ol.cart-header li a {flex-direction: column;justify-content: center;align-items: center;font-size: 14px;}
  ol.cart-header li a span:after, ol.cart-header li strong span:after, ol.cart-header li.completed a span:after, ol.cart-header li.completed strong span:after {top: 32px;width: 20px;right: -20px;}
}

.ordering-process:not(.id--15) #header .header-bottom {display: none;}
.ordering-process:not(.id--15) #header .navigation-buttons {flex: 1;}

.cart-table-header {display: none;}
.cart-table tr>td {padding: 14px 5px;border-top-color: #DCD2C8;}
.cart-table:has(.cart-table-header) tr:nth-of-type(2)>td {border-top: 0;}
.cart-table tr td.p-name a {font-size: 16px;color: #1B1B1B;text-decoration: none;}
.cart-table tr td.p-name a:hover {color: #1B1B1B;}
.cart-table tr td.p-name a .main-link-variant {color: #5A5A5A;}
.cart-table .cart-p-image a {width: 60px;height: 60px;overflow: hidden;border-radius: 8px;display: block;}
.cart-table .cart-p-image img {width: 60px;}
.cart-table tr td, .cart-table tr td.cart-p-image {background-color: transparent;}
.cart-table tr td .availability-amount {display: none;}
.cart-table tr td .availability-label {font-weight: bold;font-size: 18px;padding-left: 28px;position: relative;}
.cart-table tr td .availability-label[style="color: #25653C"]::before {content: "";position: absolute;left: 0;top: 50%;margin-top: -10px;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 10L8.33366 14.1667L16.667 5.83334' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.cart-table .p-total .price-final {font-size: 16px;font-weight: bold;}
tr.removeable .remove-item {opacity: 1;}
.cart-table .p-total {padding-right: 50px;}
.remove-item:before {color: #000;font-size: 12px;}
.remove-item-placeholder, tr.removeable .remove-item {width: 56px;margin-right: -56px;}
.cart-table .p-discount {color: #9B3B3B;display: table-cell;position: relative;display: none!important;}

.discount-title {position: absolute;width: 180px;bottom: 100%;margin-left: -90px;left: 50%;font-size: 18px;font-weight: bold;}
.discount-title span {display: block;}
.discount-title span.--gift::before {content: "";display: inline-block;vertical-align: middle;margin-top: -4px;width: 22px;height: 22px;margin-right: 5px;background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7.33333V19.25M11 7.33333C10.6684 5.96695 10.0975 4.79881 9.36167 3.98123C8.62586 3.16366 7.7593 2.7346 6.875 2.75C6.26721 2.75 5.68432 2.99145 5.25455 3.42122C4.82478 3.85099 4.58333 4.43388 4.58333 5.04167C4.58333 5.64946 4.82478 6.23235 5.25455 6.66212C5.68432 7.0919 6.26721 7.33334 6.875 7.33334M11 7.33333C11.3316 5.96695 11.9025 4.79881 12.6383 3.98123C13.3741 3.16366 14.2407 2.7346 15.125 2.75C15.7328 2.75 16.3157 2.99145 16.7455 3.42122C17.1752 3.85099 17.4167 4.43388 17.4167 5.04167C17.4167 5.64946 17.1752 6.23235 16.7455 6.66212C16.3157 7.0919 15.7328 7.33334 15.125 7.33334M17.4167 11V17.4167C17.4167 17.9029 17.2235 18.3692 16.8797 18.713C16.5359 19.0568 16.0696 19.25 15.5833 19.25H6.41667C5.93044 19.25 5.46412 19.0568 5.1203 18.713C4.77649 18.3692 4.58333 17.9029 4.58333 17.4167V11M2.75 8.25C2.75 8.00688 2.84658 7.77372 3.01849 7.60181C3.19039 7.42991 3.42355 7.33333 3.66667 7.33333H18.3333C18.5764 7.33333 18.8096 7.42991 18.9815 7.60181C19.1534 7.77372 19.25 8.00688 19.25 8.25V10.0833C19.25 10.3264 19.1534 10.5596 18.9815 10.7315C18.8096 10.9034 18.5764 11 18.3333 11H3.66667C3.42355 11 3.19039 10.9034 3.01849 10.7315C2.84658 10.5596 2.75 10.3264 2.75 10.0833V8.25Z' stroke='%239B3B3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (max-width: 1199px) {
  .discount-title {margin-left: -15px;}
}
@media (max-width: 991px) {
  .discount-title {display: none;}
}

.extra.delivery {padding-right: 0;text-align: center;max-width: 500px;text-align: left;position: relative;margin: 10px auto 20px auto;}
.extra.delivery .price-range {background-color: #fff;border: 1px solid #DCD2C8;border-radius: 4px;height: 9px;margin-left: -32px;width: calc(100% + 32px);}
.extra.delivery .price-range>div {background-color: #25653C;border-radius: 8px;}
.extra.delivery .price-range::before {content: "";top: 0;left: 0;position: absolute;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17C5 17.5304 5.21071 18.0391 5.58579 18.4142C5.96086 18.7893 6.46957 19 7 19C7.53043 19 8.03914 18.7893 8.41421 18.4142C8.78929 18.0391 9 17.5304 9 17M5 17C5 16.4696 5.21071 15.9609 5.58579 15.5858C5.96086 15.2107 6.46957 15 7 15C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17M5 17H3V13M9 17H15M15 17C15 17.5304 15.2107 18.0391 15.5858 18.4142C15.9609 18.7893 16.4696 19 17 19C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15C17.5304 15 18.0391 15.2107 18.4142 15.5858C18.7893 15.9609 19 16.4696 19 17M19 17H21V11M2 5H13V17M21 11H13M21 11L18 6H13M3 9H7' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.summary .extra {display: none;}

.price-wrapper .price-label.price-primary {flex: 0 0 40%;font-weight: 400;font-size: 16px;}
.price-wrapper .price.price-primary {flex: 0 0 60%;font-size: 24px;}
.price-wrapper .price-secondary, .price-wrapper .price-label {color: #5A5A5A;font-size: 16px;}
.price-wrapper .price-label.price-secondary {flex: 0 0 40%;}
.price-wrapper .price.price-secondary {flex: 0 0 60%;}
.price-wrapper {align-items: center;}

.summary .col-md-8 {width: 60%;}
.summary .col-md-4 {width: 40%;}

.next-step .next-step-back {color: #1B1B1B;text-decoration: underline;font-size: 16px;}
.next-step .btn.btn-lg.btn-conversion {flex: 1;line-height: 1;padding: 15px 15px;align-items: center;display: flex;justify-content: center;}
.id--16 .next-step-forward:after, .id--9 .next-step-forward:after {font-size: 14px;margin-top: 0;}
.order-button-text {text-transform: initial;font-size: 16px;font-weight: bold;}

#checkoutSidebar .next-step {display: flex;flex-direction: column;margin-top: 32px;}
#checkoutSidebar .next-step .btn.btn-lg.btn-conversion {order: -1;width: 100%;}
#checkoutSidebar .next-step .btn.btn-lg.btn-conversion.next-step-finish .order-button-text {font-size: 18px;padding: 5px 0;}

#checkoutSidebar .consents {text-align: center;}
#checkoutSidebar .consents a {font-weight: 400;}

@media (min-width:1440px) {
  #checkoutContent {padding: 0 40px 0 20px;width: 65%;margin-left: 0;}
  #checkoutSidebar {width: 35%;padding-left: 0;}
}

.order-summary-inner {background-color: #fff;border: 0;border-radius: 12px;padding: 24px;}
.order-summary h4 {padding: 0 0 16px 0;border-bottom: 1px solid #DCD2C8;}
.order-summary-item .cart-item-name a {color: #1B1B1B;text-decoration: none;}
.order-summary-item .cart-item-amount, .unit-value {color: #5A5A5A;}
.order-summary-item .cart-item-price {color: #1B1B1B;}
[data-micro="cartItem"] .cart-item-name {position: relative;padding-left: 48px;}
[data-micro="cartItem"] .cart-item-name img {position: absolute;left: 0;top: 50%;margin-top: -20px;width: 40px;flex: 0 0 40px;height: 40px;margin-right: 8px;overflow: hidden;border-radius: 8px;}

.order-summary-item.helper {border: 0;border-top: 1px solid #DCD2C8;padding-bottom: 16px;}
.order-recapitulation {border-top: 0;}
.recapitulation-single {border: 0;padding-top: 0;padding-bottom: 16px;}
.order-summary-item.price {border-top: 1px solid #DCD2C8;margin-top: 10px;}

#checkoutSidebar .price-wrapper {padding-top: 10px;}
#checkoutSidebar .price-wrapper .price-label.price-primary {text-align: left;font-weight: bold;color: #1B1B1B;}
#checkoutSidebar .price-wrapper .price.price-primary {font-size: 30px;}
#checkoutSidebar .price-wrapper .price.price-secondary, #checkoutSidebar .price-wrapper .price-label.price-secondary {flex: 0 0 50%;}
#checkoutSidebar .price-wrapper .price-label.price-secondary {text-align: left;}

.checkout-box {display: none;}

.ordering-process .co-box.co-basic-information h4 {display: none;}

.ordering-process #order-form .co-box:not(.co-box-additional) {border: 1px solid #DCD2C8;border-radius: 12px;margin-bottom: 24px;padding: 24px;}
.ordering-process .co-box h4 {margin: 0 0 16px 0!important;padding-left: 32px;}
.ordering-process .co-box.co-delivery-method h4:before {content: "";margin-top: -12px;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17C5 17.5304 5.21071 18.0391 5.58579 18.4142C5.96086 18.7893 6.46957 19 7 19C7.53043 19 8.03914 18.7893 8.41421 18.4142C8.78929 18.0391 9 17.5304 9 17M5 17C5 16.4696 5.21071 15.9609 5.58579 15.5858C5.96086 15.2107 6.46957 15 7 15C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17M5 17H3V13M9 17H15M15 17C15 17.5304 15.2107 18.0391 15.5858 18.4142C15.9609 18.7893 16.4696 19 17 19C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15C17.5304 15 18.0391 15.2107 18.4142 15.5858C18.7893 15.9609 19 16.4696 19 17M19 17H21V11M2 5H13V17M21 11H13M21 11L18 6H13M3 9H7' stroke='%2325653C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ordering-process .co-box.co-payment-method h4:before {content: "";margin-top: -12px;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8V5C17 4.73478 16.8946 4.48043 16.7071 4.29289C16.5196 4.10536 16.2652 4 16 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6M4 6C4 6.53043 4.21071 7.03914 4.58579 7.41421C4.96086 7.78929 5.46957 8 6 8H18C18.2652 8 18.5196 8.10536 18.7071 8.29289C18.8946 8.48043 19 8.73478 19 9V12M4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H18C18.2652 20 18.5196 19.8946 18.7071 19.7071C18.8946 19.5196 19 19.2652 19 19V16M20 12V16H16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12H20Z' stroke='%2325653C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.ordering-process .co-box .stay-in-touch h4 {display: none;}

.shipping-billing-table :is(.radio-wrapper,.ji-shibi-group__header) {border: 1px solid;border-color: transparent transparent #DCD2C8;container-type: inline-size;}
.shipping-billing-table :is(.radio-wrapper,.ji-shibi-group__header).active {background-color: #F4EFE3;}
.shipping-billing-table :is(.radio-wrapper,.ji-shibi-group__header):last-of-type {border-bottom-color: transparent;}
.shipping-billing-table :is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]+label {align-items: center;}
.for-free, :is(.radio-wrapper,.ji-shibi-group__header).active .for-free {text-transform: initial;color: #25653C;}

.ordering-process .payment-logo {order: -1;}

:is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]+label {line-height: 1.5;}
:is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]+label:before {top: 50%;margin-top: -9px;transform: none;}
:is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]+label:after {top: 50%;margin-top: -7px;transform: none;}
:is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]+label .sublabel {display: block;font-size: smaller;}
:is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]+label .sublabel a {font-size: 14px;color: #1B1B1B;}
:is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]+label:before {border-color: #DCD2C8;background-color: #fff;}
:is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]:checked+label>span b {color: #1B1B1B;}
:is(.radio-wrapper,.ji-shibi-group__header) input[type=checkbox]:checked+label:before, :is(.radio-wrapper,.ji-shibi-group__header) input[type=radio]:checked+label:before {border-color: #DCD2C8;}

.shipping-billing-table .ji-shibi-group {background: #fff;border-radius: 12px;}
.shipping-billing-table .ji-shibi-group+.ji-shibi-group {margin-top: 20px;}
.shipping-billing-table .ji-shibi-group+.radio-wrapper {margin-top: 20px;}
.shipping-billing-table .ji-shibi-group__header {padding: 10px;}
.shipping-billing-table .ji-shibi-group__header input[type=radio]+label {display: flex;flex-wrap: wrap;gap: 5px 10px;justify-content: space-between;line-height: 1.5;padding-bottom: 10px;padding-top: 10px;width: 100%;position: relative;padding-left: 30px;align-items: center;}
.shipping-billing-table .ji-shibi-group__header .payment-logo {text-align: center;background: #fff;}
.shipping-billing-table .ji-shibi-group__header .payment-logo img {height: 35px;}
.shipping-billing-table .ji-shibi-group:not(.--expanded) .ji-shibi-group__header {border-color: transparent;}
.shipping-billing-table .ji-shibi-group:not(.--expanded) .ji-shibi-group__items {display: none;}

.id--17 .navigation-buttons,
.id--16 .navigation-buttons {display: flex;}

.ordering-process .co-box.co-contact-information h4:before {content: "";width: 24px;height: 24px;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14C15.0609 15 16.0783 15.4214 16.8284 16.1716C17.5786 16.9217 18 17.9391 18 19V21M8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7Z' stroke='%2325653C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.ordering-process .co-box.co-billing-address h4:before, .ordering-process .co-box.co-shipping-address h4:before {content: "";width: 24px;height: 24px;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21V15C9 14.4696 9.21071 13.9609 9.58579 13.5858C9.96086 13.2107 10.4696 13 11 13H13C13.5304 13 14.0391 13.2107 14.4142 13.5858C14.7893 13.9609 15 14.4696 15 15V21M5 12H3L12 3L21 12H19V19C19 19.5304 18.7893 20.0391 18.4142 20.4142C18.0391 20.7893 17.5304 21 17 21H7C6.46957 21 5.96086 20.7893 5.58579 20.4142C5.21071 20.0391 5 19.5304 5 19V12Z' stroke='%2325653C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

#checkoutContent .helper {font-size: 16px;border-radius: 12px;padding: 24px 24px 24px 64px;position: relative;color: #1B1B1B;margin-bottom: 24px;box-shadow: 0px 6px 16px rgba(155, 59, 59, 0.21);border: 1px solid #9B3B3B;display: flex;align-items: center;}
#checkoutContent .helper .helper-text {max-width: 410px;}
#checkoutContent .helper .helper-btn {margin-left: auto;flex: 0 0 250px;text-align: right;}
#checkoutContent .helper .helper-btn .btn {text-decoration: none;}
#checkoutContent .helper .helper-btn .btn:hover {color: #fff;}
#checkoutContent .helper .helper-text p:last-child {margin-bottom: 0;}
#checkoutContent .helper .helper-text a {color: #25653C;font-weight: 400;}
#checkoutContent .helper .helper-text a:hover {text-decoration: none;}
#checkoutContent .helper strong {font-size: 20px;color: #9B3B3B;display: block;}
#checkoutContent .helper:before {content: "";width: 32px;height: 32px;position: absolute;left: 24px;top: 50%;margin-top: -16px;background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.1L20 12.1M12 12.14V12.16M20 20.16V20.18M16 4C25.6 4 28 6.4 28 16C28 25.6 25.6 28 16 28C6.4 28 4 25.6 4 16C4 6.4 6.4 4 16 4Z' stroke='%239B3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.order-button-suffix {display: none;}

.cart-table .p-price .price-final, .cart-table .unit-value {color: #1B1B1B;}

@media (max-width: 1199px) {
  #checkoutSidebar .price-wrapper .price.price-primary {font-size: 22px;}
  .order-summary-inner {padding: 16px;}

  #checkoutSidebar {padding-left: 0;}
}
@media (max-width: 991px) {
  .ordering-process #header .navigation-buttons {flex: 1!important;}

  .summary .col-md-4 {width: 100%;}
  .cart-inner {padding: 0 16px 16px;}
  .cart-inner .next-step {display: flex;flex-direction: column;}
  .next-step .next-step-back {order: 1;}

  .price-wrapper .price-label.price-primary {text-align: left;font-size: 14px;}
  .price-wrapper .price-label.price-secondary {text-align: left;font-size: 14px;}
  .price-wrapper .price.price-primary {font-size: 18px;}
  .price-wrapper .price-secondary, .price-wrapper .price-label {font-size: 14px;}

  .cart-table .p-discount {display: block;order: 6;padding-bottom: 0;}
  .cart-table .p-discount:has(.show-tooltip)::before {content: "Dárek od nás ";font-weight: bold;padding-left: 20px;background-repeat: no-repeat;background-position: left center;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5.33334V14M8 5.33334C7.75885 4.33961 7.34363 3.49006 6.80849 2.89546C6.27335 2.30086 5.64312 1.98881 5 2.00002C4.55797 2.00002 4.13405 2.17561 3.82149 2.48817C3.50893 2.80073 3.33333 3.22466 3.33333 3.66668C3.33333 4.10871 3.50893 4.53263 3.82149 4.84519C4.13405 5.15776 4.55797 5.33335 5 5.33335M8 5.33334C8.24115 4.33961 8.65637 3.49006 9.19151 2.89546C9.72665 2.30086 10.3569 1.98881 11 2.00002C11.442 2.00002 11.866 2.17561 12.1785 2.48817C12.4911 2.80073 12.6667 3.22466 12.6667 3.66668C12.6667 4.10871 12.4911 4.53263 12.1785 4.84519C11.866 5.15776 11.442 5.33335 11 5.33335M12.6667 8.00001V12.6667C12.6667 13.0203 12.5262 13.3594 12.2761 13.6095C12.0261 13.8595 11.687 14 11.3333 14H4.66667C4.31304 14 3.97391 13.8595 3.72386 13.6095C3.47381 13.3594 3.33333 13.0203 3.33333 12.6667V8.00001M2 6.00001C2 5.8232 2.07024 5.65363 2.19526 5.52861C2.32029 5.40358 2.48986 5.33334 2.66667 5.33334H13.3333C13.5101 5.33334 13.6797 5.40358 13.8047 5.52861C13.9298 5.65363 14 5.8232 14 6.00001V7.33334C14 7.51015 13.9298 7.67972 13.8047 7.80475C13.6797 7.92977 13.5101 8.00001 13.3333 8.00001H2.66667C2.48986 8.00001 2.32029 7.92977 2.19526 7.80475C2.07024 7.67972 2 7.51015 2 7.33334V6.00001Z' stroke='%239B3B3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .cart-table .p-total {padding-right: 0;}

  .cart-table tr:last-child {border-bottom-style: solid;}

  .id--17 .order-summary-inner h4 {display: block;}
  #checkoutSidebar .next-step .btn.btn-lg.btn-conversion.next-step-finish .order-button-text {font-size: 14px;}
  .next-step .next-step-back {font-size: 14px;}
}

@media (max-width: 767px) {
  .ordering-process:not(.id--15) #header .header-top {padding-top: 5px;}
  .ordering-process:not(.id--15) #header {padding-bottom: 5px;}
  .ordering-process:not(.id--15) #header .navigation-buttons a.--tel {display: none;}
  .ordering-process:not(.id--15) #header .navigation-buttons a[data-target="navigation"] {display: none;}

  .ordering-process:not(.id--15) #header .header-top__contact {display: flex;flex: 0 0 150px!important;padding-left: 0;margin: auto;}
  .ordering-process:not(.id--15) #header .header-top__contact .--mail {display: none;}
  .ordering-process:not(.id--15) #header .header-top__contact::before {display: none;}

  .extra.delivery .price-range {width: 100%;margin-left: 0;max-width: 100%;}
  .extra.delivery {width: 100%;max-width: 100%;margin-bottom: 0;margin-top: 0;}
  .extra.delivery>span {padding-left: 32px;position: relative;margin: auto;max-width: 90%;width: 100%;display: block;font-weight: bold;font-size: 16px;}
  .extra.delivery>span::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17C5 17.5304 5.21071 18.0391 5.58579 18.4142C5.96086 18.7893 6.46957 19 7 19C7.53043 19 8.03914 18.7893 8.41421 18.4142C8.78929 18.0391 9 17.5304 9 17M5 17C5 16.4696 5.21071 15.9609 5.58579 15.5858C5.96086 15.2107 6.46957 15 7 15C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17M5 17H3V13M9 17H15M15 17C15 17.5304 15.2107 18.0391 15.5858 18.4142C15.9609 18.7893 16.4696 19 17 19C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15C17.5304 15 18.0391 15.2107 18.4142 15.5858C18.7893 15.9609 19 16.4696 19 17M19 17H21V11M2 5H13V17M21 11H13M21 11L18 6H13M3 9H7' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
  .extra.delivery .price-range:before {display: none;}

  .cart-table .p-name div.product-table-name-footer {display: none;}
  .cart-table .p-availability {display: block;order: 2;width: 50%;}
  .cart-table tr td .availability-label {font-size: 16px;}
  .cart-table tr>td.p-quantity {margin-left: auto;flex: 0 0 130px;padding: 0;}
  .cart-table tr td.p-name {padding-left: 0;}

  .cart-table .inline.delete-cart-item .remove-item:before {font-size: 14px;}

  .cart-table .p-discount {white-space: nowrap;margin-left: -25px;display: none!important;}
  .cart-table .p-price {text-align: left!important;font-size: 14px;min-width: 0;}
  .cart-table .p-price .price-final, .cart-table .unit-value {font-size: 14px;}
  .cart-table .p-total .price-final {font-size: 14px;}

  .price-wrapper {padding-top: 12px;}

  .ordering-process #order-form .co-box:not(.co-box-additional) {padding: 20px 0;border: 0;margin-bottom: 0;border-bottom: 1px solid #DCD2C8;border-radius: 0;}
  .ordering-process #order-form .co-box.co-payment-method {padding-bottom: 0;}
  .ordering-process .co-box h4 {font-size: 16px;margin-bottom: 8px!important;}

  .order-summary-inner {margin-top: 24px;}
  .order-summary h4 {font-size: 17px;}
  .order-summary-item {padding: 8px 0;}
  .order-summary-item>div:not(.price-wrapper):last-child {flex: 0 0 70px;}
  .recapitulation-single>strong span {font-weight: bold;}


  .ordering-process .payment-logo {position: absolute;right: 0;top: 0;}
  .ordering-process .payment-shipping-price {font-size: 14px;}
  label:has(.payment-logo) .payment-shipping-price {padding-top: 30px;}
  .radio-wrapper input[type=radio]+label .sublabel a {font-size: 13px;}

  .ordering-process .co-box.co-box-additional {padding-top: 30px;}

}

/* Label, form controls etc */
.smart-labels-active .smart-label-wrapper label, .label-block,
.smart-labels-active .smart-label-wrapper.focused label,
.smart-labels-active .smart-label-wrapper.populated label {color: #1B1B1B;opacity: 1;font-size: 16px;position: initial;padding: 0 0 9px 0;line-height: 1!important;display: inline-block;font-weight: 400;}

.form-control {border: 1px solid #DCD2C8;border-radius: 4px;}

#checkoutContent .form-group {clear: both;}
#checkoutContent .form-control {width: 300px;}
#checkoutContent .form-control.js-phone-form-control {width: 200px;}
#checkoutContent .form-control.js-validate-zip-code {width: 180px;}
#checkoutContent .form-group label:not(.whole-width) {float: left;margin-bottom: 0;padding-right: 20px;width: 200px;padding-top: 10px;font-size: 14px;}

#checkoutContent .phone-combined-input .shp-flag-label:before {content: "";border: 0;top: 2px;width: 24px;height: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%231B1B1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
#checkoutContent .phone-combined-input .shp-flag-label {padding-left: 32px;}

.smart-labels-active .smart-label-wrapper .country-flags, .smart-labels-active .smart-label-wrapper input, .smart-labels-active .smart-label-wrapper select {height: 45px;padding-top: 6px;}
#select-country-payment {margin-bottom: 16px;}
#select-country-payment .smart-label-wrapper {display: flex;align-items: center;}
#select-country-payment .smart-label-wrapper label {width: auto!important;padding: 0 8px 0 0!important;}
#select-country-payment .col-sm-6:last-of-type .form-group {justify-content: flex-end;}
#select-country-payment select.form-control {width: 240px!important;min-width: 240px!important;}
#checkoutContent select.form-control {width: 300px;min-width: 300px;border-color: #DCD2C8;background-repeat: no-repeat;background-position: center right 16px;border-radius: 4px;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231B1B1B' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (max-width: 1199px) {
  #select-country-payment select.form-control {width: 200px!important;min-width: 200px!important;}
}

@media (max-width: 991px) {
  #select-country-payment .smart-label-wrapper {flex-direction: column;align-items: flex-start;}
  #select-country-payment .smart-label-wrapper label {}
  #select-country-payment select.form-control {width: 100%!important;min-width: 100%!important;margin-top: 5px;}
}

@media (max-width: 767px) {
  #checkoutContent .helper {margin-bottom: 14px;margin-top: 16px;padding: 16px;display: flex;flex-direction: column;align-items: flex-start;}
  #checkoutContent .helper .helper-btn {flex: initial;margin-left: 0;margin-top: 8px;}
  #checkoutContent .helper .helper-text {max-width: 100%;font-size: 14px;}
  #checkoutContent .helper:before {display: none;}
  #checkoutContent .helper strong {font-size: 16px;display: flex;align-items: center;margin-bottom: 8px;}
  #checkoutContent .helper strong::before {content: "";width: 32px;height: 32px;margin-right: 8px;background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.1L20 12.1M12 12.14V12.16M20 20.16V20.18M16 4C25.6 4 28 6.4 28 16C28 25.6 25.6 28 16 28C6.4 28 4 25.6 4 16C4 6.4 6.4 4 16 4Z' stroke='%239B3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

  .ordering-process #order-form .co-box.co-contact-information {padding-top: 6px;}

  #checkoutContent .form-control {width: 100%;}
  #checkoutContent .form-group label:not(.whole-width) {width: 100%;float: none;}
}

/* Thx pageType */
.id--15 .content-inner {margin: 24px 0;}
.order-summary-wrap {background-color: #fff;border-radius: 12px;padding: 24px;text-align: center;border: 1px solid #DCD2C8;}
.order-summary-heading {font-size: 30px;margin-bottom: 0;}
.order-summary-heading:before {content: "";display: block;margin: 0 auto 12px auto;width: 40px;height: 40px;background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.332 5.56671C30.8458 7.01814 32.9369 9.10092 34.3984 11.6089C35.8599 14.1168 36.641 16.963 36.6644 19.8656C36.6879 22.7682 35.9528 25.6266 34.5321 28.1579C33.1113 30.6891 31.0541 32.8054 28.5641 34.2972C26.0741 35.7891 23.2376 36.6048 20.3355 36.6635C17.4334 36.7222 14.5663 36.022 12.018 34.6321C9.46963 33.2422 7.32848 31.2109 5.80648 28.7392C4.28447 26.2676 3.43438 23.4412 3.34036 20.54L3.33203 20L3.34036 19.46C3.4337 16.5817 4.27128 13.7766 5.77143 11.3184C7.27158 8.86009 9.38312 6.83246 11.9002 5.43318C14.4172 4.0339 17.2539 3.31071 20.1337 3.33411C23.0135 3.35751 25.838 4.12671 28.332 5.56671ZM26.177 15.4884C25.89 15.2014 25.5082 15.029 25.1032 15.0036C24.6981 14.9781 24.2977 15.1013 23.977 15.35L23.8204 15.4884L18.332 20.975L16.177 18.8217L16.0204 18.6834C15.6997 18.4348 15.2993 18.3118 14.8944 18.3373C14.4894 18.3628 14.1077 18.5352 13.8208 18.8221C13.5339 19.1091 13.3615 19.4908 13.336 19.8957C13.3104 20.3007 13.4335 20.701 13.682 21.0217L13.8204 21.1784L17.1537 24.5117L17.3104 24.65C17.6027 24.8768 17.9621 24.9999 18.332 24.9999C18.702 24.9999 19.0614 24.8768 19.3537 24.65L19.5104 24.5117L26.177 17.845L26.3154 17.6884C26.5641 17.3677 26.6873 16.9673 26.6618 16.5622C26.6364 16.1572 26.464 15.7754 26.177 15.4884Z' fill='%23059905'/%3E%3C/svg%3E%0A");}

.id--15.ordering-process .co-box h4:before {display: none;}
.id--15.ordering-process .co-box h4 {padding-left: 0;font-size: 18px;font-weight: 700;}

.recapitulation-wrapper table.table tbody>tr>th:after {display: none;}
.recapitulation-wrapper table.table tbody>tr>th {width: 50%;}
.recapitulation-wrapper table.table tbody>tr>td {font-weight: bold;}
.recapitulation-wrapper table tr th .row-header-label {background-color: transparent;}
.recapitulation-wrapper .cart-table .p-total {font-weight: bold;}

.id--15.ordering-process .co-box.co-order {border-top: 1px solid #DCD2C8;padding-top: 40px;}
.id--15.ordering-process .cart-table tr td.cart-p-image img {border-radius: 8px;}

.order-summary-item.total {font-size: 18px;display: block;}
.order-summary-item.summary-thx {font-size: 18px;display: block;}
.id--15 .btn.btn-conversion {background-color: var(--color-primary);border-color: var(--color-primary);color: #fff;font-weight: 400!important;font-size: 16px!important;}

@media (max-width: 767px) {
  .id--15 .content-inner {margin: 0;}
  h1.order-summary-heading {font-size: 22px!important;}

  .recapitulation-wrapper {margin: 24px 0;}
  .recapitulation-wrapper table.table tbody>tr>td {text-align: right;}
  .id--15.ordering-process .co-box.co-order {padding-top: 24px;}

  .id--15 .cart-table .p-price {width: 33.333%;padding-top: 0;}
  .id--15 .cart-table .p-total {width: 33.333%;padding-top: 0;}
  .id--15 .cart-table tr>td.p-quantity {width: 33.333%;flex: 0 0 33.333%;}
  .id--15 .cart-table tr {;}
  .id--15 .cart-table .cart-p-image img {width: 40px;}
  .id--15 .cart-table tr td.cart-p-image {width: 40px;flex: 0 0 40px;padding: 0;margin-right: 8px;margin-top: 8px;display: flex;align-items: center;justify-content: center;}

  .order-summary-item.total {font-size: 14px;}
  .order-summary-item.summary-thx {font-size: 16px;font-weight: bold;}
  .order-complete-links .btn {width: 100%;}
}

/* Pages top */
.page-top {position: relative;overflow: hidden;margin-inline: calc(50% - 50dvw + var(--scrollbar-width, 0px) / 2);width: unset;height: 100%;margin-bottom: 40px;}
.page-top .mobile {display: none;}
.page-top img {width: 100%;height: auto;}
.page-top__title-block {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -45%);}
#content .page-top__title-block h1 {max-width: 420px;text-transform: uppercase;font-weight: bold;font-size: 48px;font-weight: 900;margin-bottom: 14px;}
.page-top__title-block .--sub {font-size: 20px;}
.page-top__title-block .--places a {background-color: #fff;border: 1px solid #DCD2C8;border-radius: 360px;padding: 4px 8px;font-size: 16px;font-weight: 700;color: #1B1B1B;text-decoration: none;display: inline-flex;align-items: center;}
.page-top__title-block .--places a:hover {border-color: #1B1B1B;}
.page-top__title-block .--places a::before {content: "";margin-right: 8px;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99935 7.33331C5.99935 7.86375 6.21006 8.37245 6.58514 8.74753C6.96021 9.1226 7.46892 9.33331 7.99935 9.33331C8.52978 9.33331 9.03849 9.1226 9.41356 8.74753C9.78864 8.37245 9.99935 7.86375 9.99935 7.33331C9.99935 6.80288 9.78864 6.29417 9.41356 5.9191C9.03849 5.54403 8.52978 5.33331 7.99935 5.33331C7.46892 5.33331 6.96021 5.54403 6.58514 5.9191C6.21006 6.29417 5.99935 6.80288 5.99935 7.33331Z' stroke='%2325653C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7707 11.1047L8.94202 13.9333C8.69201 14.1831 8.35307 14.3234 7.99968 14.3234C7.6463 14.3234 7.30736 14.1831 7.05735 13.9333L4.22802 11.1047C3.48217 10.3588 2.97424 9.40845 2.76848 8.3739C2.56271 7.33934 2.66834 6.267 3.07202 5.29247C3.4757 4.31795 4.15928 3.48501 5.03634 2.89899C5.9134 2.31297 6.94453 2.00018 7.99935 2.00018C9.05417 2.00018 10.0853 2.31297 10.9624 2.89899C11.8394 3.48501 12.523 4.31795 12.9267 5.29247C13.3304 6.267 13.436 7.33934 13.2302 8.3739C13.0245 9.40845 12.5165 10.3588 11.7707 11.1047Z' stroke='%2325653C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (min-width: 768px) {
  body.in-agar-od-vyrobce #content .page-top__title-block h1 {max-width: 320px;}
  body.in-kurzy-vareni-a-peceni #content .page-top__title-block h1 {max-width: 350px;}
  body.in-zdrave-suroviny #content .page-top__title-block h1 {max-width: 470px;}
  body.in-doprava-a-zpusob-platby #content .page-top__title-block h1 {max-width: 270px;}
}

@media (max-width: 991px) {
  #content .page-top__title-block h1 {font-size: 32px;}
}
@media (max-width: 767px) {
  .page-top .mobile {display: block;}
  .page-top .desktop {display: none;}

  .page-top {margin-bottom: 16px;}
  .in-doprava-a-zpusob-platby .page-top {margin-bottom: 24px;}
  #content .page-top__title-block h1 {font-size: 28px;}
  .page-top__title-block .--sub {font-size: 16px;}
  .page-top__title-block {width: 100%;top: auto;transform: initial;bottom: 25px;left: 0;}
}

/* Pages */
.store-item {display: flex;flex-flow: row wrap;padding: 0 0 40px 0;margin-bottom: 40px;border-bottom: 1px solid #DCD2C8;}
.store-item:last-of-type {border-bottom: 0;padding-bottom: 0;}
.store-item__text {flex: 1;padding-right: 40px;}
.store-item__text h2 {margin: 0 0 8px 0;}
.store-item__text .--tel {padding-left: 20px;position: relative;text-decoration: none;color: #1B1B1B;margin-bottom: 24px;display: block;}
.store-item__text .--tel:hover {text-decoration: underline;}
.store-item__text .--tel::before {content: "";display: block;width: 16px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -8px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33333 2.66669H6L7.33333 6.00002L5.66667 7.00002C6.38064 8.44771 7.55231 9.61938 9 10.3334L10 8.66669L13.3333 10V12.6667C13.3333 13.0203 13.1929 13.3594 12.9428 13.6095C12.6928 13.8595 12.3536 14 12 14C9.39951 13.842 6.94677 12.7377 5.10455 10.8955C3.26234 9.05325 2.15803 6.60051 2 4.00002C2 3.6464 2.14048 3.30726 2.39052 3.05721C2.64057 2.80716 2.97971 2.66669 3.33333 2.66669Z' stroke='%2325653C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.store-item__place {font-size: 18px;font-weight: bold;margin-bottom: 8px;padding-left: 32px;position: relative;}
.store-item__place::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 0;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 11C9 11.7956 9.31607 12.5587 9.87868 13.1213C10.4413 13.6839 11.2044 14 12 14C12.7956 14 13.5587 13.6839 14.1213 13.1213C14.6839 12.5587 15 11.7956 15 11C15 10.2044 14.6839 9.44129 14.1213 8.87868C13.5587 8.31607 12.7956 8 12 8C11.2044 8 10.4413 8.31607 9.87868 8.87868C9.31607 9.44129 9 10.2044 9 11Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.657 16.657L13.414 20.9C13.039 21.2746 12.5306 21.4851 12.0005 21.4851C11.4704 21.4851 10.962 21.2746 10.587 20.9L6.343 16.657C5.22422 15.5382 4.46234 14.1127 4.15369 12.5609C3.84504 11.009 4.00349 9.40053 4.60901 7.93874C5.21452 6.47696 6.2399 5.22755 7.55548 4.34852C8.87107 3.46949 10.4178 3.00031 12 3.00031C13.5822 3.00031 15.1289 3.46949 16.4445 4.34852C17.7601 5.22755 18.7855 6.47696 19.391 7.93874C19.9965 9.40053 20.155 11.009 19.8463 12.5609C19.5377 14.1127 18.7758 15.5382 17.657 16.657Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

.store-item__sidebar {flex: 0 0 460px;background-color: #fff;border-radius: 12px;padding: 24px;}
.store-item__sidebar h3 {text-align: center;margin: 0 0 16px 0;}
.store-item__sidebar h3::before {content: "";display: block;width: 40px;height: 40px;margin: 0 auto 8px auto;background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 23.3333L20 20V11.6667M5 20C5 21.9698 5.38799 23.9204 6.14181 25.7403C6.89563 27.5601 8.00052 29.2137 9.3934 30.6066C10.7863 31.9995 12.4399 33.1044 14.2597 33.8582C16.0796 34.612 18.0302 35 20 35C21.9698 35 23.9204 34.612 25.7403 33.8582C27.5601 33.1044 29.2137 31.9995 30.6066 30.6066C31.9995 29.2137 33.1044 27.5601 33.8582 25.7403C34.612 23.9204 35 21.9698 35 20C35 18.0302 34.612 16.0796 33.8582 14.2597C33.1044 12.4399 31.9995 10.7863 30.6066 9.3934C29.2137 8.00052 27.5601 6.89563 25.7403 6.14181C23.9204 5.38799 21.9698 5 20 5C18.0302 5 16.0796 5.38799 14.2597 6.14181C12.4399 6.89563 10.7863 8.00052 9.3934 9.3934C8.00052 10.7863 6.89563 12.4399 6.14181 14.2597C5.38799 16.0796 5 18.0302 5 20Z' stroke='%2325653C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.store-item__tr {display: flex;justify-content: space-between;padding: 14px 0;border-bottom: 1px solid #DCD2C8;}
.store-item__td:last-of-type {font-weight: bold;}
.store-item__tr:last-of-type {border-bottom: 0;}

@media (max-width: 991px) {
  .store-item.--first {margin-top: 35px;margin-bottom: 16px;}

  .store-item__text {padding-right: 0;}
  .store-item__sidebar {flex: 0 0 100%;}
  .store-item:last-of-type {margin-bottom: 24px;}
}


.contact-block__top {display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;}
.contact-block__top>div {border: 1px solid #DCD2C8;min-height: 160px;border-radius: 12px;padding: 10px;flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));text-align: center;display: flex;justify-content: center;justify-content: center;flex-direction: column;margin-bottom: 24px;}
a.contact-block__item {color: #1B1B1B;text-decoration: none;display: flex;flex-direction: column;}
a.contact-block__item span {align-self: center;}
a.contact-block__item span:nth-of-type(1) {padding-left: 32px;position: relative;font-size: 24px;font-weight: 600;text-decoration: underline;}
a.contact-block__item.--email span:nth-of-type(1)::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -10px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7M3 7V17C3 17.5304 3.21071 18.0391 3.58579 18.4142C3.96086 18.7893 4.46957 19 5 19H19C19.5304 19 20.0391 18.7893 20.4142 18.4142C20.7893 18.0391 21 17.5304 21 17V7M3 7L12 13L21 7' stroke='%2325653C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
a.contact-block__item.--tel span:nth-of-type(1)::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -10px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4H9L11 9L8.5 10.5C9.57096 12.6715 11.3285 14.429 13.5 15.5L15 13L20 15V19C20 19.5304 19.7893 20.0391 19.4142 20.4142C19.0391 20.7893 18.5304 21 18 21C14.0993 20.763 10.4202 19.1065 7.65683 16.3432C4.8935 13.5798 3.23705 9.90074 3 6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4Z' stroke='%2325653C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
a.contact-block__item:hover span:nth-of-type(1) {text-decoration: none;}
a.contact-block__item span:nth-of-type(2) {color: #5A5A5A;font-size: 16px;margin-top: 2px;}

.contact-socials strong {font-size: 20px;}
.contact-socials .socials {display: flex;justify-content: center;margin-top: 16px;}
.contact-socials .socials a {margin: 0 4px;}
.contact-socials .socials a.--fb {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_25983_10215)'%3E%3Cpath d='M32 16C32 7.1625 24.8375 0 16 0C7.1625 0 0 7.1625 0 16C0 24.8375 7.1625 32 16 32C16.0938 32 16.1875 32 16.2812 31.9937V19.5438H12.8438V15.5375H16.2812V12.5875C16.2812 9.16875 18.3688 7.30625 21.4188 7.30625C22.8813 7.30625 24.1375 7.4125 24.5 7.4625V11.0375H22.4C20.7437 11.0375 20.4188 11.825 20.4188 12.9812V15.5312H24.3875L23.8687 19.5375H20.4188V31.3813C27.1063 29.4625 32 23.3062 32 16Z' fill='%2325653C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25983_10215'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.contact-socials .socials a.--ins {background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_25983_10217)'%3E%3Cpath d='M19.0625 16C19.0625 17.6914 17.6914 19.0625 16 19.0625C14.3086 19.0625 12.9375 17.6914 12.9375 16C12.9375 14.3086 14.3086 12.9375 16 12.9375C17.6914 12.9375 19.0625 14.3086 19.0625 16Z' fill='%2325653C'/%3E%3Cpath d='M23.1611 10.5816C23.0139 10.1827 22.7791 9.82159 22.4739 9.52521C22.1775 9.22003 21.8167 8.98517 21.4175 8.83795C21.0938 8.71222 20.6074 8.56256 19.7117 8.52179C18.7427 8.4776 18.4521 8.46808 15.999 8.46808C13.5457 8.46808 13.2551 8.47736 12.2864 8.52155C11.3906 8.56256 10.9041 8.71222 10.5806 8.83795C10.1814 8.98517 9.82031 9.22003 9.52417 9.52521C9.21899 9.82159 8.98413 10.1824 8.83667 10.5816C8.71094 10.9053 8.56128 11.3919 8.52051 12.2877C8.47632 13.2564 8.4668 13.5469 8.4668 16.0003C8.4668 18.4534 8.47632 18.744 8.52051 19.713C8.56128 20.6087 8.71094 21.095 8.83667 21.4188C8.98413 21.8179 9.21875 22.1788 9.52393 22.4752C9.82031 22.7803 10.1812 23.0152 10.5803 23.1624C10.9041 23.2884 11.3906 23.438 12.2864 23.4788C13.2551 23.523 13.5454 23.5323 15.9988 23.5323C18.4524 23.5323 18.7429 23.523 19.7114 23.4788C20.6072 23.438 21.0938 23.2884 21.4175 23.1624C22.2188 22.8533 22.8521 22.22 23.1611 21.4188C23.2869 21.095 23.4365 20.6087 23.4775 19.713C23.5217 18.744 23.531 18.4534 23.531 16.0003C23.531 13.5469 23.5217 13.2564 23.4775 12.2877C23.4368 11.3919 23.2871 10.9053 23.1611 10.5816ZM15.999 20.7178C13.3933 20.7178 11.281 18.6058 11.281 16.0001C11.281 13.3943 13.3933 11.2823 15.999 11.2823C18.6045 11.2823 20.7168 13.3943 20.7168 16.0001C20.7168 18.6058 18.6045 20.7178 15.999 20.7178ZM20.9033 12.1983C20.2944 12.1983 19.8008 11.7047 19.8008 11.0958C19.8008 10.4869 20.2944 9.99323 20.9033 9.99323C21.5122 9.99323 22.0059 10.4869 22.0059 11.0958C22.0056 11.7047 21.5122 12.1983 20.9033 12.1983Z' fill='%2325653C'/%3E%3Cpath d='M16 0C7.16479 0 0 7.16479 0 16C0 24.8352 7.16479 32 16 32C24.8352 32 32 24.8352 32 16C32 7.16479 24.8352 0 16 0ZM25.1321 19.7878C25.0876 20.7659 24.9321 21.4336 24.7051 22.0181C24.2278 23.2522 23.2522 24.2278 22.0181 24.7051C21.4338 24.9321 20.7659 25.0874 19.7881 25.1321C18.8083 25.1768 18.4954 25.1875 16.0002 25.1875C13.5049 25.1875 13.1921 25.1768 12.2122 25.1321C11.2344 25.0874 10.5664 24.9321 9.98218 24.7051C9.3689 24.4744 8.81372 24.1128 8.35474 23.6453C7.88745 23.1865 7.52588 22.6311 7.29517 22.0181C7.06812 21.4338 6.9126 20.7659 6.86816 19.7881C6.823 18.8081 6.8125 18.4951 6.8125 16C6.8125 13.5049 6.823 13.1919 6.86792 12.2122C6.91235 11.2341 7.06763 10.5664 7.29468 9.98193C7.52539 9.3689 7.88721 8.81348 8.35474 8.35474C8.81348 7.88721 9.3689 7.52563 9.98193 7.29492C10.5664 7.06787 11.2341 6.9126 12.2122 6.86792C13.1919 6.82324 13.5049 6.8125 16 6.8125C18.4951 6.8125 18.8081 6.82324 19.7878 6.86816C20.7659 6.9126 21.4336 7.06787 22.0181 7.29468C22.6311 7.52539 23.1865 7.88721 23.6455 8.35474C24.1128 8.81372 24.4746 9.3689 24.7051 9.98193C24.9324 10.5664 25.0876 11.2341 25.1323 12.2122C25.177 13.1919 25.1875 13.5049 25.1875 16C25.1875 18.4951 25.177 18.8081 25.1321 19.7878Z' fill='%2325653C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_25983_10217'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}

.contact-block__bottom {display: flex;flex-flow: row wrap;padding: 24px 0;}
.contact-block__bottom>div {width: 50%;}
.contact-block__bottom>div strong {font-size: 20px;display: block;margin-bottom: 24px;}

@media (max-width: 1199px) {
  .contact-block__top {--ji-columns: 1;}
  .contact-block__top>div {margin-bottom: 0;}
}

@media (max-width: 767px) {
  a.contact-block__item span:nth-of-type(1) {font-size: 18px;}
  a.contact-block__item span:nth-of-type(2) {font-size: 14px;}
  .contact-socials strong {font-size: 18px;}
  .contact-block__top>div {min-height: 110px;}
  .contact-block__bottom>div {width: 100%;}
  .contact-block__bottom>div strong {font-size: 18px;}
}

.manu-items {display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;margin-bottom: 40px;}
.manu-item {background-color: #fff;border-radius: 12px;padding: 10px;flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));margin-bottom: 0px;padding: 24px;padding-bottom: 0;background-image: url(../img/manu-item-bg.svg);background-repeat: no-repeat;background-position: right bottom 15px;}
.manu-item>img {display: block;margin-bottom: 16px;}
.manu-item h3 {text-align: center;margin:0 0 16px 0;}

@media (min-width: 768px) {
  body.in-vlastni-vyroba .manu-item h3 {min-height: 53px;}
}

 article ul {list-style: disc;padding-left: 30px;}
 article ul li:before {content: "";margin: 0;}

.manu-item__li {font-size: 16px;padding-left: 40px;margin-bottom: 16px;position: relative;min-height: 32px;padding-top: 6px;}
.manu-item__li:before {content: "";position: absolute;left: 0;top: 50%;margin-top: -16px;width: 32px;height: 32px;border-radius: 50%;border: 1px solid #DCD2C8;text-align: center;line-height: 30px;color: #25653C;font-size: 14px;}
.manu-item__li.--1:before {content: "1";}
.manu-item__li.--2:before {content: "2";}
.manu-item__li.--3:before {content: "3";}
.manu-item__li.--4:before {content: "4";}
.manu-item__li.--5:before {content: "5";}
.manu-item__li.--6:before {content: "6";}

@media (max-width: 991px) {
  .manu-items {--ji-columns: 2;}
}
@media (max-width: 767px) {
  .manu-items {--ji-columns: 1;}
  .manu-item:not(:has(.manu-item__li)) {background-image: unset;}
  .manu-item h3 br {display: none;}
  .manu-item>img {margin: auto;margin-bottom: 16px;}
  .manu-item__li {font-size: 14px;}
}

.why-us {display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;}
.why-us__item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));text-align: center;padding: 24px;}
.why-us__item p:last-child {margin-bottom: 0!important;}

.manufactory {padding-top: 40px;margin-top: 40px;border-top: 1px solid #DCD2C8;display: flex;flex-flow: row wrap;margin-bottom: 80px;}
.manufactory h2 {margin: 0 0 16px 0;text-align: center;}
.manufactory h2+strong {text-align: center;display: block;margin-bottom: 16px;}
.manufactory__left {width: 55%;}
.manufactory__right {width: 45%;}
.manufactory__item {margin-bottom: 8px;padding-left: 60px;position: relative;font-size: 16px;min-height: 40px;padding-top: 12px;display: inline-block;width: 100%;}
.manufactory__item::before {content: "";width: 34px;height: 40px;position: absolute;left: 0;top: 50%;margin-top: -24px;background-image: url(../img/klas.svg)}
.manufactory__left i {font-size: 30px;text-align: center;display: block;padding: 40px;}

.manufactory-comunns {column-count: 2;padding-bottom: 40px;}

.try-banner {margin-bottom: 40px;}
.try-banner .mobile {display: none;}

@media (max-width: 767px) {
  .manufactory__item {font-size: 14px;}
  .manufactory__left {width: 100%;}
  .manufactory__right {width: 100%;}
  .manufactory__left i {font-size: 22px;padding-top: 20px;}
  .manufactory__right img {transform: scale(1.15);position: relative;left: -15px;}

  .try-banner .desktop {display: none;}
  .try-banner .mobile {display: block;}

  .manufactory-comunns {column-count: 1;padding-bottom: 20px;}

  .in-vlastni-cukrarstvi .row.--flex .col-sm-4 {margin-top: 15px;margin-bottom: -15px;}
}

.row.--flex {display: flex;flex-flow: row wrap;align-items: center;}

.whole-top {border: 1px solid #DCD2C8;border-radius: 12px;padding: 16px;display: flex;justify-content: space-between;margin-bottom: 40px;}
.whole-top h2 {margin: 0 0 16px 0;}
.whole-top h3 {margin: 0 0 16px 0;}
.whole-top p:last-child {margin-bottom: 0!important;}
.whole-top__left {width: 60%;background-color: #fff;border-radius: 8px;padding: 32px;}
.whole-top__right {width: 38%;padding: 16px;}
.whole-top__right ul {padding: 0;}
.whole-top__right ul li {list-style: none;margin-bottom: 16px;padding-left: 24px;position: relative;}
.whole-top__right ul li::before {content: "";position: absolute;left: 0;top: 4px;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33203 7.99984L6.66536 11.3332L13.332 4.6665' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.whole-top__left p {font-size: 20px;}

@media (max-width: 767px) {
  .whole-top {flex-flow: row wrap;}
  .whole-top__left {width: 100%;padding: 24px 16px;margin-bottom: 24px;}
  .whole-top__right {width: 100%;padding: 0;}
  .whole-top__left p {font-size: 18px;}

  body.in-kurzy-vareni-a-peceni .whole-top {margin-bottom: 0;}
}

.faq-block {padding: 40px 0;border-top: 1px solid #DCD2C8;}
.faq-block>h3 {text-align: center;margin: 0 0 16px 0;}
.faq-block__item {border: 1px solid #DCD2C8;margin: 0 auto;border-radius: 4px;margin-bottom: 16px;background-color: #ffff;max-width: 650px;width: 100%;text-align: left;}
.faq-block__item.--hidden {display: none;}
.faq-block__item.--active {}
.faq-block__item>div:nth-of-type(1) {padding: 14px 24px;padding-right: 50px;position: relative;cursor: pointer;font-weight: bold;}
.faq-block__item>div:nth-of-type(1):hover {text-decoration: underline;}
.faq-block__item>div:nth-of-type(1)::after {content: "";position: absolute;right: 24px;top: 50%;margin-top: -8px;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2325653C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.faq-block__item.--active>div:nth-of-type(1)::after {transform: rotate(180deg);}
.faq-block__item>div:nth-of-type(2) {padding: 18px 24px;padding-top: 0;display: none;}
.faq-block__item>div:nth-of-type(2) p:last-child {margin-bottom: 0!important;}


.images-row {display: flex;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;margin-bottom: 40px;}
.images-row .images-row__item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));text-align: center;display: block;}

.courses {display: flex;gap: var(--ji-gap);--ji-gap: 16px;--ji-columns: 2;margin-bottom: 40px;}
.courses__item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));background-color: #fff;padding: 24px;border-radius: 12px;}

.courses-bottom {background-color: #fff;display: flex;padding: 24px;justify-content: space-between;border-radius: 12px;margin-bottom: 40px;}
.courses-bottom>div {width: 48%;}

.why-us.--agar {margin: 40px 0;border-top: 1px solid #DCD2C8;border-bottom: 1px solid #DCD2C8;padding-top: 40px;padding-bottom: 20px;}
.why-us.--agar p {color: #5A5A5A;}

.why-us.--agar2 p {color: #5A5A5A;}

.agar-banner {padding: 50px 40px;background-image: url(../img/agar-bg.png);background-size: cover;border-radius: 12px;overflow: hidden;margin-bottom: 40px;}
.agar-banner__info {display: inline-block;padding: 5px 16px;border-radius: 360px;background-color: #fff;margin: 16px 0;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);font-weight: bold;}
.agar-banner p {max-width: 685px;margin-bottom: 0!important;}

.agar-bottom {position: relative;padding: 40px 0;}
.agar-bottom::after {content: "";display: block;background-color: #fff;height: 100%;left: calc(50% - 50dvw + var(--scrollbar-width) / 2);width: calc(100dvw - var(--scrollbar-width));position: absolute;top: 0;z-index: -1;}

.process {border-top: 1px solid #DCD2C8;margin-top: 40px;}
.process__items {display: flex;gap: var(--ji-gap);--ji-gap: 24px;--ji-columns: 3;}
.process__item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));background-color: #fff;padding: 24px;border-radius: 12px;background-color: #FCF8F4;}
.process__item p {margin-bottom: 0!important;}
.process__image {height: 240px;border-radius: 8px;display: flex;flex-direction: column;padding: 16px;margin-bottom: 16px;background-size: cover;}
.process__image.--1 {background-image: url(../img/progress-1.png);}
.process__image.--2 {background-image: url(../img/progress-2.png);}
.process__image.--3 {background-image: url(../img/progress-3.png);}
.process__image h2 {margin: 0;margin-top: auto;color: #fff;font-weight: 600;}

.agar-bottom__usps {display: flex;gap: var(--ji-gap);--ji-gap: 32px;--ji-columns: 3;flex-flow: row wrap;padding-bottom: 40px;}
.agar-bottom__item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));background-color: #fff;padding: 24px;border-radius: 12px;background-color: #F4EFE3;text-align: center;}
.agar-bottom__item h4 {margin-top: 0;}
.agar-bottom__item h4::before {content: "";width: 32px;height: 32px;display: block;margin: auto;margin-bottom: 8px;background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16L14.6667 18.6667L20 13.3333M4 16C4 17.5759 4.31039 19.1363 4.91345 20.5922C5.5165 22.0481 6.40042 23.371 7.51472 24.4853C8.62902 25.5996 9.95189 26.4835 11.4078 27.0866C12.8637 27.6896 14.4241 28 16 28C17.5759 28 19.1363 27.6896 20.5922 27.0866C22.0481 26.4835 23.371 25.5996 24.4853 24.4853C25.5996 23.371 26.4835 22.0481 27.0866 20.5922C27.6896 19.1363 28 17.5759 28 16C28 14.4241 27.6896 12.8637 27.0866 11.4078C26.4835 9.95189 25.5996 8.62902 24.4853 7.51472C23.371 6.40042 22.0481 5.5165 20.5922 4.91345C19.1363 4.31039 17.5759 4 16 4C14.4241 4 12.8637 4.31039 11.4078 4.91345C9.95189 5.5165 8.62902 6.40042 7.51472 7.51472C6.40042 8.62902 5.5165 9.95189 4.91345 11.4078C4.31039 12.8637 4 14.4241 4 16Z' stroke='%2325653C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.agar-bottom__item p {color: #5A5A5A;margin-bottom: 0!important;}

@media (max-width: 991px) {
  .process__items {--ji-columns: 1;flex-flow: row wrap;}
}
@media (max-width: 767px) {
  .why-us.--agar {--ji-columns: 1;--ji-gap: 8px;padding-top: 16px;}

  .agar-banner {padding: 16px;background-image: url(../img/agar-bg-mobile.png);padding-bottom: 55%;}

  .agar-bottom {padding: 24px 0 40px 0;}
  .process__image h2 {font-size: 22px;}
  .process__item {padding: 16px;}

  .agar-bottom__usps {--ji-columns: 1;--ji-gap: 16px;}
  .agar-bottom__item h4 {font-size: 18px;}

  .why-us {--ji-columns: 1;}
  .why-us.--agar2 {margin-bottom: 40px;}

  .images-row {--ji-columns: 1;flex-flow: row wrap;margin-bottom: 24px;}

  .courses {flex-flow: row wrap;--ji-columns: 1;margin-bottom: 20px;}
  .courses__item h3 {margin-top: 0;}
  .courses__item ul:last-child {margin-bottom: 0!important;}
  .courses__item p:last-child {margin-bottom: 0!important;}

  .courses-bottom {flex-flow: row wrap;margin-top: 24px;}
  .courses-bottom>div {width: 100%;}
  .courses-bottom h4 {margin-top: 0;}
  .courses-bottom ul:last-child {margin-bottom: 0;}
}

.about-row {display: flex;align-items: center;flex-flow: row wrap;margin-bottom: 40px;}
.about-row__item {width: 50%;}
.about-row__item:not(.--image) {padding: 0 30px;}

@media (min-width: 991px) {
  .about-row__item p:last-child {margin-bottom: 0!important;}
  .about-row__item:not(.--image):first-of-type {padding-left: 0;}
  .about-row__item:not(.--image):last-of-type {padding-right: 0;}
}

@media (max-width: 991px) {
  .about-row {margin-bottom: 20px;}
  .about-row__item {width: 100%;}
  .about-row__item.--image {order: 1;}
  .about-row__item:not(.--image) {padding: 0px;}
}

.manufactory-comunns.--payment {background-color: #fff;padding: 24px;margin-bottom: 24px;}

.transit-table {display: flex;flex-flow: row wrap;justify-content: space-between;margin-bottom: 24px;}
.transit-table__column {width: 49%;}
.transit-table__column>h4 {margin-bottom: 16px;}
.transit-table .faq-block__item {margin-bottom: 8px;}
.transit-table .faq-block__item table {width: 100%!important;margin-top: 10px;}
.transit-table .faq-block__item table td {padding: 12px 8px;text-align: left;border-bottom: 1px solid #DCD2C8;border-right: 1px solid #DCD2C8;}
.transit-table .faq-block__item table td:last-child {border-right: 0;}
.transit-table .faq-block__item table tr:last-child td {border-bottom: 0;}
.transit-table .faq-block__item>div:nth-of-type(1) {padding-left: 114px;position: relative;}
.transit-table .faq-block__item>div:nth-of-type(1)::before {content: "";width: 90px;height: 42px;position: absolute;left: 16px;top: 50%;margin-top: -21px;}
.transit-table .faq-block__item.--packeta>div:nth-of-type(1)::before {background-image: url(../img/packeta-transit.svg);}
.transit-table .faq-block__item.--ppl>div:nth-of-type(1)::before {background-image: url(../img/ppl-transit.svg);}
.transit-table .faq-block__item.--dpd>div:nth-of-type(1)::before {background-image: url(../img/dpd-transit.svg);}
.transit-table .faq-block__item.--balikovna>div:nth-of-type(1)::before {background-image: url(../img/balikovna-transit.svg);}
.transit-table .faq-block__item.--gls>div:nth-of-type(1)::before {background-image: url(../img/gls-transit.svg);}
.transit-table .faq-block__item.--aso>div:nth-of-type(1)::before {background-image: url(../img/aso-transit.svg);}

@media (max-width: 1199px) {
  .faq-block__item {max-width: 100%;}
  .transit-table__column {width: 100%;}
}

hr {margin: 30px 0;font-size: 0;border: 0;background-color: #DCD2C8;height: 1px;}

@media (max-width: 767px) {
  hr {margin: 24px 0;}
}

body:is(.type-page,.type-post, .id--51, .type-posts-listing) .content-inner:not(:has(.page-top)) {padding-top: 20px;}
