@charset "UTF-8";
:root, body {
  --body-line-height: 1.8em;
  --family-main: "Poppins", sans-serif;
  --family-alt: "EB Garamond", serif;
  --font-color: #000;
  --body-padding: 24px;
  --accent-1: var(--wp--preset--color--1);
  --accent-2: var(--wp--preset--color--2);
  --accent-3: var(--wp--preset--color--3);
  --accent-4: var(--wp--preset--color--4);
  --accent-5: var(--wp--preset--color--5);
  --accent-white: var(--wp--preset--color--white);
  --accent-black: var(--wp--preset--color--black);
  --content-max-width: calc(100% - var(--body-padding) - var(--body-padding));
  --wp--style--gallery-gap-default: var(--spacing-s);
}
:root, body {
  --grid-gap: 20px;
  --grid-gap-s: 10px;
  --grid-gap-m: var(--grid-gap);
  --grid-gap-l: 30px;
  --grid-gap-xl: 60px;
  --spacing-s: 1rem;
  --spacing-m: 3rem;
  --spacing-l: 6rem;
  --spacing-xl: 12rem;
  --cookie-notification--button-bg-color: #183796 !important;
}
@media (min-width: 799px) {
  :root, body {
    --grid-gap: 20px;
    --grid-gap-s: 12px;
    --grid-gap-l: 30px;
    --grid-gap-xl: 60px;
  }
}
@media (min-width: 1025px) {
  :root, body {
    --grid-gap: 24px;
    --grid-gap-s: 14px;
    --grid-gap-l: 50px;
    --grid-gap-xl: 100px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0px;
}
:only-child {
  margin-bottom: 0px;
}
*:focus {
  outline: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.reset-case {
  text-transform: none !important;
}
.sticky {
  position: sticky !important;
  top: 0;
}
/* GENERAL SPACING HELPER CLASSES */
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-s {
  margin-top: 1rem !important;
}
.margin-top-m {
  margin-top: 3rem !important;
}
.margin-top-l {
  margin-top: 6rem !important;
}
.margin-top-xl {
  margin-top: 12rem !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-s {
  margin-bottom: 1rem !important;
}
.margin-bottom-m {
  margin-bottom: 3rem !important;
}
.margin-bottom-l {
  margin-bottom: 6rem !important;
}
.margin-bottom-xl {
  margin-bottom: 12rem !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-s {
  margin-left: 1rem !important;
}
.margin-left-m {
  margin-left: 3rem !important;
}
.margin-left-l {
  margin-left: 6rem !important;
}
.margin-left-xl {
  margin-left: 12rem !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-s {
  margin-right: 1rem !important;
}
.margin-right-m {
  margin-right: 3rem !important;
}
.margin-right-l {
  margin-right: 6rem !important;
}
.margin-right-xl {
  margin-right: 12rem !important;
}
@media (max-width: 799px) {
  .mobile-margin-top-0 {
    margin-top: 0 !important;
  }
  .mobile-margin-top-s {
    margin-top: 1rem !important;
  }
  .mobile-margin-top-m {
    margin-top: 3rem !important;
  }
  .mobile-margin-top-l {
    margin-top: 6rem !important;
  }
  .mobile-margin-top-xl {
    margin-top: 12rem !important;
  }
  .mobile-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .mobile-margin-bottom-s {
    margin-bottom: 1rem !important;
  }
  .mobile-margin-bottom-m {
    margin-bottom: 3rem !important;
  }
  .mobile-margin-bottom-l {
    margin-bottom: 6rem !important;
  }
  .mobile-margin-bottom-xl {
    margin-bottom: 12rem !important;
  }
  .mobile-margin-left-0 {
    margin-left: 0 !important;
  }
  .mobile-margin-left-s {
    margin-left: 1rem !important;
  }
  .mobile-margin-left-m {
    margin-left: 3rem !important;
  }
  .mobile-margin-left-l {
    margin-left: 6rem !important;
  }
  .mobile-margin-left-xl {
    margin-left: 12rem !important;
  }
  .mobile-margin-right-0 {
    margin-right: 0 !important;
  }
  .mobile-margin-right-s {
    margin-right: 1rem !important;
  }
  .mobile-margin-right-m {
    margin-right: 3rem !important;
  }
  .mobile-margin-right-l {
    margin-right: 6rem !important;
  }
  .mobile-margin-right-xl {
    margin-right: 12rem !important;
  }
}
@media (min-width: 799px) and (max-width: 1025px) {
  .tablet-margin-top-0 {
    margin-top: 0 !important;
  }
  .tablet-margin-top-s {
    margin-top: 1rem !important;
  }
  .tablet-margin-top-m {
    margin-top: 3rem !important;
  }
  .tablet-margin-top-l {
    margin-top: 6rem !important;
  }
  .tablet-margin-top-xl {
    margin-top: 12rem !important;
  }
  .tablet-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .tablet-margin-bottom-s {
    margin-bottom: 1rem !important;
  }
  .tablet-margin-bottom-m {
    margin-bottom: 3rem !important;
  }
  .tablet-margin-bottom-l {
    margin-bottom: 6rem !important;
  }
  .tablet-margin-bottom-xl {
    margin-bottom: 12rem !important;
  }
  .tablet-margin-left-0 {
    margin-left: 0 !important;
  }
  .tablet-margin-left-s {
    margin-left: 1rem !important;
  }
  .tablet-margin-left-m {
    margin-left: 3rem !important;
  }
  .tablet-margin-left-l {
    margin-left: 6rem !important;
  }
  .tablet-margin-left-xl {
    margin-left: 12rem !important;
  }
  .tablet-margin-right-0 {
    margin-right: 0 !important;
  }
  .tablet-margin-right-s {
    margin-right: 1rem !important;
  }
  .tablet-margin-right-m {
    margin-right: 3rem !important;
  }
  .tablet-margin-right-l {
    margin-right: 6rem !important;
  }
  .tablet-margin-right-xl {
    margin-right: 12rem !important;
  }
}
@media (min-width: 1025px) {
  .desktop-margin-top-0 {
    margin-top: 0 !important;
  }
  .desktop-margin-top-s {
    margin-top: 1rem !important;
  }
  .desktop-margin-top-m {
    margin-top: 3rem !important;
  }
  .desktop-margin-top-l {
    margin-top: 6rem !important;
  }
  .desktop-margin-top-xl {
    margin-top: 12rem !important;
  }
  .desktop-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
  .desktop-margin-bottom-s {
    margin-bottom: 1rem !important;
  }
  .desktop-margin-bottom-m {
    margin-bottom: 3rem !important;
  }
  .desktop-margin-bottom-l {
    margin-bottom: 6rem !important;
  }
  .desktop-margin-bottom-xl {
    margin-bottom: 12rem !important;
  }
  .desktop-margin-left-0 {
    margin-left: 0 !important;
  }
  .desktop-margin-left-s {
    margin-left: 1rem !important;
  }
  .desktop-margin-left-m {
    margin-left: 3rem !important;
  }
  .desktop-margin-left-l {
    margin-left: 6rem !important;
  }
  .desktop-margin-left-xl {
    margin-left: 12rem !important;
  }
  .desktop-margin-right-0 {
    margin-right: 0 !important;
  }
  .desktop-margin-right-s {
    margin-right: 1rem !important;
  }
  .desktop-margin-right-m {
    margin-right: 3rem !important;
  }
  .desktop-margin-right-l {
    margin-right: 6rem !important;
  }
  .desktop-margin-right-xl {
    margin-right: 12rem !important;
  }
}
:root {
  --fl-icon-border-radius: 4px;
  --fl-icons-background: rgba(0,0,0,0.4);
  --fl-prev-next-color: #fff;
  --fl-close-color: #fff;
}
div.featherlight .featherlight-content {
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
div.featherlight .featherlight-close {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  overflow: hidden;
  font-size: 50px;
  color: var(--fl-close-color);
  background: var(--fl-icons-background);
  border-radius: var(--fl-icon-border-radius);
  opacity: 0.4;
  transition: all 0.3s;
}
div.featherlight .featherlight-close:hover {
  opacity: 1;
}
div.featherlight .featherlight-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
div.featherlight .featherlight-previous, div.featherlight .featherlight-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  max-width: 50%;
  display: block;
}
div.featherlight .featherlight-previous:hover, div.featherlight .featherlight-next:hover {
  background: transparent;
}
div.featherlight .featherlight-previous:hover span, div.featherlight .featherlight-next:hover span {
  opacity: 1;
}
div.featherlight .featherlight-previous span, div.featherlight .featherlight-next span {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 0 0 16px black;
  color: var(--fl-prev-next-color);
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
div.featherlight .featherlight-previous {
  left: 0;
  right: auto;
}
div.featherlight .featherlight-previous span {
  left: 10px;
}
div.featherlight .featherlight-previous span img {
  left: 33%;
  right: auto;
  transform: rotate(-180deg);
}
div.featherlight .featherlight-next {
  left: auto;
  right: 0;
}
div.featherlight .featherlight-next span {
  right: 10px;
}
/* SOME FIXES FOR GUTENBERG LAYOUTS */
/*
*	BLOCK MEDIA TEXT
*/
.wp-block-media-text {
  --block-media-text--row-gap-multiplicator: 2;
  --block-media-text--column-gap: var(--grid-gap);
  --block-media-text--row-gap: calc(var(--block-media-text--column-gap) * var(--block-media-text--row-gap-multiplicator));
  gap: var(--block-media-text--row-gap) var(--block-media-text--column-gap);
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 799px) {
  .wp-block-media-text .wp-block-media-text__content {
    --block-media-text--column-gap: 0;
    padding-left: var(--block-media-text--column-gap);
    padding-right: var(--block-media-text--column-gap);
  }
}
.wp-block-columns {
  --block-columns--row-gap-multiplicator: 2;
  --block-columns--column-gap: var(--grid-gap);
  --block-columns--row-gap: calc(var(--block-columns--column-gap) * var(--block-columns--row-gap-multiplicator));
  gap: var(--block-columns--row-gap) var(--block-columns--column-gap);
}
.wp-block-columns .wp-block-column.has-background {
  padding: var(--block-columns--column-gap);
}
.wp-block-group {
  --block-group--has-background-vertical-padding: 4rem;
}
.wp-block-group.has-background {
  padding-top: var(--block-group--has-background-vertical-padding);
  padding-bottom: var(--block-group--has-background-vertical-padding);
}
.wp-block-cover {
  --block-cover--min-height: 430px;
  --block-cover--vertical-padding: var(--grid-gap-xl, 4rem);
  min-height: var(--block-cover--min-height, 430px);
  padding: var(--block-cover--vertical-padding) 0;
}
.wp-block-image.is-style-circle img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}
.rank-math-block {
  --rank-math-faq-accordion--question-padding: 1rem;
}
.rank-math-block .rank-math-list-item {
  margin-top: var(--default-blocks-spacing);
}
.rank-math-block .rank-math-answer {
  width: 100%;
  margin-top: 0.5rem;
}
.rank-math-block .rank-math-answer img {
  width: auto;
  height: auto;
  max-width: 120px ;
  max-width: min(max(120px, 15vw), 220px) ;
  max-width: clamp(120px, 15vw, 220px) ;
  max-height: 120px ;
  max-height: min(max(120px, 15vw), 220px) ;
  max-height: clamp(120px, 15vw, 220px) ;
  margin-left: 1rem;
  float: right;
}
.rank-math-block .rank-math-answer:after {
  content: "";
  display: flex;
  width: 100%;
}
.rank-math-block.is-style-accordion .rank-math-list-item {
  padding-top: var(--rank-math-faq-accordion--question-padding);
  padding-bottom: var(--rank-math-faq-accordion--question-padding);
  margin-top: 0;
  border-top: 1px solid var(--accent-1);
}
.rank-math-block.is-style-accordion .rank-math-question {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.rank-math-block.is-style-accordion .rank-math-question::after {
  content: "+";
  display: block;
  font-size: 40px;
  font-weight: 900;
  float: right;
}
.rank-math-block.is-style-accordion .rank-math-question.selected::after {
  content: "-";
}
.rank-math-block.is-style-accordion .rank-math-answer {
  display: none;
}
.wp-block-nea-posts.alignwide-right-edge .swiper-pagination-navigation-wrapper, .wp-block-nea-posts.alignwide-right-edge .swiper-pagination, .wp-block-nea-posts.alignwide-left-edge .swiper-pagination-navigation-wrapper, .wp-block-nea-posts.alignwide-left-edge .swiper-pagination {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-embed iframe {
  width: 100%;
  height: auto;
}
.wp-embed-aspect-16-9.wp-block-embed iframe {
  aspect-ratio: 1.7777777778;
}
.is-style-gap-s {
  --wp--style--gallery-gap-default: var(--grid-gap-s) !important;
  --block-columns--column-gap: var(--grid-gap-s) !important;
  --block-media-text--column-gap: var(--grid-gap-s) !important;
}
.is-style-gap-m {
  --wp--style--gallery-gap-default: var(--grid-gap) !important;
  --block-columns--column-gap: var(--grid-gap) !important;
  --block-media-text--column-gap: var(--grid-gap) !important;
}
.is-style-gap-l {
  --wp--style--gallery-gap-default: var(--grid-gap-l) !important;
  --block-columns--column-gap: var(--grid-gap-l) !important;
  --block-media-text--column-gap: var(--grid-gap-l) !important;
}
.is-style-gap-xl {
  --wp--style--gallery-gap-default: var(--grid-gap-xl) !important;
  --block-columns--column-gap: var(--grid-gap-xl) !important;
  --block-media-text--column-gap: var(--grid-gap-xl) !important;
}
body {
  --swiper-navigation-shadow: #fff;
  --swiper-navigation-size: 40px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--accent-1);
  --swiper-navigation-arrows-out-spacing: 2;
  --swiper-pagination-color: var(--accent-1);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  --swiper-pagination-offset: 16px;
  --arrows-out-margin: 60px;
}
.swiper-outer {
  position: relative;
  padding-bottom: calc(var(--swiper-pagination-bullet-size)*2);
}
.swiper-arrows-out, .swiper-arrows-over {
  position: relative;
}
.swiper-arrows-out div.swiper-button-prev, .swiper-arrows-out div.swiper-button-next, .swiper-arrows-over div.swiper-button-prev, .swiper-arrows-over div.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-arrows-out div.swiper-button-prev, .swiper-arrows-over div.swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-arrows-out div.swiper-button-next, .swiper-arrows-over div.swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-arrows-out {
  padding-left: calc(var(--swiper-navigation-arrows-out-spacing) * var(--swiper-navigation-size));
  padding-right: calc(var(--swiper-navigation-arrows-out-spacing) * var(--swiper-navigation-size));
}
.swiper-arrows-over {
  padding-left: 0;
  padding-right: 0;
}
.swiper-arrows-under, .swiper-outer {
  padding-left: 0;
  padding-right: 0;
}
.swiper-arrows-under div.swiper-button-prev, .swiper-outer div.swiper-button-prev, .swiper-arrows-under div.swiper-pagination, .swiper-outer div.swiper-pagination, .swiper-arrows-under div.swiper-button-next, .swiper-outer div.swiper-button-next {
  /* reset swiper styles */
  position: static;
  display: block;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin: 0;
}
.swiper-arrows-under div.swiper-pagination, .swiper-outer div.swiper-pagination {
  width: auto;
}
.swiper-arrows-under div.swiper-button-prev, .swiper-outer div.swiper-button-prev, .swiper-arrows-under div.swiper-button-next, .swiper-outer div.swiper-button-next {
  position: static;
  transform: unset;
}
.swiper-outer {
  /* NAVIGATION AND PAGINATION BUTTONS ALL TOGETHER UNDER THE SWIPER */
  /* NAVIGATION AND PAGINATION BUTTONS ALL TOGETHER UNDER THE SWIPER */
}
.swiper-outer .swiper-slide {
  width: auto;
}
.swiper-outer .swiper-pagination {
  width: 100%;
  height: var(--swiper-pagination-bullet-size);
  line-height: var(--swiper-pagination-bullet-size);
}
.swiper-outer .swiper-pagination:empty {
  display: none !important;
}
.swiper-outer .swiper-button-prev, .swiper-outer .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  text-shadow: 0 0 5px var(--swiper-navigation-shadow), 0 0 5px var(--swiper-navigation-shadow);
  font-weight: 100;
}
.swiper-outer .swiper-button-disabled {
  pointer-events: unset;
}
.swiper-outer .swiper-button-prev, .swiper-outer .swiper-button-next {
  border: solid 1px var(--swiper-navigation-color);
  border-radius: 100px;
}
.swiper-outer .swiper-button-prev:after, .swiper-outer .swiper-button-next:after {
  display: block;
  width: 100%;
  height: 100%;
  font-size: calc(var(--swiper-navigation-size) * 0.9);
  line-height: var(--swiper-navigation-size);
  text-align: center;
  position: relative;
  top: calc(var(--swiper-navigation-size) * -0.02);
}
.swiper-outer .swiper-button-prev:not([aria-controls]), .swiper-outer .swiper-button-next:not([aria-controls]) {
  display: none !important;
}
.swiper-outer .swiper-button-prev.swiper-button-disabled, .swiper-outer .swiper-button-next.swiper-button-disabled {
  opacity: var(--swiper-navigation-disabled-opacity, 0.5);
}
.swiper-outer .swiper-button-prev:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_left_alt";
}
.swiper-outer .swiper-button-next:after {
  font-family: "Material Symbols Outlined";
  content: "arrow_right_alt";
}
.swiper-outer .swiper-pagination-navigation-wrapper {
  gap: 24px;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 799px) {
  .wp-block-columns.is-style-edge-left, .wp-block-columns.is-style-edge-right {
    width: 100% !important;
    max-width: 100% !important;
  }
  .wp-block-columns.is-style-edge-left .wp-block-column, .wp-block-columns.is-style-edge-right .wp-block-column {
    flex: 0 0 50%;
  }
  .wp-block-columns.is-style-edge-left .wp-block-column:last-child {
    max-width: calc(var(--wp--style--global--content-size)/2 - var(--block-columns--column-gap));
  }
  .wp-block-columns.is-style-edge-right .wp-block-column:first-child {
    max-width: calc(var(--wp--style--global--content-size)/2 - var(--block-columns--column-gap));
    margin-left: auto;
  }
}
@media (min-width: 892px) {
  .page-content :not(.alignwide):not(.alignfull).is-style-stretch-right-edge {
    width: 100%;
    max-width: calc((100% - var(--width-main))/2 + var(--width-main));
    margin-right: 0 !important;
  }
}
@media (min-width: 892px) {
  .page-content :not(.alignwide):not(.alignfull).is-style-stretch-left-edge {
    width: 100%;
    max-width: calc((100% - var(--width-main))/2 + var(--width-main));
    margin-left: 0 !important;
  }
}
@media (min-width: 1520px) {
  .page-content .alignwide.is-style-stretch-right-edge {
    width: 100%;
    max-width: calc((100% - var(--width-wide))/2 + var(--width-wide));
    margin-right: 0 !important;
  }
  .page-content .alignwide.is-style-stretch-right-edge .swiper-pagination-navigation-wrapper {
    max-width: 1520px;
  }
}
@media (min-width: 1520px) {
  .page-content .alignwide.is-style-stretch-left-edge {
    width: 100%;
    max-width: calc((100% - var(--width-wide))/2 + var(--width-wide));
    margin-left: 0 !important;
  }
  .page-content .alignwide.is-style-stretch-left-edge .swiper-pagination-navigation-wrapper {
    max-width: 1520px;
    margin-left: auto;
  }
}
@media (min-width: 799px) {
  .is-style-sticky-scroll-left, .is-style-sticky-scroll-right {
    --block-sticky-scroll--height: 80vh;
    --block-sticky-scroll--offset: 10vh;
  }
  .is-style-sticky-scroll-right .wp-block-column:nth-child(1), .is-style-sticky-scroll-left .wp-block-column:nth-child(2) {
    position: sticky;
    height: var(--block-sticky-scroll--height);
    top: var(--block-sticky-scroll--offset);
  }
  .is-style-sticky-scroll-right .wp-block-column:nth-child(1) > *, .is-style-sticky-scroll-left .wp-block-column:nth-child(2) > * {
    width: 100%;
    height: var(--block-sticky-scroll--height);
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .is-style-sticky-scroll-right .wp-block-column:nth-child(1) > *:first-child, .is-style-sticky-scroll-left .wp-block-column:nth-child(2) > *:first-child {
    opacity: 1;
    z-index: 1;
  }
  .is-style-sticky-scroll-right .wp-block-column:nth-child(1) > *.animated-in, .is-style-sticky-scroll-left .wp-block-column:nth-child(2) > *.animated-in {
    opacity: 1;
  }
  .is-style-sticky-scroll-right .wp-block-column:nth-child(1) > *.first-out, .is-style-sticky-scroll-left .wp-block-column:nth-child(2) > *.first-out {
    opacity: 0 !important;
  }
  .is-style-sticky-scroll-right .wp-block-column:nth-child(1) > * img, .is-style-sticky-scroll-left .wp-block-column:nth-child(2) > * img {
    max-width: 100%;
    max-height: 100%;
  }
  .is-style-sticky-scroll-right .wp-block-column:nth-child(2) > *, .is-style-sticky-scroll-left .wp-block-column:nth-child(1) > * {
    height: var(--block-sticky-scroll--height);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* RESPONSIVE CLASSES */
@media (max-width: 799px) {
  .show-tablet:not(.show-mobile) {
    display: none !important;
  }
  .show-desktop:not(.show-mobile) {
    display: none !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 799px) and (max-width: 1025px) {
  .show-mobile:not(.show-tablet) {
    display: none !important;
  }
  .show-desktop:not(.show-tablet) {
    display: none !important;
  }
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .show-mobile:not(.show-desktop) {
    display: none !important;
  }
  .show-tablet:not(.show-desktop) {
    display: none !important;
  }
  .hide-desktop {
    display: none !important;
  }
}
article.page-content.gutenberg {
  display: inline-block;
  width: 100%;
}
article.page-content.gutenberg > *:first-child:not(.alignfull) {
  margin-top: 60px ;
  margin-top: min(max(60px, 8vw), 120px) ;
  margin-top: clamp(60px, 8vw, 120px) ;
}
article.page-content.gutenberg > *:last-child:not(.alignfull) {
  margin-bottom: 60px ;
  margin-bottom: min(max(60px, 8vw), 120px) ;
  margin-bottom: clamp(60px, 8vw, 120px) ;
}
.is-layout-constrained, .is-root-container {
  --default-blocks-spacing: 3rem;
  --default-paragraph-spacing: 1.5rem;
  --default-blocks-spacing-large: 6rem;
}
.is-layout-constrained *, .is-root-container * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.is-layout-constrained:has(> .alignfull:first-child), .is-root-container:has(> .alignfull:first-child) {
  padding-top: 0;
}
.is-layout-constrained > [class^="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)), .is-layout-constrained > [class*="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)), .is-layout-constrained > p, .is-layout-constrained > div, .is-layout-constrained > ul, .is-root-container > [class^="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)), .is-root-container > [class*="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)), .is-root-container > p, .is-root-container > div, .is-root-container > ul {
  margin-top: var(--default-blocks-spacing);
}
.is-layout-constrained > [class^="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)):first-child, .is-layout-constrained > [class*="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)):first-child, .is-layout-constrained > p:first-child, .is-layout-constrained > div:first-child, .is-layout-constrained > ul:first-child, .is-root-container > [class^="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)):first-child, .is-root-container > [class*="wp-block-"]:not([class*="__"]):not(:where(.wp-block-heading, .wp-block-cover)):first-child, .is-root-container > p:first-child, .is-root-container > div:first-child, .is-root-container > ul:first-child {
  margin-top: 0;
}
.is-layout-constrained p, .is-root-container p {
  margin-top: var(--default-paragraph-spacing);
}
.is-layout-constrained > [class^="wp-block-gallery"]:not([class*="__"]):not(:first-child), .is-layout-constrained > [class^="wp-block-image"]:not([class*="__"]):not(:first-child), .is-layout-constrained > .wp-block-cover:not(:first-child), .is-layout-constrained > .wp-block-quote:not(:first-child), .is-root-container > [class^="wp-block-gallery"]:not([class*="__"]):not(:first-child), .is-root-container > [class^="wp-block-image"]:not([class*="__"]):not(:first-child), .is-root-container > .wp-block-cover:not(:first-child), .is-root-container > .wp-block-quote:not(:first-child) {
  margin-top: var(--default-blocks-spacing-large);
}
.is-layout-constrained > [class^="wp-block-gallery"]:not([class*="__"]):not(:last-child), .is-layout-constrained > [class^="wp-block-image"]:not([class*="__"]):not(:last-child), .is-layout-constrained > .wp-block-cover:not(:last-child), .is-layout-constrained > .wp-block-quote:not(:last-child), .is-root-container > [class^="wp-block-gallery"]:not([class*="__"]):not(:last-child), .is-root-container > [class^="wp-block-image"]:not([class*="__"]):not(:last-child), .is-root-container > .wp-block-cover:not(:last-child), .is-root-container > .wp-block-quote:not(:last-child) {
  margin-bottom: var(--default-blocks-spacing-large);
}
.is-layout-constrained *:first-child, .is-root-container *:first-child {
  margin-top: 0;
}
.is-layout-constrained *:last-child, .is-root-container *:last-child {
  margin-bottom: 0;
}
.is-layout-constrained .wp-block-heading + .wp-block-heading, .is-root-container .wp-block-heading + .wp-block-heading {
  margin-top: 0;
}
.is-layout-constrained .wp-block-heading:has(+ .wp-block-heading), .is-root-container .wp-block-heading:has(+ .wp-block-heading) {
  margin-bottom: 0;
}
.is-layout-constrained .wp-block-column, .is-layout-constrained .wp-block-spacer, .is-layout-constrained .wp-block-spacer + *, .is-layout-constrained .wp-block-buttons:not(.is-vertical) .wp-block-button, .is-root-container .wp-block-column, .is-root-container .wp-block-spacer, .is-root-container .wp-block-spacer + *, .is-root-container .wp-block-buttons:not(.is-vertical) .wp-block-button {
  margin-top: 0 !important;
}
.is-layout-constrained .wp-block-cover + .has-background.alignfull, .is-layout-constrained .has-background.alignfull + .alignfull, .is-root-container .wp-block-cover + .has-background.alignfull, .is-root-container .has-background.alignfull + .alignfull {
  margin-top: 0;
}
/*
100 thin
00 extralight
300 light
400 regular
500 medium
600 semibold
700 bold
800 extrabold
900 black
*/
html, body {
  font-size: 16px;
}
body {
  font-family: var(--family-main);
  line-height: var(--body-line-height);
  font-weight: 300;
  letter-spacing: 0.01em;
  color: var(--font-color);
}
body strong {
  font-weight: 700;
}
.material-symbols-outlined, .material-symbols-outlined * {
  font-family: "Material Symbols Outlined" !important;
}
a {
  color: inherit;
  text-decoration: underline;
}
h1:not([class*="is-style-heading-"]), .is-style-heading-h1 {
  content: "heading-h1";
  font-family: var(--family-alt);
  font-size: 46px ;
  font-size: min(max(46px, 3.3vw), 56px) ;
  font-size: clamp(46px, 3.3vw, 56px) ;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 1em;
}
h2:not([class*="is-style-heading-"]), .is-style-heading-h2, .product-reviews-swiper #review_form_wrapper .comment-reply-title {
  content: "heading-h2";
  font-family: var(--family-alt);
  font-size: 34px ;
  font-size: min(max(34px, 2.2vw), 38px) ;
  font-size: clamp(34px, 2.2vw, 38px) ;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 1em;
}
h3:not([class*="is-style-heading-"]), .is-style-heading-h3, .site-footer .widget h3, .pricelist strong, .single-product_ .product-title {
  content: "heading-h3";
  font-family: var(--family-main);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4em;
  margin-top: 2em;
  margin-bottom: 1em;
}
h4:not([class*="is-style-heading-"]), .is-style-heading-h4, p.is-style-poudarek {
  content: "heading-h4";
  font-family: var(--family-main);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 0;
}
h5:not([class*="is-style-heading-"]), .is-style-heading-h5 {
  content: "heading-h5";
  font-family: var(--family-alt);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 0em;
}
h6:not([class*="is-style-heading-"]), .is-style-heading-h6 {
  content: "heading-h5";
  font-family: var(--family-main);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wp-block-heading:first-child {
  margin-top: 0;
}
.wp-block-heading:last-child {
  margin-bottom: 0;
}
.button-obroba, .is-style-obroba .wp-block-button__link, .is-style-temno .wp-block-button__link, .is-style-bela-obroba .wp-block-button__link, .is-style-belo-ozadje .wp-block-button__link, .wpcf7-form input[type=submit], section.post-social-share .share-button, .product-reviews-swiper #review_form_wrapper .form-submit input#submit {
  --wp-button-border-style: solid;
  --wp-button-border-width: 1px;
  --wp-button-border-radius: 1px;
  --wp-button-bg-color: transparent;
  --wp-button-bg-color-hover: #fff;
  --wp-button-text-color: #fff;
  --wp-button-text-color-hover: #000;
  --wp-button-border-color: #fff;
  --wp-button-border-color-hover: #fff;
}
.button-ozadje, .is-style-ozadje .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*="is-style"]) .wp-block-button__link, .search-form .search-submit, body.woocommerce button.single_add_to_cart_button.button.alt, .wc-block-components-button {
  --wp-button-border-style: solid;
  --wp-button-border-width: 1px;
  --wp-button-border-radius: 1px;
  --wp-button-bg-color: #fff;
  --wp-button-bg-color-hover: #000;
  --wp-button-text-color: #000;
  --wp-button-text-color-hover: #fff;
  --wp-button-border-color: #fff;
  --wp-button-border-color-hover: #fff;
}
.button-obroba, .button-ozadje, .is-style-ozadje .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*="is-style"]) .wp-block-button__link, .is-style-obroba .wp-block-button__link, .is-style-temno .wp-block-button__link, .is-style-bela-obroba .wp-block-button__link, .is-style-belo-ozadje .wp-block-button__link, .search-form .search-submit, .wpcf7-form input[type=submit], section.post-social-share .share-button, body.woocommerce button.single_add_to_cart_button.button.alt, .wc-block-components-button, .product-reviews-swiper #review_form_wrapper .form-submit input#submit {
  font-family: var(--family-main);
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 2em;
  min-width: 180px;
  transition: all 0.3s;
  background-color: var(--wp-button-bg-color);
  color: var(--wp-button-text-color);
  border-style: var(--wp-button-border-style);
  border-width: var(--wp-button-border-width);
  border-color: var(--wp-button-border-color);
  border-radius: var(--wp-button-border-radius);
}
.button-obroba:hover, .button-ozadje:hover, .is-style-ozadje .wp-block-button__link:hover, .wp-block-button.is-style-default .wp-block-button__link:hover, .wp-block-button:not([class*="is-style"]) .wp-block-button__link:hover, .is-style-obroba .wp-block-button__link:hover, .is-style-temno .wp-block-button__link:hover, .is-style-bela-obroba .wp-block-button__link:hover, .is-style-belo-ozadje .wp-block-button__link:hover, .search-form .search-submit:hover, .wpcf7-form input[type=submit]:hover, section.post-social-share .share-button:hover, body.woocommerce button.single_add_to_cart_button.button.alt:hover, .wc-block-components-button:hover, .product-reviews-swiper #review_form_wrapper .form-submit input#submit:hover {
  background-color: var(--wp-button-bg-color-hover);
  color: var(--wp-button-text-color-hover);
  border-color: var(--wp-button-border-color-hover);
}
.button-small {
  padding: 0.2em 1em 0.2em 1em !important;
  margin-right: 1em;
}
.is-style-temno .wp-block-button__link {
  background-color: #000;
  border-color: #000;
}
.is-style-bela-obroba .wp-block-button__link {
  --wp-button-text-color: #fff;
  --wp-button-border-color: #fff;
}
.is-style-belo-ozadje .wp-block-button__link {
  --wp-button-bg-color: #fff;
  --wp-button-bg-color-hover: var(--accent-1);
  --wp-button-text-color: #000;
  --wp-button-text-color-hover: #fff;
  --wp-button-border-color: #fff;
  --wp-button-border-color-hover: var(--accent-1);
}
body {
  --header-logo-height: 24px;
  --header-padding: 10px;
  --header-elements-gap: 20px;
  --header-bg: var(--accent-1);
  --header-color: #000;
  --header-icons-height: 48px;
  --hamburger-color: inherit;
  --header-icons-color: inherit;
  --modal-navigation-bg: var(--header-bg);
  --modal-navigation-color: #000;
}
.site-header {
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 99;
  background-color: var(--header-bg);
  transition: all 0.5s;
  font-family: var(--family-alt);
}
@media (max-width: 800px) {
  .site-header .header-desktop {
    display: none;
  }
}
@media (min-width: 800px) {
  .site-header .header-mobile {
    display: none;
  }
}
body.scrolled-down .site-header {
  transform: translateY(-100%);
  overflow: hidden;
}
body.home:not(.scrolled) .site-header {
  background-color: transparent;
}
body.home:not(.scrolled) .site-header .header-desktop {
  background-color: transparent;
}
body.home:not(.scrolled) .site-header .left {
  filter: invert(100%);
}
body.home:not(.scrolled) .site-header .right {
  filter: invert(100%);
}
body.home:not(.scrolled) .site-header .right .header-navigation ul.sub-menu {
  background-color: #ffffffcc;
}
body.home:not(.scrolled) .site-header .right .wpml-ls-flag {
  filter: invert(1);
}
body.home:not(.scrolled) .site-header .header-mobile .site-branding {
  filter: invert(100%);
}
body.home:not(.scrolled) .site-header .header-mobile .open-modal-menu {
  filter: invert(100%);
}
.site-header .spacer {
  flex: 1;
}
.site-header .notification {
  background-color: #000;
  color: #fff;
  font-family: var(--family-main);
  font-size: 14px;
  text-align: center;
  padding: 6px;
}
.site-header .notification .inner p {
  font-family: var(--family-main);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.notification_aside {
  background-color: #000;
  color: #fff;
  padding: 10px 10px 12px 15px;
  position: fixed;
  right: 0;
  left: unset;
  top: calc(50% - 40px);
  z-index: 111;
  box-shadow: 10px 5px 20px #00000050;
  border-radius: 1px;
}
@media (max-width: 799px) {
  .notification_aside {
    display: none;
  }
}
.notification_aside p {
  font-family: var(--family-main);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.header-desktop {
  background-color: var(--header-bg);
  transition: all 0.25s;
}
.header-desktop .material-symbols-outlined, .header-desktop .material-symbols-outlined a {
  color: var(--header-icons-color);
  font-size: 1.2rem;
}
.header-desktop .inner {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.header-desktop .left {
  display: flex;
  flex: 1;
  gap: var(--header-elements-gap);
  align-items: center;
  transition: filter 0.25s;
}
.header-desktop .center {
  display: flex;
  transition: filter 0.25s;
}
.header-desktop .right {
  display: flex;
  flex: 1;
  gap: var(--header-elements-gap);
  justify-content: flex-end;
  transition: filter 0.25s;
}
.header-desktop .custom-logo-link {
  line-height: 0px;
  display: block;
}
.header-desktop .custom-logo-link img {
  height: var(--header-logo-height);
  width: auto;
  box-sizing: content-box;
  padding-top: var(--header-padding);
  padding-bottom: var(--header-padding);
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s;
  object-fit: contain;
}
.header-desktop .custom-logo-link img:hover {
  transform: scale(1.075);
}
.header-desktop .icon-toggle-wrapper {
  display: flex;
  align-items: center;
}
.header-desktop .header-search-block {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 12px 0;
  background: var(--modal-navigation-bg);
  color: var(--modal-navigation-color);
  transition: all 0.4s;
}
.header-desktop .header-search-block:not(.lr-toggled-visible) {
  opacity: 0;
  pointer-events: none;
}
.header-desktop .header-navigation {
  display: flex;
}
.header-mobile .custom-logo-link {
  line-height: 0px;
  display: block;
}
.header-mobile .custom-logo-link img {
  height: var(--header-logo-height);
  width: auto;
  box-sizing: content-box;
  padding-top: var(--header-padding);
  padding-bottom: var(--header-padding);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .header-mobile .custom-logo-link img {
    height: 20px;
  }
}
.header-mobile .inner {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
/*
* desktop navigation alignment
*/
.header-navigation ul.menu {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.header-navigation li {
  display: flex;
  align-items: center;
  position: relative;
}
/*
* desktop navigation styles
*/
.header-navigation li {
  padding: 1.4em 0.5em;
  color: black;
  font-size: inherit;
  font-weight: 400;
}
.header-navigation li.current-menu-item:not(.highlight), .header-navigation li.current-menu-ancestor {
  background-color: #00000010;
}
.header-navigation li.highlight a {
  background-color: #000;
  color: #fff;
}
.header-navigation li.highlight a:after {
  background-color: #fff;
}
.header-navigation li a {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  font-family: var(--family-main);
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  word-break: keep-all;
  white-space: nowrap;
}
.header-navigation li a:not([href]) {
  cursor: copy;
}
.header-navigation li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s;
}
.header-navigation li a:hover:after {
  width: 100%;
}
.header-navigation li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-navigation > li:nth-last-of-type(-n+2) > ul.sub-menu {
  left: auto;
  right: 0px;
}
.header-navigation ul.sub-menu {
  max-width: unset;
  min-width: 200px;
  background: var(--header-bg);
  border-top: 1px solid #00000010;
  transition: opacity 0.5s, transform 0.25s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 12px;
  transform: translateY(-20px);
  text-transform: uppercase;
  filter: drop-shadow(0px 5px 5px #00000020);
}
.header-navigation ul.sub-menu li {
  display: block;
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding: 1em 0 1em 0;
  white-space: nowrap;
}
.header-navigation ul.sub-menu li a:after {
  content: "";
  bottom: -1em;
}
.header-navigation ul.sub-menu li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.header-navigation ul.sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 10;
}
/*
* Mobile navigation toggler - burger
*/
.open-modal-menu {
  z-index: 11;
  position: relative;
  color: var(--hamburger-color) !important;
  cursor: pointer;
  align-self: center;
  /*  &:before,
    &:after{
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        top: calc(50% - 2px);
        background: var(--hamburger-color);
        transition: all 0.5s;
    } */
}
.open-modal-menu.lr-toggled-visible {
  border-color: transparent;
}
.open-modal-menu.lr-toggled-visible:before {
  transform: rotate(45deg);
}
.open-modal-menu.lr-toggled-visible:after {
  transform: rotate(-45deg);
}
/*
* Burger navigation
*/
.modal-menu-panel {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  width: 400px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.4s;
  background-color: var(--modal-navigation-bg);
  color: var(--modal-navigation-color);
}
.modal-menu-panel.visible {
  transform: translateX(0);
}
.modal-menu-panel .close-wrapper {
  padding: 24px 16px 24px 30px;
  text-align: right;
  position: absolute;
  z-index: 9999;
  top: 0;
}
.modal-menu-panel .close-wrapper .close {
  padding: 4px;
  font-size: 32px;
  cursor: pointer;
}
.modal-menu-panel a {
  color: #fff;
}
.modal-menu-dimmer {
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal-menu-dimmer.visible {
  display: block;
}
.modal-menu-inner {
  width: 100%;
  z-index: 10;
  padding: 48px 30px 46px 30px;
  overflow-y: auto;
}
.modal-menu-inner .wpml-ls-flag {
  margin-left: auto;
}
.modal-menu-inner .widget {
  margin-top: 4em;
}
.modal-menu-inner li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.modal-menu-inner li a:after {
  content: "";
  bottom: 0em;
}
.modal-menu-inner li.no-link {
  pointer-events: none;
  color: #00000050;
}
.modal-menu-inner li a {
  text-decoration: none;
  width: 100%;
  text-align: right;
  padding: 1em !important;
}
.modal-menu-inner .search-form {
  margin-bottom: var(--spacing-m);
}
.modal-menu-inner .widgets-wrapper > * {
  margin-top: 2rem;
}
.modal-menu-inner ul.menu {
  padding: 0px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}
.modal-menu-inner ul.menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
.modal-menu-inner ul.sub-menu {
  text-transform: none;
  margin-top: 1em;
  margin-left: 30px;
}
.modal-menu-inner ul.sub-menu li {
  border-bottom: none;
}
footer.subscribe {
  background-color: #fff;
  text-align: center;
  padding: 6rem 0 6rem;
}
footer.subscribe .inner {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
footer.subscribe .wp-block-heading {
  margin-bottom: 0.6em;
}
footer.subscribe .wpcf7-form {
  margin-top: var(--spacing-m);
}
.site-footer {
  background: #000;
  color: #ebebeb;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer ul.menu li {
  margin-left: 0;
}
.site-footer ul.menu li li {
  margin-left: 1em;
}
.site-footer .top {
  padding: 5em 0;
}
.site-footer .top a {
  color: inherit;
}
.site-footer .footer-logo img {
  width: 230px;
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.site-footer .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--grid-gap-l);
}
@media (min-width: 1025px) {
  .site-footer .columns {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.site-footer .widget {
  margin-bottom: 2em;
}
.site-footer .widget h3 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 14px;
}
.site-footer .bottom {
  background: #000;
  color: #eee;
  text-align: center;
  padding: 24px 0;
}
.site-footer .authors {
  background: #111;
  color: #a7a7a7;
  padding: 24px 0;
  text-align: center;
  font-size: 12px;
}
.site-footer .authors a {
  text-decoration: none;
  color: inherit;
}
.site-footer .copy {
  font-size: 12px;
}
.site-footer .social-follow {
  display: flex;
  gap: 16px;
}
.site-footer .social-follow a {
  color: var(--body-color);
}
.search-form {
  --search-form-height: 42px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.search-form .search-field {
  width: 100%;
  height: var(--search-form-height);
  line-height: var(--search-form-height);
  border-radius: 0px;
  border: none;
  text-indent: 0.4em;
}
.search-form .search-submit {
  border-radius: 0px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 2px;
  right: 2px;
  width: auto;
  height: calc(100% - 4px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: var(--search-form-height);
  cursor: pointer;
}
body.search .site-main .search-form {
  width: 600px;
  margin-bottom: var(--spacing-l);
}
/* ONLY STYLES FOR ARCHIVE PAGE, e.g. archive grid, archive pagination etc. */
body.archive {
  content: "_archive";
}
main.archive {
  padding-bottom: 4rem;
}
main.archive .page-content.no-results {
  /* h2{
			margin-top: 0;
		} */
}
main.archive .suggested-posts {
  margin-top: 2rem;
}
/* GRID OF ARCHIVE POSTS */
.archive-grid {
  display: grid;
  grid-gap: calc(2.6 * var(--grid-gap)) var(--grid-gap);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 799px) {
  .archive-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.archive-grid.mosaic .post:nth-child(1), .archive-grid.mosaic .post:nth-child(16) {
  grid-column: span 2;
  grid-row: span 2;
}
.archive-pagination {
  text-align: center;
  margin-top: 2rem;
}
.archive-pagination a {
  text-decoration: none;
}
.archive-pagination a:hover {
  text-decoration: underline;
}
.archive-pagination .page-numbers {
  padding: 0.2em 0.3em;
}
.archive-pagination .page-numbers.current {
  background-color: #eee;
  border: 1px solid #ccc;
}
.archive-pagination .prev {
  margin-right: 1rem;
}
.archive-pagination .prev:before {
  content: "<";
  padding-right: 0.4em;
}
.archive-pagination .prev:after {
  content: "|";
  padding-left: 0.4em;
}
.archive-pagination .next {
  margin-left: 1rem;
}
.archive-pagination .next:before {
  content: "|";
  padding-right: 0.4em;
}
.archive-pagination .next:after {
  content: ">";
  padding-left: 0.4em;
}
.archive-prev-next {
  display: flex;
  gap: 2rem;
  justify-content: center;
  text-transform: uppercase;
}
.archive-prev-next a {
  text-decoration: none;
  font-family: var(--family-alt);
  display: flex;
}
.archive-prev-next .icon {
  padding: 0 0.8rem;
}
.loop-post-default a {
  color: inherit;
  text-decoration: none;
}
.loop-post-default .thumb {
  width: 100%;
  height: 0px;
  padding-bottom: 116%;
  position: relative;
}
.loop-post-default .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loop-post-default .description {
  position: relative;
  padding: 0.4em 0 0 0;
}
.loop-post-default .post-title {
  font-size: 1.3rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loop-related-posts a {
  text-decoration: none;
}
.loop-related-posts .post-title {
  margin-top: 12px;
}
.loop-related-posts .thumb img {
  aspect-ratio: 1.7;
  object-fit: cover;
  object-position: top;
}
:root, body {
  --width-main: 892px;
  --width-wide: 1520px;
  --width-sidebar: calc( (var(--width-wide) - var(--width-main)) / 2);
  --width-extended: calc( var(--width-main) + var(--width-sidebar));
  --width-extended-margin: calc( (100% - var(--width-main)) / 2 );
}
body:not(.wp-admin) * {
  max-width: 100%;
}
body #wpcontent .is-root-container, body .is-layout-constrained {
  /* @media (max-width: $widthContent){
        > [class^="wp-block-"]:not([class*="__"]):not(.alignfull)
        {
            width: calc(100% - var(--body-padding) - var(--body-padding) );
            max-width: calc(100% - var(--body-padding) - var(--body-padding) );
            margin-left: auto;
            margin-right: auto;
        }
    }

    // @media (min-width: $widthWide)
    @media (min-width: $widthContent)
    {
        > .alignright
        {
            margin-left: var(--width-extended-margin);
            margin-right: auto;
            width: var(--width-extended) !important;
            max-width: calc(100% - var(--body-padding) - var(--width-extended-margin)) !important;
        }
    
        > .alignleft
        {
            margin-right: var(--width-extended-margin);
            margin-left: auto;
            width: var(--width-extended) !important;
            max-width: calc(100% - var(--body-padding) - var(--width-extended-margin)) !important;
        }
    } */
}
body #wpcontent .is-root-container > [class^="wp-block-"], body .is-layout-constrained > [class^="wp-block-"] {
  float: none;
  overflow: hidden;
}
body #wpcontent .is-root-container > *, body .is-layout-constrained > * {
  margin-left: auto;
  margin-right: auto;
}
body #wpcontent .is-root-container .alignfull, body .is-layout-constrained .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body #wpcontent .is-root-container > :not(.alignfull), body .is-layout-constrained > :not(.alignfull) {
  width: calc(100% - var(--body-padding) - var(--body-padding));
}
body #wpcontent .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)), body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
}
/* GLOBAL BLOCKS ANIMATIONS, LIKE HOVER EFFECT ON IMAGES ETC. */
@keyframes scale-up {
  from {
    transform-origin: 50% 50%;
    scale: 0;
  }
  to {
    transform-origin: 50% 50%;
    scale: 1;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(40vh);
    opacity: 0.2;
  }
  to {
    transform: translateY(0vh);
    opacity: 1;
  }
}
/* STYLES FOR NEA BLOCK GALLERY ANIMATE - css powered animated gallery */
.wp-block-gallery-animate {
  position: relative;
  aspect-ratio: 2;
  /* how images are animated */
}
@keyframes slideImage1 {
  0% {
    opacity: 0%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes slideImage2 {
  0% {
    left: 100%;
    opacity: 0;
  }
  1% {
    left: 100%;
    opacity: 1;
  }
  40% {
    left: 0%;
  }
  70% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideImage3 {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  30% {
    left: 0%;
  }
  60% {
    left: 0%;
    opacity: 1;
  }
  99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: -100%;
  }
}
.wp-block-gallery-animate .gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wp-block-gallery-animate .gallery:first-child {
  z-index: 1;
}
.wp-block-gallery-animate .gallery.active {
  animation-name: fadeGallery;
  animation-duration: 4s;
  animation-delay: 1s;
}
.wp-block-gallery-animate .gallery.active .wp-block-image:first-child {
  opacity: 1;
}
.wp-block-gallery-animate .wp-block-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.wp-block-gallery-animate .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-gallery-animate .wp-block-image:not(:first-child) {
  left: 100%;
  opacity: 0;
}
.wp-block-gallery-animate .wp-block-image.active:nth-child(1) {
  opacity: 0;
}
.wp-block-gallery-animate .wp-block-image.active:nth-child(1) {
  animation-name: slideImage1;
  animation-duration: 4s;
  animation-delay: 0s;
}
.wp-block-gallery-animate .wp-block-image.active:nth-child(2) {
  animation-name: slideImage2;
  animation-duration: 4s;
  animation-delay: 0s;
}
.wp-block-gallery-animate .wp-block-image.active:nth-child(3) {
  animation-name: slideImage2;
  animation-duration: 4s;
  animation-delay: 0.1s;
}
/* ALL GUTENBERG BLOCKS STYLES, default, .is-style-[], custom classes etc. */
.gutenberg {
  /* sometimes text elemetns are narrower that wordpress default width */
  /* RESET LIST STYLES */
}
.gutenberg ul li {
  margin-left: 1.3em;
}
.gutenberg h4 + p {
  margin-top: 0.25em !important;
}
.gutenberg h5 + p {
  margin-top: 0.25em !important;
}
/* SET SWIPER LAYOUTS. OPTIONALLY SET DIFFERENT LAYOUT FOR NEA POSTS AND GALLERY */
@media (max-width: 799px) {
  .has-text-align-right {
    text-align: left !important;
  }
}
p.is-style-family-alt {
  font-family: var(--family-alt);
  font-size: 1.2rem;
}
p.is-style-podpis {
  font-family: var(--family-alt);
  margin-top: 0em !important;
}
*:has(+ p.is-style-podpis) {
  margin-bottom: 0 !important;
}
figcaption.wp-element-caption {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
figcaption.wp-element-caption:after {
  content: "";
  display: block;
  width: 120px;
  height: 0;
  border-bottom: solid 2px var(--accent-1);
  margin-top: 1rem;
}
.wp-block-media-text {
  gap: var(--grid-gap-l);
}
.wp-block-gallery {
  /* all images in one row */
}
.wp-block-gallery figcaption {
  position: static !important;
  background: none !important;
  color: var(--font-color) !important;
  text-align: left !important;
  margin-top: 10px;
  scrollbar-gutter: unset !important;
  width: 600px !important;
}
.wp-block-gallery figcaption strong:first-child {
  font-family: var(--family-alt);
  font-size: 1.2em;
  margin-bottom: 0.4em;
}
.wp-block-gallery.is-style-trak {
  gap: calc(2rem + 5vw) !important;
  justify-content: center;
}
.wp-block-gallery.is-style-trak .wp-block-image {
  width: auto !important;
  flex-grow: 0 !important;
}
.wp-block-gallery.is-style-trak .wp-block-image img {
  height: 80px !important;
  width: auto !important;
}
.wp-block-gallery.is-style-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 6px !important;
}
@media (min-width: 1025px) {
  .wp-block-gallery.is-style-mosaic {
    grid-auto-rows: 16vw;
  }
}
.wp-block-gallery.is-style-mosaic .wp-block-image {
  width: 100% !important;
  grid-column: span 4;
  overflow: hidden;
}
.wp-block-gallery.is-style-mosaic .wp-block-image:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}
.wp-block-gallery.is-style-mosaic .wp-block-image:nth-child(2) {
  grid-column: span 5;
}
.wp-block-gallery.is-style-mosaic .wp-block-image:nth-child(3) {
  grid-column: span 5;
}
.wp-block-gallery.is-style-mosaic figcaption {
  text-align: left !important;
  color: #fff !important;
  transition: all 0.3s !important;
  padding: 1em 1.5em !important;
  max-height: 100% !important;
}
.wp-block-gallery.is-style-mosaic .wp-block-image:not(:hover) figcaption {
  --icon-height: 24px;
  display: block;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  height: var(--icon-height);
  line-height: var(--icon-height);
  box-sizing: content-box;
  color: transparent !important;
}
.wp-block-gallery.is-style-mosaic .wp-block-image:not(:hover) figcaption::first-line {
  display: inline;
  color: #fff !important;
  font-weight: bold;
}
.wp-block-gallery.is-style-mosaic .wp-block-image:not(:hover) figcaption:before {
  content: "add";
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 100px;
  font-size: 16px;
  text-align: center;
  width: var(--icon-height);
  height: var(--icon-height);
  line-height: var(--icon-height);
  margin-left: 0.8em;
  vertical-align: middle;
}
.wp-block-gallery.is-style-mosaic .wp-block-image:hover figcaption {
  background: rgba(0, 0, 0, 0.6) !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-quote {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6em;
}
.wp-block-quote cite {
  margin-top: 1em;
  font-weight: normal;
  text-align: right;
  line-height: 1.4em;
}
.wp-block-quote cite:before {
  content: "- ";
}
.wp-gr.wpac .grw-row {
  display: block !important;
}
.wp-gr.wpac .grw-header {
  text-align: center !important;
}
.wp-gr.wpac .wp-google-left, .wp-gr.wpac .wp-google-right {
  display: block !important;
  width: auto !important;
}
.wp-gr.wpac .wp-google-left img {
  float: none !important;
}
.wp-gr.wpac .grw-header-inner {
  filter: grayscale(1);
}
.wp-gr.wpac .grw-review-inner {
  border-radius: 1.5em !important;
  border: 1px solid #00000099 !important;
  overflow: hidden;
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 10px 0px !important;
}
.wp-gr.wpac .grw-review-inner .wp-google-time {
  display: none;
}
.wp-gr.wpac .grw-review-inner .wp-google-text {
  font-size: 14px !important;
}
.wp-gr.wpac .grw-review-inner img {
  filter: grayscale(1);
  opacity: 0.8;
}
.wp-gr.wpac .grw-review-inner a {
  color: #000 !important;
  pointer-events: none;
}
.wp-gr.wpac .grw-review-inner svg path {
  fill: transparent;
}
.wp-gr.wpac .grw-review-inner .wp-star svg path {
  fill: #000;
}
.wp-gr.wpac .grw-dot.active {
  background-color: var(--accent-black) !important;
}
.wp-block-cookies table {
  text-align: left;
  color: #626262;
  width: 100%;
}
.wp-block-cookies table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.wp-block-cookies table th {
  padding: 9px 12px;
  background-color: #ccc;
  background-color: var(--accent-1);
  border: 1px solid #000;
  font-weight: bold;
}
.wp-block-cookies table td {
  padding: 9px 12px;
  border: 1px solid #ccc;
  word-break: break-word;
}
.wp-block-cookies table a {
  color: inherit;
}
.wp-block-spacer[style="height:100px"] {
  height: 7rem !important;
}
div.wp-block-cover .wp-block-cover__inner-container {
  text-shadow: 0 0 #000;
}
.wp-block-separator {
  border: none;
  border-top: 1px solid #ccc;
}
.wp-block-separator.is-style-vertical {
  width: 0px !important;
  height: 60px;
  border: none;
  border-right: 1px solid #000;
}
.wp-block-group .storitve_columns {
  display: grid !important;
  align-items: start;
  gap: var(--grid-gap-l);
  /* Optional: adds some space between the items */
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  min-width: 100%;
  max-width: 100%;
}
.wp-block-group .storitve_columns figure {
  box-sizing: border-box;
}
.wp-block-group .storitve_columns figure img {
  max-width: 100%;
  width: 250px;
}
.wp-block-group .storitve_columns figure figcaption strong {
  font-size: 0.94rem;
}
.wp-block-group .storitve_columns figure figcaption a {
  text-decoration: none;
}
.wp-block-group .storitve_columns figure figcaption a:hover {
  text-decoration: underline;
}
.wp-block-group .storitve_columns figure figcaption a::after {
  padding-left: 4px;
  content: "→";
  text-wrap: nowrap;
}
.wp-block-group .storitve_columns figure figcaption::after {
  display: none;
}
@media (max-width: 799px) {
  .wp-block-column.is-style-mobile-second {
    background-color: aqua;
    order: 2;
  }
}
.wp-block-details {
  margin-top: 1.5em;
  transition: all 0.5s;
}
.wp-block-details summary {
  font-family: var(--family-alt);
  padding: 0 0 0.25em 0;
  margin-bottom: 0.5em;
}
.wp-block-details summary::before {
  content: "+";
  width: 1.2em;
  display: inline-block;
}
.wp-block-details summary::marker {
  display: none;
  content: "";
}
.wp-block-details[open] summary {
  border-bottom: 1px solid var(--accent-1);
}
.wp-block-details[open] summary::before {
  content: "–";
}
/* html { scroll-behavior: smooth; } */
.icon-toggle-wrapper {
  cursor: pointer;
}
.icon-toggle-wrapper:not(.lr-toggled-visible) .icon:last-child {
  display: none;
}
.icon-toggle-wrapper.lr-toggled-visible .icon:first-child {
  display: none;
}
.entry-title {
  margin-top: 1em;
  margin-bottom: 0.6em;
}
ul.menu {
  list-style: none;
}
body.page-id-1740 #storitve-masaze {
  display: none;
}
body.page-id-1821 #storitve-obraz {
  display: none;
}
body.page-id-1875 #storitve-nega-telesa {
  display: none;
}
body.page-id-1829 #storitve-manikura {
  display: none;
}
body.page-id-1837 #storitve-depilacija {
  display: none;
}
body.page-id-1834 #storitve-pedikura {
  display: none;
}
.wpcf7 {
  --cf7-border-width: 1px;
  --cf7-border-color: #333;
  --cf7-border-radius: 0px;
  --cf7-input-height: 32px;
  --cf7-input-line-height: 32px;
  --cf7-spacing: 10px;
  --cf7-big-spacing: 24px;
  --cf7-input-padding: 1rem;
}
.wpcf7-form {
  max-width: 600px;
  margin: 0 auto 2em auto;
}
.wpcf7-form h4 {
  margin-top: 4rem;
  padding: 8px 0;
  border-bottom: 1px solid #999;
}
.wpcf7-form label {
  display: block;
  margin-top: var(--cf7-big-spacing);
  font-family: var(--family-alt);
}
.wpcf7-form .wpcf7-form-control-wrap:not(:first-child), .wpcf7-form .inline-elements:not(:first-child), .wpcf7-form .wpcf7-submit:not(:first-child) {
  display: block;
  margin-top: var(--cf7-spacing);
}
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .wpcf7-form select, .wpcf7-form textarea {
  width: 100%;
  border: solid var(--cf7-border-width) var(--cf7-border-color);
  border-radius: var(--cf7-border-radius);
  padding-left: var(--cf7-input-padding);
  padding-right: var(--cf7-input-padding);
  font-family: inherit;
  height: var(--cf7-input-height);
  line-height: var(--cf7-input-line-height);
}
.wpcf7-form textarea {
  height: 6em;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form input[type=submit] {
  cursor: pointer;
  background-color: #000;
  border-color: #000;
  display: flex;
  margin-left: auto;
}
.wpcf7-form input[type=submit][disabled] {
  cursor: no-drop;
  opacity: 0.7;
}
@media (max-width: 799px) {
  .wpcf7-form input[type=submit] {
    letter-spacing: 0;
    min-width: fit-content;
  }
}
.wpcf7-form .wpcf7-spinner {
  vertical-align: middle;
  margin: 0;
}
.wpcf7-form .two-col {
  display: grid;
  grid-gap: var(--grid-gap);
}
@media (min-width: 799px) {
  .wpcf7-form .two-col {
    grid-template-columns: 1fr 1fr;
  }
  .wpcf7-form .two-col > * {
    margin-top: 0 !important;
  }
}
.wpcf7-form .inline-elements {
  display: flex !important;
  align-items: center;
  gap: var(--cf7-spacing);
}
.wpcf7-form .inline-elements .wpcf7-form-control-wrap {
  margin-top: 0;
  flex: 1;
}
.wpcf7-form .inline-subscribe {
  --cf7-inline-input-height: var(--cf7-input-height);
  --cf7-inline-input-height: 42px;
  position: relative;
}
.wpcf7-form .inline-subscribe .wpcf7-form-control-wrap {
  margin-top: 0;
  flex: 1;
}
.wpcf7-form .inline-subscribe input {
  height: var(--cf7-inline-input-height) !important;
}
.wpcf7-form .inline-subscribe input[type="email"] {
  border-radius: 0;
}
.wpcf7-form .inline-subscribe .wpcf7-submit {
  position: absolute;
  top: 2px;
  right: 2px;
  width: auto;
  height: calc(var(--cf7-inline-input-height) - 4px) !important;
  border-radius: 0;
  padding: 0 1.3em;
  margin: 0;
}
.wpcf7-form .inline-subscribe .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
body.home main {
  margin-top: -90px;
}
.gray-background {
  background-color: var(--accent-1);
}
.white-background {
  background-color: #fff;
}
.black-background {
  background-color: #000;
}
@media (max-width: 799px) {
  .homepage-header {
    font-size: 14px;
  }
  .homepage-header h1 {
    line-height: 1em;
  }
}
article.page-content > *:first-child:not(.alignfull) {
  margin-top: 60px ;
  margin-top: min(max(60px, 8vw), 120px) ;
  margin-top: clamp(60px, 8vw, 120px) ;
}
main.single-default .post-title + p:not(.is-style-poudarek), main.single-default .post-title + .is-style-poudarek + p {
  margin-top: 4rem;
}
section.related-posts {
  margin-top: var(--spacing-l);
}
section.related-posts h2 {
  margin-bottom: 1em;
}
section.post-social-share {
  margin-top: 2rem;
}
section.post-social-share .share-button {
  cursor: pointer;
}
section.post-social-share .share-button .icon {
  font-size: inherit;
  vertical-align: bottom;
  margin-right: 0.4rem;
}
section.post-navigation {
  margin-bottom: 20px;
}
section.post-navigation .post-navigation-wrapper {
  display: flex;
  justify-content: space-between;
}
section.post-navigation a {
  text-decoration: none;
}
section.post-navigation [rel="prev"]:before {
  content: "< ";
}
section.post-navigation [rel="next"]:after {
  content: " >";
}
section.post-pagination {
  margin-bottom: 20px;
  background: #ccc;
  display: flex;
  justify-content: space-between;
}
section.post-pagination a {
  text-decoration: none;
}
section.post-pagination [rel="prev"]:before {
  content: "< ";
}
section.post-pagination [rel="next"]:after {
  content: " >";
}
section.post-comments {
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .pricelist table {
    table-layout: auto !important;
    line-height: 1.4em;
  }
}
.pricelist td {
  padding: 0em 2em 0.25em 0;
  margin: 0;
  border: none;
  font-family: var(--family-alt);
  line-height: 1.5em;
}
.pricelist td:first-child {
  text-align: right;
  font-family: var(--family-main);
  font-weight: 300;
  letter-spacing: 0.01em;
}
.pricelist td:first-child:empty {
  height: 2em;
}
.pricelist strong {
  font-weight: 700;
  text-transform: uppercase;
}
:root, body {
  --cookie-notification--button-bg-color: var(--accent-1);
  --cookie-notification--button-text-color: #fff;
  --cookie-notification--button-border-radius: 100px;
  --cookie-notification--button-border: solid 1px var(--accent-1);
  --cookie-notification--text-color: #000;
  --cookie-notification--bar-bg-color: #fff;
  --cookie-notification--bar-border-color: var(--accent-1);
}
#moove_gdpr_cookie_modal {
  color: var(--cookie-notification--text-color);
}
#moove_gdpr_cookie_modal .moovegdpr-arrow-close {
  background-color: var(--cookie-notification--button-bg-color) !important;
  color: var(--cookie-notification--button-text-color) !important;
  border: var(--cookie-notification--button-border) !important;
}
#moove_gdpr_cookie_modal .mgbutton {
  background-color: var(--cookie-notification--button-bg-color) !important;
  color: var(--cookie-notification--button-text-color) !important;
  border: var(--cookie-notification--button-border) !important;
  border-radius: var(--cookie-notification--button-border-radius) !important;
  text-decoration: none !important;
}
#moove_gdpr_cookie_modal #moove-gdpr-menu, #moove_gdpr_cookie_modal #moove-gdpr-menu * {
  color: var(--cookie-notification--text-color);
}
#moove_gdpr_cookie_info_bar {
  background-color: var(--cookie-notification--bar-bg-color) !important;
  border-color: var(--cookie-notification--bar-border-color) !important;
}
#moove_gdpr_cookie_info_bar .mgbutton {
  background-color: var(--cookie-notification--button-bg-color) !important;
  color: var(--cookie-notification--button-text-color) !important;
  border: var(--cookie-notification--button-border) !important;
  border-radius: var(--cookie-notification--button-border-radius) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
