/* Basic styles */
:root{
  --template-font: 'Inter';
  --template-headings-font: 'Inter';

  --ji-header-height: 98px;
  --ji-top-navigation-height: 61px;
  --ji-cart-count-width:103px;
  --ji-login-btn-width:95px;
  --ji-site-msg-height: 40px;
}
body {--ji-admin-bar-height:0px;}
body:is(.admin-logged,.jh-admin-bar):not(.jh-admin-bar-hidden) {--ji-admin-bar-height:25px;}
body:not(:has(.site-msg.information)) {--ji-site-msg-height:0px !important;}
@media (max-width: 991px) {
    body {--ji-admin-bar-height:0px !important;}
}

.ready {visibility: visible!important;}
.overall-wrapper {visibility: hidden;overflow-x: clip;}

.only-mobile {display: none;}

body {color: #6E6E6E;background-color: #fff;font-size: 15px;font-weight: 400;line-height: 1.3;letter-spacing: 1px;}
.content-wrapper {background-color: transparent;}
#content {line-height: 1.3;padding-top: 0;}
.link-like, a {color: #000;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color: #1E1E1C;font-weight: 400;text-transform: uppercase;letter-spacing: 4px;line-height: 1.4;}

.h1, h1 {font-size: 24px;}
.h2, h2 {font-size: 24px;}
.h3, h3 {font-size: 20px;}
.h4, h4 {font-size: 18px;}
.h5, h5 {font-size: 13px;}

.banner {min-height: 0;}
.desktop .banners-row {margin-top: 0;}

@media (min-width: 1740px) {
  .container {max-width: 1640px;width: 100%;}
  .popup-widget {margin-left: 370px;}
}

body.in-index .container-narrow {width: 100%;}

body:is(.type-page, .type-post) .content-wrapper.container {padding-right: 20px;padding-left: 20px;padding-top: 20px;}

.btn, a.btn {border-radius: 0;padding: 12px 40px;font-size: 13px;font-weight: 500;text-transform: uppercase;letter-spacing: 4px;}

.btn.btn-default, a.btn.btn-default {color: #fff;}
.btn.btn-default, a.btn.btn-default:hover {color: #fff;opacity: 0.9;}

.btn.btn-primary, a.btn.btn-primary {background-color: var(--color-primary);color: #fff;font-weight: 500;}
.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {color: #fff!important;text-transform: uppercase;}
.btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn-conversion:hover {opacity: 0.9;}
.btn, .btn.btn-conversion, a.btn, a.btn.btn-conversion {font-weight: 500;}

.btn.btn-secondary, a.btn.btn-secondary {background-color: transparent;color: #1E1E1C;font-weight: 500;}
.btn.btn-secondary:hover, a.btn.btn-secondary:hover {background-color: #1E1E1C;color: #fff;}

.btn.btn-secondary.--white, a.btn.btn-secondary.--white {background-color: #fff;color: #1E1E1C;border-color: #fff;font-weight: 500;}
.btn.btn-secondary.--white:hover, a.btn.btn-secondary.--white:hover {background-color: #fff;color: #000;transform: scale(1.02);}

.center {text-align: center;}
.breadcrumbs {display: none;}

@media (max-width: 767px) {
  .overall-wrapper {padding-top: 0;}

  .only-mobile {display: flex;}

  .h1, h1 {font-size: 22px;}
  .h2, h2 {font-size: 22px;}

  .container {padding-left: 16px;padding-right: 16px;}
  .content-wrapper.container {padding-left: 16px;padding-right: 16px;}
  .content-wrapper {padding-top: 0;}

  .btn, a.btn {padding: 12px 20px;}
}

/* Site Msg */
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: #1E1E1C;color: #fff;font-weight: 700;font-size: 13px;padding-top: 10px;padding-bottom: 10px;box-shadow: initial;opacity: 1;}
.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:before {display: none;}
.site-msg.information .container {text-align: center;}


/* Popups */
.user-action>.container {max-width: 100%;width: 100%;}
.popup-widget {z-index: 1500;}
.popup-widget.login-widget:before {display: none;}

.popup-widget.cart-widget {right: 0;margin-left: 0;left: auto;}
.cart-widget-product-name .product-appendix {font-size: 12px;line-height: 1.1;display: block;}

/* Login modal */
body.login-window-visible::after {content: "";position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);backdrop-filter: blur(6px);z-index:999998;}
.login-window-visible .user-action .user-action-in>div.user-action-login {z-index: 999999;}
.login-window-visible .user-action .user-action-in>div.user-action-login {display: flex!important;}
.login-widget {z-index: 99999;width: 100%;max-height: initial;max-width: 600px;display: flex;padding: 0;overflow: auto;margin-left: 0px;margin-top: 0px;bottom:unset;top: 100px!important;left: 50%;transform: translate(-50%, 0);background-color: #FFEADB;border-radius: 24px;}
.popup-widget.login-widget .popup-widget-inner {height: auto;}
.popup-widget.login-widget {top: 21px;}
.popup-widget.login-widget::before {display: none;}
.popup-widget.login-widget .popup-widget-inner h2 {margin: 0 0 18px 0;display: flex;align-items: center;font-size: 24px;font-weight: 700;}
.popup-widget-inner:not(.cart-widget-inner,.ji-ecw) {box-shadow: none;padding: 40px;background: #fff;border: 0;border-radius: 0px;}

#cboxClose {top: 16px;right: 16px;width: 24px;height: 24px;background-color: transparent!important;}
#cboxClose:hover {transform: scale(1.15);}
#cboxClose:before {content: "";width: 24px;height: 24px;left: 0;line-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='M18 6L6 18' stroke='%23838588' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23838588' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}

@media (min-width: 992px) {
  .user-action-in {position:relative;}
}

@media (max-width: 767px) {
  .user-action-in .popup-widget.cart-widget {top:calc(75px + var(--ji-site-msg-height));height: calc(100% - 75px - var(--ji-site-msg-height));}

  .login-widget {top: 10px!important;max-width: 96%;}
  .popup-widget-inner {overflow: auto;}
  .login-wrapper {display: flex;flex-direction: column;justify-content: center;text-align: center;}
  .login-wrapper .password-helper {width: 100%;text-align: center;float: none;padding: 10px 0;}
  .login-wrapper .password-helper a {display: block;text-align: center;float: none;padding: 4px 0;}
}

.top-navigation-bar {display: none;}

/* Header */
#header {background-color: #000;padding: 0 40px;margin-bottom: 40px;}
.in-index #header {background-color: transparent;margin-bottom: 0;}
#header .header-top-wrapper .site-name {flex: 0 0 120px;margin-right: 40px;}
#header .header-top-wrapper>* {z-index: 1003;}
#header .header-top>.container {max-width: 100%;width: 100%;}

#header .header-top-wrapper>div.navigation-buttons {flex: 0 0 150px;}
#header .navigation-buttons a {margin-left: 24px;width: 20px;height: 20px;}
#header .navigation-buttons a[data-target=cart]:before {content: "";margin: 0;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='M10 0.833336C8.16398 0.833336 6.66667 2.33065 6.66667 4.16667H2.91667C2.80616 4.16668 2.70019 4.21058 2.62205 4.28872C2.54391 4.36686 2.50001 4.47283 2.5 4.58334V17.0833C2.50001 17.1938 2.54391 17.2998 2.62205 17.378C2.70019 17.4561 2.80616 17.5 2.91667 17.5H17.0833C17.1938 17.5 17.2998 17.4561 17.3779 17.378C17.4561 17.2998 17.5 17.1938 17.5 17.0833V4.58334C17.5 4.47283 17.4561 4.36686 17.3779 4.28872C17.2998 4.21058 17.1938 4.16668 17.0833 4.16667H13.3333C13.3333 2.33065 11.836 0.833336 10 0.833336ZM10 1.66667C11.3857 1.66667 12.5 2.78102 12.5 4.16667H7.5C7.5 2.78102 8.61435 1.66667 10 1.66667ZM3.33333 5H7.0166C7.06133 5.00735 7.10696 5.00735 7.15169 5H12.8499C12.8947 5.00735 12.9403 5.00735 12.985 5H16.6667V16.6667H3.33333V5ZM7.07682 7.49349C7.02211 7.49435 6.96809 7.50597 6.91787 7.5277C6.86764 7.54943 6.82219 7.58084 6.7841 7.62013C6.74601 7.65943 6.71604 7.70584 6.69589 7.75672C6.67574 7.8076 6.66581 7.86195 6.66667 7.91667V9.16667C6.66667 11.0027 8.16398 12.5 10 12.5C11.836 12.5 13.3333 11.0027 13.3333 9.16667V7.91667C13.3341 7.86146 13.3239 7.80664 13.3033 7.7554C13.2827 7.70416 13.2522 7.65753 13.2134 7.61821C13.1746 7.57889 13.1284 7.54767 13.0775 7.52635C13.0266 7.50504 12.9719 7.49407 12.9167 7.49407C12.8614 7.49407 12.8068 7.50504 12.7558 7.52635C12.7049 7.54767 12.6587 7.57889 12.6199 7.61821C12.5812 7.65753 12.5506 7.70416 12.53 7.7554C12.5094 7.80664 12.4992 7.86146 12.5 7.91667V9.16667C12.5 10.5523 11.3857 11.6667 10 11.6667C8.61435 11.6667 7.5 10.5523 7.5 9.16667V7.91667C7.50087 7.86086 7.49052 7.80544 7.46957 7.7537C7.44861 7.70196 7.41747 7.65496 7.378 7.61549C7.33853 7.57602 7.29153 7.54488 7.23979 7.52393C7.18806 7.50297 7.13264 7.49262 7.07682 7.49349Z' fill='white'/%3E%3C/svg%3E%0A");}
#header .navigation-buttons a[data-target=cart] .cart-price {display: none!important;}
#header .navigation-buttons a[data-target=cart] i {bottom: -10px;left: 15px;padding: 0;line-height: 17px;text-align: center;letter-spacing: normal;}

#header .navigation-buttons a[data-target=search] {display: flex;}
#header .navigation-buttons a[data-target=search]:before {content: "";margin: 0;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='M8.33329 1.66666C4.65633 1.66666 1.66663 4.65637 1.66663 8.33333C1.66663 12.0103 4.65633 15 8.33329 15C10.0222 15 11.5618 14.3652 12.7376 13.3268L18.0387 18.6279C18.0771 18.6679 18.1231 18.6998 18.174 18.7218C18.2248 18.7438 18.2796 18.7554 18.335 18.756C18.3905 18.7566 18.4455 18.7461 18.4968 18.7251C18.5481 18.7041 18.5947 18.6732 18.6339 18.634C18.6731 18.5948 18.7041 18.5481 18.7251 18.4968C18.746 18.4455 18.7565 18.3905 18.756 18.3351C18.7554 18.2796 18.7438 18.2249 18.7218 18.174C18.6998 18.1231 18.6679 18.0771 18.6279 18.0387L13.3268 12.7376C14.3651 11.5618 15 10.0222 15 8.33333C15 4.65637 12.0103 1.66666 8.33329 1.66666ZM8.33329 2.5C11.5599 2.5 14.1666 5.10673 14.1666 8.33333C14.1666 11.5599 11.5599 14.1667 8.33329 14.1667C5.10669 14.1667 2.49996 11.5599 2.49996 8.33333C2.49996 5.10673 5.10669 2.5 8.33329 2.5Z' fill='white'/%3E%3C/svg%3E%0A");}

#header .navigation-buttons a.top-nav-button {display: flex;}
#header .navigation-buttons a.top-nav-button.logout {display: none;}
#header .navigation-buttons a.top-nav-button span {display: none;}
#header .navigation-buttons a.top-nav-button:before {content: "";margin: 0;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='M10 1.66666C8.16398 1.66666 6.66667 3.16398 6.66667 5V5.83333C6.66667 7.66935 8.16398 9.16666 10 9.16666C11.836 9.16666 13.3333 7.66935 13.3333 5.83333V5C13.3333 3.16398 11.836 1.66666 10 1.66666ZM10 2.5C11.3857 2.5 12.5 3.61435 12.5 5V5.83333C12.5 7.21898 11.3857 8.33333 10 8.33333C8.61435 8.33333 7.5 7.21898 7.5 5.83333V5C7.5 3.61435 8.61435 2.5 10 2.5ZM8.33333 10.8333C8.29479 10.8335 8.25644 10.8389 8.2194 10.8496C4.47563 11.9138 2.56673 14.9023 2.56673 14.9023C2.52346 14.9693 2.5003 15.0472 2.5 15.127V17.0833C2.50001 17.1938 2.54391 17.2998 2.62205 17.3779C2.70019 17.4561 2.80616 17.5 2.91667 17.5H17.0833C17.1938 17.5 17.2998 17.4561 17.3779 17.3779C17.4561 17.2998 17.5 17.1938 17.5 17.0833V15.127C17.4997 15.0472 17.4765 14.9693 17.4333 14.9023C17.4333 14.9023 15.5244 11.9138 11.7806 10.8496C11.7436 10.8389 11.7052 10.8335 11.6667 10.8333H8.33333ZM8.40983 11.6667H11.5902C14.8961 12.6242 16.5792 15.1421 16.6667 15.2751V16.6667H3.33333V15.2751C3.4208 15.1421 5.10392 12.6242 8.40983 11.6667Z' fill='white'/%3E%3C/svg%3E%0A");}

@media (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header {transform: initial;}
  #header {position: relative;height: 75px;padding: 0 16px;box-shadow: initial;}
  #header .container {min-height: 75px;}
  #header .header-top-wrapper .site-name {position: absolute;left: 50%;transform: translate(-50%, 0);margin: 0;flex: 0 0 100px;width: 100px;padding: 0;z-index: 1005;}
  body.navigation-window-visible #header .site-name a img {filter: brightness(0) saturate(100%);}

  #header .header-top-wrapper>div.navigation-buttons {flex: 0 0 100%;}
  #header .navigation-buttons a:before {line-height: 1;}
  #header .navigation-buttons a {line-height: 1;margin-left: 15px;}

  body.navigation-window-visible #header .navigation-buttons a[data-target=search]:before {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='M8.33334 1.66667C4.65637 1.66667 1.66667 4.65637 1.66667 8.33333C1.66667 12.0103 4.65637 15 8.33334 15C10.0222 15 11.5618 14.3652 12.7376 13.3268L18.0387 18.6279C18.0771 18.6679 18.1231 18.6998 18.174 18.7218C18.2249 18.7438 18.2797 18.7554 18.3351 18.756C18.3905 18.7566 18.4455 18.7461 18.4968 18.7251C18.5482 18.7042 18.5948 18.6732 18.634 18.634C18.6732 18.5948 18.7042 18.5481 18.7251 18.4968C18.7461 18.4455 18.7566 18.3905 18.756 18.3351C18.7554 18.2797 18.7438 18.2249 18.7218 18.174C18.6998 18.1231 18.6679 18.0771 18.6279 18.0387L13.3268 12.7376C14.3652 11.5618 15 10.0222 15 8.33333C15 4.65637 12.0103 1.66667 8.33334 1.66667ZM8.33334 2.5C11.5599 2.5 14.1667 5.10674 14.1667 8.33333C14.1667 11.5599 11.5599 14.1667 8.33334 14.1667C5.10674 14.1667 2.50001 11.5599 2.50001 8.33333C2.50001 5.10674 5.10674 2.5 8.33334 2.5Z' fill='black'/%3E%3C/svg%3E%0A");}
  body.navigation-window-visible #header .navigation-buttons a.top-nav-button:before {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='M10 1.66667C8.16398 1.66667 6.66667 3.16399 6.66667 5V5.83333C6.66667 7.66935 8.16398 9.16667 10 9.16667C11.836 9.16667 13.3333 7.66935 13.3333 5.83333V5C13.3333 3.16399 11.836 1.66667 10 1.66667ZM10 2.5C11.3857 2.5 12.5 3.61435 12.5 5V5.83333C12.5 7.21899 11.3857 8.33333 10 8.33333C8.61435 8.33333 7.5 7.21899 7.5 5.83333V5C7.5 3.61435 8.61435 2.5 10 2.5ZM8.33333 10.8333C8.29479 10.8335 8.25644 10.8389 8.2194 10.8496C4.47563 11.9138 2.56673 14.9023 2.56673 14.9023C2.52346 14.9693 2.5003 15.0472 2.5 15.127V17.0833C2.50001 17.1938 2.54391 17.2998 2.62205 17.3779C2.70019 17.4561 2.80616 17.5 2.91667 17.5H17.0833C17.1938 17.5 17.2998 17.4561 17.3779 17.3779C17.4561 17.2998 17.5 17.1938 17.5 17.0833V15.127C17.4997 15.0472 17.4765 14.9693 17.4333 14.9023C17.4333 14.9023 15.5244 11.9138 11.7806 10.8496C11.7436 10.8389 11.7052 10.8335 11.6667 10.8333H8.33333ZM8.40983 11.6667H11.5902C14.8961 12.6242 16.5792 15.1421 16.6667 15.2751V16.6667H3.33333V15.2751C3.4208 15.1421 5.10392 12.6242 8.40983 11.6667Z' fill='black'/%3E%3C/svg%3E%0A");}
  body.navigation-window-visible #header .navigation-buttons a[data-target=cart]:before {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='M10 0.833332C8.16398 0.833332 6.66667 2.33065 6.66667 4.16667H2.91667C2.80616 4.16668 2.70019 4.21058 2.62205 4.28872C2.54391 4.36685 2.50001 4.47283 2.5 4.58333V17.0833C2.50001 17.1938 2.54391 17.2998 2.62205 17.3779C2.70019 17.4561 2.80616 17.5 2.91667 17.5H17.0833C17.1938 17.5 17.2998 17.4561 17.3779 17.3779C17.4561 17.2998 17.5 17.1938 17.5 17.0833V4.58333C17.5 4.47283 17.4561 4.36685 17.3779 4.28872C17.2998 4.21058 17.1938 4.16668 17.0833 4.16667H13.3333C13.3333 2.33065 11.836 0.833332 10 0.833332ZM10 1.66667C11.3857 1.66667 12.5 2.78101 12.5 4.16667H7.5C7.5 2.78101 8.61435 1.66667 10 1.66667ZM3.33333 5H7.0166C7.06133 5.00735 7.10696 5.00735 7.15169 5H12.8499C12.8947 5.00735 12.9403 5.00735 12.985 5H16.6667V16.6667H3.33333V5ZM7.07682 7.49349C7.02211 7.49434 6.96809 7.50597 6.91787 7.52769C6.86764 7.54942 6.82219 7.58083 6.7841 7.62013C6.74601 7.65942 6.71604 7.70584 6.69589 7.75672C6.67574 7.8076 6.66581 7.86195 6.66667 7.91667V9.16667C6.66667 11.0027 8.16398 12.5 10 12.5C11.836 12.5 13.3333 11.0027 13.3333 9.16667V7.91667C13.3341 7.86145 13.3239 7.80663 13.3033 7.7554C13.2827 7.70416 13.2522 7.65753 13.2134 7.61821C13.1746 7.57889 13.1284 7.54766 13.0775 7.52635C13.0266 7.50504 12.9719 7.49406 12.9167 7.49406C12.8614 7.49406 12.8068 7.50504 12.7558 7.52635C12.7049 7.54766 12.6587 7.57889 12.6199 7.61821C12.5812 7.65753 12.5506 7.70416 12.53 7.7554C12.5094 7.80663 12.4992 7.86145 12.5 7.91667V9.16667C12.5 10.5523 11.3857 11.6667 10 11.6667C8.61435 11.6667 7.5 10.5523 7.5 9.16667V7.91667C7.50087 7.86085 7.49052 7.80543 7.46957 7.7537C7.44861 7.70196 7.41747 7.65496 7.378 7.61549C7.33853 7.57602 7.29153 7.54488 7.23979 7.52392C7.18806 7.50296 7.13264 7.49261 7.07682 7.49349Z' fill='black'/%3E%3C/svg%3E%0A");}

  #header .navigation-buttons a[data-target=navigation] {order: -1;margin-right: auto;margin-left: 0;background-color: transparent!important;}
  .navigation-buttons a[data-target=navigation]:before {content: "";width: 24px;height: 24px;color: #fff;font-weight: 300;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%3Cmask id='mask0_53_533' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_53_533)'%3E%3Cpath d='M4 7V6H20V7H4ZM4 18V17H20V18H4ZM4 12.5V11.5H20V12.5H4Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");}
  .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {content: "";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%3Cmask id='mask0_53_846' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_53_846)'%3E%3Cpath d='M6.40001 18.3077L5.69226 17.6L11.2923 12L5.69226 6.4L6.40001 5.69225L12 11.2922L17.6 5.69225L18.3078 6.4L12.7078 12L18.3078 17.6L17.6 18.3077L12 12.7077L6.40001 18.3077Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E%0A");}

  #header .header-top-wrapper>div.header-bottom {width: 0;flex: 0!important;}

}

/* Navigation */
#header .header-top-wrapper>div.header-bottom {border-top: 0;flex: 1;background-color: transparent;}
#header .header-bottom-wrapper.container {width: auto;}

@media (min-width: 768px) {
  #navigation {height: 38px;background-color: transparent;}
  .navigation-in>ul>li>a {padding-top: 10px;padding-bottom: 10px;font-size: 15px;padding: 10px 15px!important;margin: 0!important;color: #fff;text-transform: uppercase;font-size: 12px;letter-spacing: 2px;}
  .navigation-in>ul>li>a:hover {color: #fff;}
  .navigation-in>ul>li>a b {font-weight: 400;}
  .navigation-in>ul>li.exp>a, .navigation-in>ul>li>a, .navigation-in>ul>li>a:hover {color: #fff;}
}

.menu-helper {height: 50px;color: #fff;}
.menu-helper>span {color: #fff;font-family: var(--template-font);font-size: 15px;font-weight: 400;}

@media (max-width: 767px) {
  .navigation-window-visible #navigation {opacity: 1;display: block;top: 0;}
  .navigation-in, #navigation {background-color: transparent;}
  #navigation {background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);padding-top: calc(120px + var(--ji-site-msg-height));top: -100%;width: 100%;opacity: 0;transition: 0.5s;z-index: -10;}
  .navigation-in>ul>li>a b {padding-top: 16px;padding-bottom: 16px;font-weight: 400;text-decoration: none!important;}
  .navigation-in>ul>li>a {font-size: 18px;text-transform: uppercase;}

  .navigationActions {display: none;}
}

/* Search */
.search-window-visible .site-msg.information {z-index: 0;}
.search {display: none;}
.search-focused:before, .search-window-visible:before {opacity: 1;z-index: 5;background: rgba(0, 0, 0, 0.4);backdrop-filter: blur(6px);}
.search-window-visible .search {display: block;position: fixed;top: 0;padding: 24px;left: 0;z-index: 10000!important;width: 100%;margin: auto;background-color: #fff;}
.search form {max-width: 700px;width: 100%;margin: auto;}
.search form .form-control {border-color: #D1CED3;border-radius: 200px;padding: 0 20px;}
.search form .form-control::placeholder {color: #A8A9AB;}
.search form::after {content: "";width: 32px;height: 32px;position: absolute;right: 16px;top: 10px;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%3Cmask id='mask0_2221_3816' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2221_3816)'%3E%3Cpath d='M25.5333 26.2L17.2 17.8667C16.5333 18.4444 15.7667 18.8889 14.9 19.2C14.0333 19.5111 13.1778 19.6667 12.3333 19.6667C10.2838 19.6667 8.54911 18.9573 7.12933 17.5387C5.70978 16.1202 5 14.3869 5 12.3387C5 10.2907 5.70933 8.55556 7.128 7.13333C8.54644 5.71111 10.2798 5 12.328 5C14.376 5 16.1111 5.70978 17.5333 7.12933C18.9556 8.54911 19.6667 10.2838 19.6667 12.3333C19.6667 13.2444 19.5 14.1333 19.1667 15C18.8333 15.8667 18.4 16.6 17.8667 17.2L26.2 25.5333L25.5333 26.2ZM12.3333 18.7333C14.1333 18.7333 15.65 18.1167 16.8833 16.8833C18.1167 15.65 18.7333 14.1333 18.7333 12.3333C18.7333 10.5333 18.1167 9.01667 16.8833 7.78333C15.65 6.55 14.1333 5.93333 12.3333 5.93333C10.5333 5.93333 9.01667 6.55 7.78333 7.78333C6.55 9.01667 5.93333 10.5333 5.93333 12.3333C5.93333 14.1333 6.55 15.65 7.78333 16.8833C9.01667 18.1167 10.5333 18.7333 12.3333 18.7333Z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E%0A");}
.search-input-icon {right: -65px;left: auto;}
.search-focused .search-input-icon:before, .search-window-visible .search-input-icon:before {content: "";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%3Cpath d='M24 8L8 24' stroke='%234E5155' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L24 24' stroke='%234E5155' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.searchWhisperer {margin-top: 24px;}
.searchWhisperer__product__availability {display: none;}
.searchWhisperer__product__name {font-size: 14px;}
.searchWhisperer__product__name .product-appendix {font-size: 12px;}

@media (max-width: 991px) {
  .search-window-visible .search {padding: 30px 10px;width: 100%;}
  .search form {max-width: calc(100% - 42px);margin: 0;}
  #header .searchWhisperer {margin-top: 9px;max-height: calc(var(--vh, 1vh) * 100);width: 100%;left: 0;margin-left: 0;padding: 15px;overflow: auto;}
}

@media (max-width: 767px) {

}


/* Carousel */
.wide-carousel {margin-top: -80px;position: relative;}
.wide-carousel .item a::after {content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 63.43%);}
#carousel {margin-bottom: 120px;}
#carousel .extended-banner-texts {top: 50%;bottom:auto;transform: translate(0, -50%);z-index: 90;display: flex;flex-direction: column;}
#carousel .extended-banner-title {padding: 0;position: static;max-width: 410px;text-transform: uppercase;font-size: 36px;font-weight: 400;letter-spacing: 4px;margin-bottom: 28px;}
#carousel .extended-banner-text {padding: 0;position: static;font-size: 16px;font-weight: 400;}
#carousel .extended-banner-link {position: static;margin-top: 50px;align-self: flex-start;}

@media (max-width: 991px) {
  #carousel .extended-banner-texts {top: auto;transform: initial;bottom: 50px;}
}
@media (max-width: 767px) {
  .wide-carousel {margin-top: -75px;}
  #carousel {margin-bottom: 0;}
  #carousel, .carousel-inner, .carousel-inner>.item, .carousel-inner>.item>a>img, .carousel-inner>.item>img {min-height: calc(100vh - var(--ji-site-msg-height))!important;}
  .carousel-inner>.item>a>img, .carousel-inner>.item>img {object-fit: cover;}

  #carousel .extended-banner-texts {text-align: center;}
  #carousel .extended-banner-title {text-align: center;margin: 12px auto;font-size: 28px;}
  #carousel .extended-banner-link {margin-left: auto;margin-right: auto;margin-top: 24px;}

  .wide-carousel .item a::after {background-color: #00000066;}
}

/* USPs */
.benefitBanner {padding: 120px 0;margin: 0;}
.benefitBanner__picture {flex: 0 0 24px;max-width: 24px;margin-right: 24px;}
.benefitBanner__item {margin: 10px 0;}
.benefitBanner__title {font-size: 14px;color: #6E6E6E;font-weight: 400;}

@media (max-width: 767px) {
  .benefitBanner {padding: 40px 0 20px 0;}
  body:not(.in-index) .benefitBanner {padding-bottom: 40px;}
}

/* Welcome */
.welcome-wrapper {padding: 0;margin: 0;}
.welcome-inner {display: flex;align-items: center;width: 100%;max-width: 1360px;margin: auto;}
.welcome-inner>div {width: 50%;}
.welcome-inner__text {text-align: center;width: 50%;padding: 0 100px;}
.welcome-inner__text h6 {color: #6E6E6E;font-size: 13px;letter-spacing: 3px;margin-bottom: 24px;}
.welcome-inner__text h1 {letter-spacing: 2px;line-height: 1.4;margin: 24px 0;}
.welcome-inner__text p {color: #6E6E6E;font-size: 15px;}
.welcome-inner__text .btn {margin-top: 24px;}
.welcome-inner__image {text-align: right;}

@media (max-width: 991px) {
  .welcome-inner {flex-flow: row wrap;}
  .welcome-inner__text {padding: 40px 0;}
  .welcome-inner>div {width: 100%;text-align: center;}
}

/* Slick comps */
.slick-list {width: 1px!important;border: 0!important;min-width: 100% !important;}

.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: flex-start;padding: 0;width: 100%;margin: 40px 0 0px 0;}
.slick-dots li {display: contents;}
.slick-dots button {border-radius: 100px;font-size: 0;background: #D9D9D9;border: 1px solid #D9D9D9;width: 8px;height: 8px;padding: 0;margin: 4px;outline: none;position: relative;}
.slick-dots .slick-active button {background: #000000;border-color: #000000;}

.slick-arrow {--ji-offset: -15px;background-color: transparent;border-radius: 0;z-index: 8;font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;margin-top: -15px;overflow: hidden;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: none;background-repeat: no-repeat;width: 32px;height: 32px;background-size: contain;background-position: center;display: block;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='M0 4C0 1.79086 1.79086 0 4 0H28C30.2091 0 32 1.79086 32 4V28C32 30.2091 30.2091 32 28 32H4C1.79086 32 0 30.2091 0 28V4Z' fill='black'/%3E%3Cpath d='M14 12L18 16L14 20' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.slick-arrow.slick-disabled {display: none!important;}
.slick-arrow:hover {transform: scale(1.02);}
.slick-prev {left: var(--ji-offset);transform: rotate(180deg);}
.slick-prev:hover {transform: rotate(180deg) scale(1.02);}
.slick-next {right: var(--ji-offset);}

@media (max-width: 767px) {
  .slick-dots {justify-content: center;}
}

/* Ref block */
.ref-block {margin-bottom: 100px;}
.ref-block .slick-list {margin-left: -16px;margin-right: -16px;width: calc(100% + 32px)!important;}
.ref-block .slick-slide {padding: 0 16px;}
.ref-block__item {padding: 40px 32px;background-color: #F9FBFD;}
.ref-block__item p {color: #6E6E6E;margin-bottom: 24px;font-size: 16px;line-height: 1.7;}
.ref-block__stars {width: 104px;height: 16px;margin-bottom: 24px;background-image: url("data:image/svg+xml,%3Csvg width='104' height='16' viewBox='0 0 104 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L10.3511 4.76393L15.6085 5.52786L11.8042 9.23607L12.7023 14.4721L8 12L3.29772 14.4721L4.19577 9.23607L0.391548 5.52786L5.64886 4.76393L8 0Z' fill='black'/%3E%3Cpath d='M30 0L32.3511 4.76393L37.6085 5.52786L33.8042 9.23607L34.7023 14.4721L30 12L25.2977 14.4721L26.1958 9.23607L22.3915 5.52786L27.6489 4.76393L30 0Z' fill='black'/%3E%3Cpath d='M52 0L54.3511 4.76393L59.6085 5.52786L55.8042 9.23607L56.7023 14.4721L52 12L47.2977 14.4721L48.1958 9.23607L44.3915 5.52786L49.6489 4.76393L52 0Z' fill='black'/%3E%3Cpath d='M74 0L76.3511 4.76393L81.6085 5.52786L77.8042 9.23607L78.7023 14.4721L74 12L69.2977 14.4721L70.1958 9.23607L66.3915 5.52786L71.6489 4.76393L74 0Z' fill='black'/%3E%3Cpath d='M96 0L98.3511 4.76393L103.608 5.52786L99.8042 9.23607L100.702 14.4721L96 12L91.2977 14.4721L92.1958 9.23607L88.3915 5.52786L93.6489 4.76393L96 0Z' fill='black'/%3E%3C/svg%3E%0A");}
.ref-block__bottom {padding-left: 76px;position: relative;}
.ref-block__bottom img {width: 60px;height: 60px;object-fit: cover;border-radius: 50%;position: absolute;left: 0;top: 50%;margin-top: -30px;}
.ref-block__bottom div {line-height: 1.7;color: #1E1E1C;}
.ref-block__bottom span {color: #6E6E6E;font-size: 13px;}

/* Influ block */
.influ-block {display: flex;flex-flow: row wrap;justify-content: center;gap: var(--ji-gap);--ji-gap: 32px;--ji-columns: 4;margin-bottom: 100px;}
.influ-block a {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));text-align: left;}
.influ-block a:hover img {opacity: 0.9;}

@media (max-width: 1199px) {
  .influ-block {--ji-gap: 16px;}
}
@media (max-width: 767px) {
  .influ-block {margin-bottom: 64px;flex-wrap: nowrap;overflow: auto;justify-content: flex-start;margin-left: -16px;margin-right: -16px;padding-left: 16px;padding-right: 16px;}
  .influ-block a {flex: 0 0 80%;}
}

/* Category */
.category-block {text-align: center;padding: 140px 0;}
.category-block__inner {display: flex;flex-flow: row wrap;justify-content: center;gap: var(--ji-gap);--ji-gap: 32px;--ji-columns: 3;max-width: 1330px;width: 100%;margin: auto;margin-top: 60px;}
.category-block__item {flex: 0 0 calc((100% - (var(--ji-columns) - 1) * var(--ji-gap, 0px)) / var(--ji-columns));text-align: left;}
.category-block__item img {aspect-ratio: 1/1;object-fit: cover;transition: .5s;}
.category-block__item span {color: #6E6E6E;margin-bottom: 16px;display: block;font-size: 13px;}
.category-block__item div {color: #1E1E1C;font-size: 20px;letter-spacing: 2px;}
.category-block__item:hover img {transform: scale(1.02);}
.category-block__image {margin-bottom: 32px;}

@media (max-width: 1199px) {
  .category-block {padding: 60px 0 100px 0;}
}
@media (max-width: 767px) {
  .category-block {padding: 0px 0 44px 0;}
  .category-block__inner {--ji-gap: 16px;overflow: auto;flex-wrap: nowrap;justify-content: flex-start;padding-bottom: 20px;margin-left: -16px;margin-right: -16px;padding-left: 16px;padding-right: 16px;max-width: initial;width: auto;}
  .category-block__item {flex: 0 0 80%;text-align: center;}
}

/* Middle banner */
.body-banners.row {margin-left: 0;margin-right: 0;}
.body-banners .banner-wrapper {float: none;display: block;padding: 120px 0 100px 0;}
.body-banners .banner-wrapper a {position: relative;overflow: hidden;margin-inline: calc(50% - 50dvw + var(--scrollbar-width, 0px) / 2);width: unset;height: 100%;}
.body-banners .banner-wrapper a::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);z-index: 0;}
.body-banners .banner-wrapper a:hover img {transform: initial;opacity: 0.95;}
.body-banners .banner-wrapper a img {width: auto;height: auto;}
.body-banners .extended-banner-texts {text-align: center;display: flex;align-items: center;justify-content: center;z-index: 1;}
.body-banners .extended-banner-title {padding: 0;text-align: center;position: static;max-width: 500px;text-transform: uppercase;font-weight: 400;font-size: 24px;}

@media (max-width: 767px) {
  .body-banners .banner-wrapper {padding: 40px 0;}
  .body-banners .banner-wrapper a img {aspect-ratio: 2 / 2.5;object-fit: cover;}
  .body-banners .extended-banner-title {padding: 0 16px;}
}

/* Blog */
.blog-wrapper {padding: 56px 0;}
.blog-wrapper .homepage-group-title.h4 {font-size: 24px;margin: 0 0 24px 0;}
.blog-wrapper>p {margin: 0 0 24px 0;text-align: center;width: 100%;}
.row.blog-wrapper {margin-left: 0!important;margin-right: 0!important;}
#newsWrapper {display: flex;flex-flow: row wrap;gap: var(--ji-gap);--ji-gap: 32px;--ji-columns: 3;padding: 60px 0 160px 0;}
#newsWrapper .news-item img {aspect-ratio: 1 / 1;object-fit: cover;transition: .5s;margin-bottom: 0;}
#newsWrapper .news-item .image, .news-item-link-img {position: relative;}
#newsWrapper .news-item .image::after, .news-item-link-img::after {content: "";width: 40px;height: 40px;position: absolute;right: 17px;bottom: 17px;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%3Crect width='40' height='40' fill='white'/%3E%3Cpath d='M21.25 11.6665C21.1948 11.6658 21.14 11.676 21.0887 11.6966C21.0375 11.7171 20.9909 11.7477 20.9515 11.7865C20.9122 11.8252 20.881 11.8714 20.8597 11.9224C20.8384 11.9733 20.8274 12.028 20.8274 12.0832C20.8274 12.1384 20.8384 12.1931 20.8597 12.244C20.881 12.295 20.9122 12.3412 20.9515 12.3799C20.9909 12.4187 21.0375 12.4493 21.0887 12.4699C21.14 12.4905 21.1948 12.5007 21.25 12.4999H26.9108L11.7887 27.6219C11.7488 27.6603 11.7168 27.7063 11.6948 27.7572C11.6728 27.8081 11.6612 27.8629 11.6607 27.9183C11.6601 27.9737 11.6706 28.0287 11.6916 28.08C11.7125 28.1314 11.7435 28.178 11.7827 28.2172C11.8219 28.2564 11.8685 28.2874 11.9198 28.3083C11.9712 28.3293 12.0262 28.3398 12.0816 28.3392C12.137 28.3387 12.1918 28.327 12.2427 28.305C12.2936 28.2831 12.3395 28.2511 12.3779 28.2111L27.5 13.0891V18.7499C27.4992 18.8051 27.5094 18.8599 27.53 18.9111C27.5506 18.9624 27.5812 19.009 27.6199 19.0483C27.6587 19.0877 27.7049 19.1189 27.7558 19.1402C27.8068 19.1615 27.8615 19.1725 27.9167 19.1725C27.9719 19.1725 28.0266 19.1615 28.0775 19.1402C28.1284 19.1189 28.1746 19.0877 28.2134 19.0483C28.2522 19.009 28.2827 18.9624 28.3033 18.9111C28.3239 18.8599 28.3341 18.8051 28.3333 18.7499V12.0832C28.3333 11.9727 28.2894 11.8667 28.2113 11.7886C28.1331 11.7105 28.0272 11.6666 27.9167 11.6665H21.25Z' fill='%231E1E1C'/%3E%3C/svg%3E%0A");}
#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;}
#newsWrapper .news-item a:hover img {transform: scale(1.02);}
#newsWrapper .news-item a {text-decoration: none;}
#newsWrapper .news-item .read-article {display: none;}
#newsWrapper .news-item .text {display: flex;flex-direction: column;color: #1E1E1C;position: relative;}
#newsWrapper .news-item .text .title, #newsWrapper .news-item h2 {font-size: 16px;color: #1E1E1C;text-transform: uppercase;letter-spacing: 2px;font-weight: 400;line-height: 1.2;margin-top: 22px;}
#newsWrapper .news-item .text .title:hover, #newsWrapper .news-item h2:hover {text-decoration: underline;}
#newsWrapper .news-item .description {display: none;}

@media (max-width: 991px) {
  #newsWrapper {--ji-columns: 2;padding: 60px 0;}
  .blog-wrapper .news-item:nth-of-type(3) {display: none;}
}
@media (max-width: 767px) {
  #newsWrapper .news-item {}
  .news-item .image {margin-bottom: 0;}
  #newsWrapper {--ji-columns: 1;padding: 20px 0 20px 0;}
  #newsWrapper .news-item .text .title, #newsWrapper .news-item h2 {text-align: center;}
  .blog-wrapper .news-item:nth-of-type(3) {display: block;}
}

/* Instagram */
.instagram-block {text-align: center;}
.instagram-block h2 {margin: 0 0 24px 0;}
.instagram-block h4 {display: none;}
.instagram-block__subtitle {}

.instagram-widget {max-width: 100%;margin: 64px 0 160px 0;display: flex;flex-flow: row wrap;column-gap: var(--ji-column-gap);--ji-column-gap: 32px;--ji-columns: 4;row-gap: 0px;justify-content: start;padding: 0;}
.instagram-widget.columns-2>a {border-radius: 0;--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-2>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) {
  body:not(.in-index) .instagram-block {padding-top: 30px;}
  .instagram-block h2 {text-align: center;}
  .instagram-widget {--ji-columns: 2;--ji-column-gap: 8px;margin-bottom: 64px;row-gap: 8px;margin-top: 32px;}
  .instagram-widget.columns-2>a:nth-of-type(+n+5) {display: none;}
}

/* Newsletter */
.custom-footer>div:has(.newsletter-block) {width: 100%;}
.newsletter-block {max-width: 785px;margin: auto;padding: 96px 0;text-align: center;}
.newsletter-block h2 {color: #fff;margin: 0 0 16px 0;}
.newsletter-block p {color: #939393;font-size: 15px;}
.newsletter-block form {margin-top: 64px;}
.newsletter-block br {display: none;}
.newsletter-block .consents label {color: #5D5D5D;}
.newsletter-block .consents label a {color: #5D5D5D;font-weight: 400;}
.newsletter-block .compact-form .btn {padding: 12px 40px;height: auto;}
.newsletter-block .form-control {background-color: transparent;border: 0;border-bottom: 1px solid #FFFFFF33;color: #fff;font-size: 16px;height: 70px;}
.newsletter-block .form-control::placeholder {color: #5D5D5D;}
.newsletter-header {display: none;}

@media (max-width: 767px) {
  .newsletter-block {padding: 48px 0;}
  .newsletter-block .compact-form .btn {padding: 12px 10px;}
  .newsletter-block .form-control {padding-left: 0;outline: 0;box-shadow: initial;}
  .newsletter-block .form-control:focus {border-color: #fff;}
  .custom-footer>div:has(.newsletter-block) {padding-left: 16px;padding-right: 16px;}
}

/* Footer */
#footer {background-color: #24262D;color: #fff;padding: 0;}
.footer-rows {border-bottom: 1px solid #FFFFFF1A;}

.custom-footer {display: flex;flex-flow: row wrap;padding: 0;}
.custom-footer>div {width: 25%;clear: initial;float: none;}
.custom-footer h5 {font-size: 13px;font-weight: 400;color: #989898;margin: 0 0 40px 0;}
.custom-footer ul li a {color: #fff;font-size: 13px;padding: 3px 0;}

a.contact-item {color: #fff;display: block;font-size: 16px;padding: 4px 0;}
.socials {margin-top: 40px;}
.socials a {color: #fff;font-size: 13px;padding-left: 36px;position: relative;min-height: 26px;display: flex;align-items: center;}
.socials a::before {content: "";width: 24px;height: 24px;position: absolute;left: 0;top: 50%;margin-top: -12px;}
.socials a.--ins::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='M8 3C5.24471 3 3 5.24471 3 8V16C3 18.7553 5.24471 21 8 21H16C18.7553 21 21 18.7553 21 16V8C21 5.24471 18.7553 3 16 3H8ZM8 4H16C18.2147 4 20 5.78529 20 8V16C20 18.2147 18.2147 20 16 20H8C5.78529 20 4 18.2147 4 16V8C4 5.78529 5.78529 4 8 4ZM17.5 6C17.3674 6 17.2402 6.05268 17.1464 6.14645C17.0527 6.24021 17 6.36739 17 6.5C17 6.63261 17.0527 6.75979 17.1464 6.85355C17.2402 6.94732 17.3674 7 17.5 7C17.6326 7 17.7598 6.94732 17.8536 6.85355C17.9473 6.75979 18 6.63261 18 6.5C18 6.36739 17.9473 6.24021 17.8536 6.14645C17.7598 6.05268 17.6326 6 17.5 6ZM12 7C10.375 7 9.09359 7.62738 8.25195 8.57422C7.41032 9.52106 7 10.7639 7 12C7 13.2361 7.41032 14.4789 8.25195 15.4258C9.09359 16.3726 10.375 17 12 17C13.625 17 14.9064 16.3726 15.748 15.4258C16.5897 14.4789 17 13.2361 17 12C17 10.7639 16.5897 9.52106 15.748 8.57422C14.9064 7.62738 13.625 7 12 7ZM12 8C13.375 8 14.3436 8.49762 15.002 9.23828C15.6603 9.97894 16 10.9861 16 12C16 13.0139 15.6603 14.0211 15.002 14.7617C14.3436 15.5024 13.375 16 12 16C10.625 16 9.65641 15.5024 8.99805 14.7617C8.33968 14.0211 8 13.0139 8 12C8 10.9861 8.33968 9.97894 8.99805 9.23828C9.65641 8.49762 10.625 8 12 8Z' fill='white'/%3E%3C/svg%3E%0A");}

.footer-bottom {background-color: #24262D;padding: 64px 0;}
.footer-bottom .container {display: flex;flex-direction: column;align-items: center;justify-content: center;}
.copyright {color: #FFFFFF66;font-size: 12px;}
.copyright strong {font-weight: 400;}
.signature__divider {color: #FFFFFF66;}
#signature {margin-left: 0;font-size: 12px;}
#signature a.image img {display: none;}
#signature a {font-size: 12px;color: #FFFFFF66;}
#signature a.signature__agency:hover::before {transform: scale(1.05);}
#signature a.signature__agency::before {content: "";display: inline-flex;margin-right: 5px;content: "";width: 32px;height: 10px;background-size: contain;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='15' viewBox='0 0 98 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.417 0h6.14v30H3.37L0 26.673V18h6.139v6l12.278.065V0zm30.695 0v12h12.155V0h6.139v11.666l-3.279 3.217 3.279 3.196V30h-6.14V18H49.113v12h-6.139V18.08l3.264-3.182v-.03l-3.264-3.202V0h6.14zm42.88 30H79.573l-6.13-6h-.009V6l6.14-5.98V0h12.418v.148L98 6v18h-6.008v6zm-.131-6V6H79.573v18h12.288zM30.695 12h6.14v18h-6.14V12zm0-12h6.14v6h-6.14V0z' fill='%23FFFFFF66'%3E%3C/path%3E%3C/svg%3E%0A");}

@media (max-width: 1199px) {
  .custom-footer>div {width: 50%;}
}

@media (max-width: 767px) {
  .custom-footer>div {width: 100%;padding-left: 32px;padding-right: 32px;}
  .custom-footer>div .banner {margin-bottom: 0;}
  .custom-footer h5 {margin-bottom: 16px;}

  .footer-bottom {padding: 32px 0;}
}


/* Kategorie */
#category-header {display: none;}

.products-block>div {padding: 0;box-shadow: none!important;}
.products-block.slick-slider .product {height: 100%;}
.products-block .product {padding: 10px;height: auto;border: 1px solid white;}
.products-block>div .p .p-in {padding-top: 40px;height: 100%;display: flex;flex-direction: column;}
.products-block>div .p .name {letter-spacing: 2px;font-size: 15px;display: block;height: auto;text-transform: uppercase;}
.products-block>div .p .name .product-appendix {display: block;font-size: 12px;color: #6E6E6E;text-transform: initial;letter-spacing: 1px;padding-top: 8px;}
.products-block>div .p .p-bottom {margin-top: auto;}
.products-block>div .p .p-bottom>div .prices .price-final {font-size: 18px;letter-spacing: 3px;}
.products-block>div .p .p-bottom>div .prices .price-final strong {font-weight: 400;color: #000;}
.products-block>div:hover .p a {text-decoration: none;}
.products-block .product:hover {border-color: #6E6E6E;}
.products-block .p .name:hover {text-decoration: none;}
.products-block>div .p .p-tools {position: absolute;right: 19px;bottom: 19px;}
.products-block>div .p .p-tools .btn:hover {transform: scale(1.1);}
.products-block>div .p .p-tools .btn {padding: 0;border: 0;font-size: 0;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%3Crect width='40' height='40' fill='%231E1E1C'/%3E%3Cpath d='M20 10.8333C18.164 10.8333 16.6667 12.3306 16.6667 14.1666H12.9167C12.8062 14.1666 12.7002 14.2105 12.6221 14.2886C12.5439 14.3668 12.5 14.4727 12.5 14.5833V27.0833C12.5 27.1938 12.5439 27.2997 12.6221 27.3779C12.7002 27.456 12.8062 27.4999 12.9167 27.4999H27.0833C27.1938 27.4999 27.2998 27.456 27.3779 27.3779C27.4561 27.2997 27.5 27.1938 27.5 27.0833V14.5833C27.5 14.4727 27.4561 14.3668 27.3779 14.2886C27.2998 14.2105 27.1938 14.1666 27.0833 14.1666H23.3333C23.3333 12.3306 21.836 10.8333 20 10.8333ZM20 11.6666C21.3857 11.6666 22.5 12.7809 22.5 14.1666H17.5C17.5 12.7809 18.6143 11.6666 20 11.6666ZM13.3333 14.9999H17.0166C17.0613 15.0073 17.107 15.0073 17.1517 14.9999H22.8499C22.8947 15.0073 22.9403 15.0073 22.985 14.9999H26.6667V26.6666H13.3333V14.9999ZM17.0768 17.4934C17.0221 17.4943 16.9681 17.5059 16.9179 17.5276C16.8676 17.5493 16.8222 17.5808 16.7841 17.62C16.746 17.6593 16.716 17.7058 16.6959 17.7566C16.6757 17.8075 16.6658 17.8619 16.6667 17.9166V19.1666C16.6667 21.0026 18.164 22.4999 20 22.4999C21.836 22.4999 23.3333 21.0026 23.3333 19.1666V17.9166C23.3341 17.8614 23.3239 17.8066 23.3033 17.7553C23.2827 17.7041 23.2522 17.6574 23.2134 17.6181C23.1746 17.5788 23.1284 17.5476 23.0775 17.5263C23.0266 17.505 22.9719 17.494 22.9167 17.494C22.8614 17.494 22.8068 17.505 22.7558 17.5263C22.7049 17.5476 22.6587 17.5788 22.6199 17.6181C22.5812 17.6574 22.5506 17.7041 22.53 17.7553C22.5094 17.8066 22.4992 17.8614 22.5 17.9166V19.1666C22.5 20.5522 21.3857 21.6666 20 21.6666C18.6143 21.6666 17.5 20.5522 17.5 19.1666V17.9166C17.5009 17.8608 17.4905 17.8054 17.4696 17.7536C17.4486 17.7019 17.4175 17.6549 17.378 17.6154C17.3385 17.5759 17.2915 17.5448 17.2398 17.5238C17.1881 17.5029 17.1326 17.4925 17.0768 17.4934Z' fill='white'/%3E%3C/svg%3E%0A");}

@media(max-width: 767px) {
  body.in-index #content .products-wrapper {margin-left: -16px;margin-right: -16px;width: calc(100% + 32px);}
  body.in-index #content .products-block .slick-list {padding-right: 22%;}
}

/* Detail */
.p-to-cart-block .add-to-cart-button {line-height: 1;}
.link-icons .link-icon.print {display: none;}
.link-icons .link-icon.share {display: none;}

.quantity .decrease:hover:before, .quantity .increase:hover:before {color: #fff;}

:where(h1,.h1) .product-appendix {font-size: 14px;color: #6E6E6E;}

/* Cart */
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;}

.checkout-box {display: none;}

body:is(.type-post, .type-page) .content-inner {padding-bottom: 80px;}