#moove_gdpr_cookie_info_bar .mgbutton:hover {
  text-decoration: underline;
}
.loop-shop-category {
  text-decoration: none;
}
.loop-shop-category img {
  aspect-ratio: 0.8;
  object-fit: cover;
}
.loop-shop-category .description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 1em 1.8em;
}
.product.product-loop a {
  text-decoration: none;
  color: inherit;
}
.product.product-loop .thumb {
  width: 100%;
  height: 0px;
  padding-bottom: 75%;
  position: relative;
  margin-bottom: 20px;
}
.product.product-loop .thumb img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product.product-loop .product-title {
  font-size: 18px;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  margin: 0 0 10px;
}
.product.product-loop .description {
  line-height: 1.7em;
  margin: 0 0 10px;
}
.product.product-loop .more {
  font-size: 0.86rem;
  text-transform: uppercase;
  font-family: var(--family-second);
  color: var(--accent2);
  display: block;
  text-align: center;
  margin-top: 12px;
}
.product.product-loop .price {
  font-weight: 600;
  margin-top: 12px;
}
.products-archive-grid {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 799px) {
  .products-archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.woocommerce.archive .entry-header {
  text-align: center;
}
.woocommerce.archive ul.shop-categories {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-s);
  margin-bottom: var(--spacing-l);
}
.woocommerce.archive ul.shop-categories li {
  text-transform: lowercase;
}
.woocommerce.archive ul.shop-categories li a {
  display: block;
  border: 1px solid;
  border-radius: 100px;
  padding: 0.4em 1.2em;
  text-decoration: none;
  color: var(--font-color);
}
.woocommerce.archive ul.shop-categories li.active a {
  background-color: var(--font-color);
  color: #fff;
}
.woocommerce.archive ul.shop-categories li.show-all {
  text-transform: uppercase;
}
main.product .gallery-description {
  overflow: hidden;
}
@media (min-width: 800px) {
  main.product .gallery-description .inner {
    display: flex;
  }
  main.product .gallery-description .inner .product-gallery {
    flex: 1 1 50%;
    min-width: 0;
  }
  main.product .gallery-description .inner .product-description {
    flex: 0 0 50%;
  }
}
main.product .product-gallery {
  mix-blend-mode: multiply;
}
main.product .product-title {
  margin-bottom: 6rem;
}
main.product .product-description {
  position: relative;
  padding: var(--grid-gap-l) 0;
}
main.product .product-description:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 6vw;
  width: calc(50vw - 6vw);
  height: 100%;
  background-color: #d8d8d8;
}
@media (max-width: 799px) {
  main.product .product-description:after {
    left: -20vw;
    width: 140vw;
  }
}
@media (min-width: 799px) {
  main.product .product-description {
    padding: 4rem 0 4rem 12vw;
  }
}
main.product .product-rating {
  --product-rating-height: 24px;
  display: flex;
  align-items: center;
  height: var(--product-rating-height);
}
main.product .product-rating .star-rating, main.product .product-rating .star-rating:before, main.product .product-rating .star-rating span, main.product .product-rating .rating-count {
  padding: 0;
  height: var(--product-rating-height);
  line-height: var(--product-rating-height);
}
main.product .product-rating .star-rating {
  float: none;
  margin-right: 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.5em;
  width: 7.4em;
}
main.product .product-excerpt {
  margin-top: 1rem;
}
main.product .price-block {
  margin-top: 24px;
}
main.product .price-block form.cart input.qty {
  display: none;
  height: 100%;
  border: 1px solid;
  margin-right: 1rem;
}
main.product .price-block form.cart button[type="submit"] {
  margin-top: 24px;
}
main.product span.price {
  display: block;
  font-size: 20px;
  margin-right: 2em;
  font-weight: 600;
}
main.product span.price del {
  display: block;
}
main.product span.price ins {
  display: block;
  color: var(--accent-1);
  text-decoration: none;
  margin-top: 0.2rem;
}
main.product table.variations select {
  padding: 0.6em 1.2em;
  border-radius: 100px;
}
main.product table.variations th.label {
  text-align: left;
  padding-right: 1em;
}
main.product table.variations td.value {
  padding-bottom: 12px;
}
main.product table.variations .reset_variations {
  display: block;
  margin-top: 12px;
  text-align: right;
}
main.product article.product-content {
  margin-top: 8rem;
}
main.product section.product-upsell {
  margin-top: var(--spacing-l);
}
.product-reviews-swiper {
  margin-top: var(--spacing-l);
}
.product-reviews-swiper .woocommerce-Reviews-title {
  display: none;
}
.product-reviews-swiper img.avatar {
  display: none;
}
.product-reviews-swiper .comment-text {
  margin: 0 !important;
}
.product-reviews-swiper #reviews.woocommerce-Reviews #comments {
  width: 800px;
}
.product-reviews-swiper #reviews.woocommerce-Reviews #comments li.review {
  margin: 0;
  background-color: #ccc;
  border-radius: 24px;
}
.product-reviews-swiper #reviews.woocommerce-Reviews #comments li.review .comment-text {
  border: none;
}
.product-reviews-swiper #review_form_wrapper {
  margin-top: var(--spacing-l);
  padding-top: var(--spacing-l);
  border-top: solid 1px #ccc;
}
.product-reviews-swiper #review_form_wrapper .comment-reply-title {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.product-reviews-swiper #review_form_wrapper .comment-notes {
  text-align: center;
  margin-bottom: var(--spacing-s) !important;
}
.product-reviews-swiper #review_form_wrapper .comment-form-rating {
  display: flex;
  gap: var(--spacing-s);
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: var(--spacing-s) !important;
}
.product-reviews-swiper #review_form_wrapper .comment-form-rating .stars {
  margin: 0 !important;
}
.product-reviews-swiper #review_form_wrapper .reply-title, .product-reviews-swiper #review_form_wrapper .comment-form-rating, .product-reviews-swiper #review_form_wrapper .comment-form-comment, .product-reviews-swiper #review_form_wrapper .comment-form-author, .product-reviews-swiper #review_form_wrapper .comment-form-email {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  grid-gap: calc(var(--spacing-s) / 2) var(--spacing-s);
  /* display: grid;
            @media (min-width: $mobileBreakpoint){
                grid-template-columns: 1fr 1fr;
                grid-gap: var(--spacing-s);
            } */
}
.product-reviews-swiper #review_form_wrapper .reply-title > :nth-child(1), .product-reviews-swiper #review_form_wrapper .reply-title > :nth-child(2), .product-reviews-swiper #review_form_wrapper .comment-form-rating > :nth-child(1), .product-reviews-swiper #review_form_wrapper .comment-form-rating > :nth-child(2), .product-reviews-swiper #review_form_wrapper .comment-form-comment > :nth-child(1), .product-reviews-swiper #review_form_wrapper .comment-form-comment > :nth-child(2), .product-reviews-swiper #review_form_wrapper .comment-form-author > :nth-child(1), .product-reviews-swiper #review_form_wrapper .comment-form-author > :nth-child(2), .product-reviews-swiper #review_form_wrapper .comment-form-email > :nth-child(1), .product-reviews-swiper #review_form_wrapper .comment-form-email > :nth-child(2) {
  flex: 1;
}
.product-reviews-swiper #review_form_wrapper .comment-notes {
  margin-top: var(--spacing-s) !important;
  text-align: center;
}
.product-reviews-swiper #review_form_wrapper .comment-notes > span {
  display: block;
}
.product-reviews-swiper #review_form_wrapper .form-submit {
  text-align: center;
  margin-top: var(--spacing-s) !important;
}
.product-reviews-swiper #review_form_wrapper .form-submit input#submit {
  grid-column: span 2;
}
.product-reviews-swiper #review_form_wrapper label {
  text-align: right;
}
.single-product_ .site-main {
  width: var(--width-blocks);
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}
.single-product_ .gallery-excerpt {
  display: flex;
  grid-gap: 40px;
  gap: 40px;
}
@media (min-width: 799px) {
  .single-product_ .gallery-excerpt .gallery-col {
    flex: 1;
  }
  .single-product_ .gallery-excerpt .description-col {
    flex: 1.2;
  }
}
@media (max-width: 799px) {
  .single-product_ .gallery-excerpt {
    flex-direction: column;
  }
  .single-product_ .gallery-excerpt .gallery-col {
    order: 1;
  }
}
.single-product_ .product-excerpt {
  margin-top: 24px;
}
.single-product_ .product-description {
  margin-top: 32px;
}
.single-product_ .price-block {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.single-product_ .price-block .price {
  font-size: 20px;
  font-weight: bold;
  margin-right: 2em;
}
.single-product_ .price-block form.cart {
  display: flex;
  align-items: stretch;
}
.single-product_ .price-block form.cart input.qty {
  height: 100%;
  border: 1px solid;
}
.single-product_ .price-block .single_add_to_cart_button {
  border-radius: 0 !important;
}
.product.upsell-loop .product-title {
  margin-bottom: 0;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:not(:hover) {
  filter: grayscale(1);
  opacity: 0.2;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0px;
  max-width: unset;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex-control-nav {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
  width: 100%;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  counter-reset: line-number;
}
.flex-control-nav li {
  cursor: pointer;
}
.flex-control-nav li:before {
  display: none !important;
}
.flex-control-nav li img {
  aspect-ratio: 1;
  object-fit: cover;
}
.wp-block-woocommerce-cart {
  margin-top: var(--spacing-l);
}
/* // set widths
body.wc-page{
	.site-main{
		@extend .container;

		.entry-title{
			width: 100%;
		}
	}
}

.wc-cart{
	
	table.shop_table{
		--border-color: rgba(0,0,0,.1);
		border-color: var(--border-color);

		.product-thumbnail{
			img{
				width: 160px;
			}
		}

		.product-quantity{
			input{
				height: 32px;
				border: 1px solid;
			}	
		}
	}


	.cross-sells{
		ul.products{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
			grid-gap: 20px;

			&:before,
			&:after
			{
				display: none;
			}

		}
	}


	// mobile products list
	@media (max-width: $mobileBreakpoint){


		tr.cart_item{
			display: grid !important;
			grid-template-columns: 120px auto 100px;
			align-items: center;
			border-bottom: 1px solid var(--border-color);

			&:nth-child(2n){
				// background: #ccc;
			}



			td{
				border: none;
				background: none !important;
			}



			.product-remove{
				order: 4;
			}
			.product-thumbnail{
				order: 1;
				display: block;

				img{
					width: 100%;
				}

				&:before{
					display: none;
				}
			}
			.product-name{
				order: 2;
				text-align: right;
				&:before{
					display: none;
				}
			}

			.product-price{
				order: 3;
				&:before{
					display: none;
				}
			}
			.product-quantity{
				order: 4;
			}
			.product-subtotal{
				order: 5;
				&:before{
					display: none;
				}
			}
		}
	}
}

.wc-any.wc-checkout{
	--border-color: #ccc;
	form.checkout{
		input{
			height: auto;
			line-height: 28px;
			border: 1px solid;
			padding: 0;
			text-indent: 10px;
			border-color: var(--border-color);
		}
		textarea{
			border-color: var(--border-color);
		}

		// country select
		.select2-selection
		{
			border-radius: 0;
			border-color: var(--border-color);
		}
	}
} */
