@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
figure, .wp-block-pullquote {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #040404;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #040404;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #8A817A;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.85;
}

strong, b {
  font-weight: 700;
}

small {
  font-size: 0.875rem;
}

figure audio {
  display: block;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section__title {
  text-align: center;
  margin-bottom: 20px;
}

.section__text {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.menu-open {
  overflow: hidden;
}

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

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

.announcement-bar {
  background-color: #8A817A;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 13px 20px;
  position: relative;
  z-index: 100;
}
.announcement-bar__text {
  margin: 0;
}
.announcement-bar a {
  color: #fff;
  text-decoration: underline;
}
.announcement-bar a:hover {
  text-decoration: none;
}

.site-header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.admin-bar .site-header-wrapper {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header-wrapper {
    top: 46px;
  }
}

.site-header {
  background: transparent;
  position: relative;
  z-index: 99;
  transition: background 0.2s ease;
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(138, 129, 122, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header__inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.site-header__left,
.site-header__center,
.site-header__right {
  display: flex;
  align-items: center;
}

.site-header__left {
  flex: 1;
  gap: 20px;
}

.site-header__center {
  flex: 0 0 auto;
}

.site-header__right {
  flex: 1;
  justify-content: flex-end;
  gap: 20px;
}

.site-header__menu-toggle {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  padding: 0;
  transition: all 0.2s ease;
}
.site-header__menu-toggle:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .site-header__menu-toggle .site-header__menu-label {
    display: none;
  }
}

.site-header__logo {
  display: block;
}

.site-header__logo-img {
  max-width: 220px;
  height: auto;
  display: block;
}
.site-header.is-scrolled .site-header__logo-img {
  max-width: 180px;
}
.site-header__logo-img--dark {
  display: none;
}

.no-page-header .site-header__logo-img--white {
  display: none;
}
.no-page-header .site-header__logo-img--dark {
  display: block;
}

.site-header__search-toggle {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: inherit;
  padding: 0;
  transition: all 0.2s ease;
}
.site-header__search-toggle:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .site-header__search-toggle .site-header__search-label {
    display: none;
  }
}

.language-switcher {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  font-size: 14px;
}
.language-switcher li {
  color: #fff;
}
.language-switcher a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.language-switcher a:hover {
  text-decoration: underline;
}
.language-switcher a.is-active {
  font-weight: 700;
}
.language-switcher__separator {
  display: none;
}

.no-page-header .site-header-wrapper {
  position: relative;
  top: auto;
}
.no-page-header .site-header {
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}
.no-page-header .site-header__menu-toggle,
.no-page-header .site-header__search-toggle {
  color: #040404;
}
.no-page-header .language-switcher li {
  color: #040404;
}
.no-page-header .language-switcher a {
  color: #040404;
}
.no-page-header .site-header.is-scrolled {
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}
.no-page-header .page-header-slider-section {
  display: none;
}

.off-canvas-overlay {
  position: fixed;
  top: var(--off-canvas-top, 0px);
  left: 0;
  right: 0;
  height: var(--off-canvas-height, 100vh);
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu {
  position: fixed;
  left: 0;
  top: var(--off-canvas-top, 0px);
  height: var(--off-canvas-height, 100vh);
  width: 380px;
  background: #d0cdca;
  z-index: 201;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.off-canvas-menu.is-open {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .off-canvas-menu {
    width: 100%;
    max-width: 380px;
  }
}

.off-canvas-menu__header {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.off-canvas-menu__close {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #040404;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.off-canvas-menu__close:hover {
  opacity: 0.7;
}

.off-canvas-menu__primary-list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.off-canvas-menu__primary-list li a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 400;
  color: #040404;
  text-decoration: none;
  border-bottom: 1px solid #b8b4af;
  transition: all 0.2s ease;
}
.off-canvas-menu__primary-list li a:hover {
  opacity: 0.8;
}

.off-canvas-menu__secondary-list {
  list-style: none;
  padding: 20px;
  margin: 0;
}
.off-canvas-menu__secondary-list li a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  color: #040404;
  text-decoration: none;
  transition: all 0.2s ease;
}
.off-canvas-menu__secondary-list li a:hover {
  color: #040404;
  opacity: 0.8;
}

.off-canvas-menu__language {
  padding: 0 20px;
}
.off-canvas-menu__language .language-switcher {
  font-size: 14px;
}
.off-canvas-menu__language .language-switcher a {
  color: #040404;
  font-size: 14px;
}
.off-canvas-menu__language .language-switcher a.is-active {
  font-weight: 700;
}

.off-canvas-menu__social {
  display: flex;
  gap: 12px;
  padding: 20px;
}
.off-canvas-menu__social a {
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
  border-radius: 50%;
  border: none;
  background: #8a817a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d0cdca;
  text-decoration: none;
  transition: all 0.2s ease;
}
.off-canvas-menu__social a svg {
  stroke: #d0cdca;
  color: #d0cdca;
}
.off-canvas-menu__social a:hover {
  opacity: 0.85;
}

.sub-footer {
  background-color: #fff;
  border-top: 1px solid #8A817A;
  padding: 30px 0;
  color: #040404;
}

.sub-footer__inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.sub-footer__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #6b6560;
}

.sub-footer__social {
  display: flex;
  gap: 12px;
}

.sub-footer__social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #88807b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
}
.sub-footer__social-link svg {
  fill: none;
  stroke: #fff;
}
.sub-footer__social-link:hover {
  background: #6d6763;
  color: #fff;
}

.site-footer {
  background-color: #8a817a;
  color: #fff;
  padding: 60px 0 30px;
}

.site-footer__inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

.site-footer__logo-img {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  grid-column: 2/-1;
}
@media (max-width: 991px) {
  .site-footer__columns {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-footer__columns {
    grid-template-columns: 1fr;
  }
}

.site-footer__column-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.site-footer__menu li {
  margin-bottom: 5px;
}
.site-footer__menu a {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.2s ease;
}
.site-footer__menu a:hover {
  text-decoration: underline;
}

.site-footer__bottom {
  padding: 0;
  margin-top: 30px;
}

.site-footer__bottom-inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

.site-footer__copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.site-footer__bottom-separator {
  color: #fff;
  font-size: 12px;
  margin: 0 8px;
}

.site-footer__bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0;
}
.site-footer__bottom-menu li:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  opacity: 1;
  color: #fff;
}
.site-footer__bottom-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s ease;
}
.site-footer__bottom-menu a:hover {
  text-decoration: underline;
}

#sidebar {
  background: #eeeeee;
  padding: 20px;
}
#sidebar .widget-area {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.sidebar-widget {
  background: #fff;
  padding: 20px;
  /* <nav aria-label="Vorige en volgende maanden" class="wp-calendar-nav">
  	<span class="wp-calendar-nav-prev">&nbsp;</span>
  	<span class="pad">&nbsp;</span>
  	<span class="wp-calendar-nav-next">&nbsp;</span>
  </nav> */
}
.sidebar-widget table.wp-calendar-table {
  width: 100%;
  margin: 0;
}
.sidebar-widget table.wp-calendar-table caption {
  background: #D0CDCA;
  color: #fff;
  padding: 10px;
}
.sidebar-widget table.wp-calendar-table th, .sidebar-widget table.wp-calendar-table td {
  padding: 12px 5px;
  text-align: center;
  vertical-align: middle;
  background: #eeeeee;
}
.sidebar-widget table.wp-calendar-table th a, .sidebar-widget table.wp-calendar-table td a {
  font-weight: bold;
  text-decoration: none;
  color: #8A817A;
}
.sidebar-widget table.wp-calendar-table th a:hover, .sidebar-widget table.wp-calendar-table td a:hover {
  color: #D0CDCA;
}
.sidebar-widget table.wp-calendar-table th {
  font-weight: bold;
  background: #fff;
}
.sidebar-widget table + .wp-calendar-nav {
  background: #eeeeee;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.sidebar-widget table + .wp-calendar-nav a {
  color: #D0CDCA;
  font-weight: bold;
  text-decoration: none;
}
.sidebar-widget table + .wp-calendar-nav a:hover {
  color: #8A817A;
}

#page-content {
  width: 100%;
  background: #fff;
}

.main-content {
  width: 100%;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.container--narrow {
  max-width: 860px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.page-content-single {
  padding-top: 40px;
  padding-bottom: 60px;
}
.page-content-single__header {
  margin-bottom: 30px;
}
.page-content-single__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.page-content-single__date {
  display: block;
  font-size: 14px;
  color: #8A817A;
}

.downloads-section {
  margin-top: 60px;
}

.section--error {
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-404__inner {
  text-align: center;
}

.error-404__code {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #8A817A;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .error-404__code {
    font-size: 80px;
  }
}

.error-404__title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

.error-404__description {
  font-size: 16px;
  max-width: 540px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.error-404__search {
  max-width: 480px;
  margin: 0 auto 30px;
}

.error-404__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-header {
  margin-bottom: 30px;
}

#comments {
  background: #eeeeee;
  padding: 20px;
  margin-top: 20px;
  display: block;
}
#comments .comment-form-comment label {
  font-weight: bold;
}
#comments #respond {
  background: #8A817A;
  padding: 20px;
}
#comments #respond:not(:first-child) {
  margin-top: 20px;
}
#comments #respond .submit {
  background: #D0CDCA;
}
#comments #respond .form-submit {
  margin-bottom: 0;
}
#comments #comments-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#comments #comments-list ul li {
  background: #fff;
  padding: 20px;
}
#comments #comments-list ul li ul li {
  border-left: 5px solid #8A817A;
  padding-top: 0;
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 0;
}
#comments .comment-author {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #040404;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#comments .comment-meta {
  color: #040404;
  border-bottom: 1px solid #040404;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#comments .comment-meta a {
  color: inherit;
  opacity: 0.5;
}
#comments .comment-meta a:hover {
  color: #8A817A;
  opacity: 1;
}
#comments .comment-reply-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
#comments .logged-in-as .required-field-message {
  display: block;
}

.styled-menu {
  display: flex;
  gap: 20px;
  background: #eeeeee;
  padding: 20px;
  list-style: none !important;
}
@media (max-width: 767px) {
  .styled-menu {
    flex-direction: column;
  }
}
.styled-menu ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  .styled-menu ul {
    flex-direction: column;
  }
}
.styled-menu li {
  position: relative;
  margin-right: 20px;
}
.styled-menu li a {
  display: block;
  padding: 0px;
  color: #040404;
  text-decoration: none;
}
.styled-menu li a:hover {
  color: #D0CDCA;
}
.styled-menu li.current_page_item a {
  color: #D0CDCA;
}
.styled-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #D0CDCA;
  min-width: 180px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .styled-menu .sub-menu {
    position: static;
  }
}
.styled-menu .sub-menu li {
  margin: 0;
}
.styled-menu .sub-menu li a {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
}
.styled-menu .sub-menu li a:hover {
  background: #8A817A;
  color: #040404;
}
.styled-menu .sub-menu li.current_page_item.menu-item-has-children a {
  background: #8A817A;
  color: #040404;
}
.styled-menu li {
  margin: 0;
}
.styled-menu li.menu-item-has-children > a:after {
  content: "+";
  font-weight: 900;
  margin-left: 5px;
  display: inline-block;
  width: 10px;
}
.styled-menu li.menu-item-has-children > a:hover:after {
  content: "-";
  color: #D0CDCA;
}
.styled-menu li.current-menu-parent.menu-item-has-children > a {
  color: #D0CDCA;
}
.styled-menu li.current-menu-parent.menu-item-has-children > a:after {
  content: "-";
  color: #D0CDCA;
}
.styled-menu li:hover > .sub-menu {
  display: block;
}
.styled-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.inline-menu {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.inline-menu ul {
  list-style: none !important;
}
.inline-menu li {
  margin: 0;
}
.inline-menu li a {
  display: block;
  padding: 0px;
  color: #fff;
  text-decoration: none;
}
.inline-menu li a:hover {
  color: #8A817A;
}
.inline-menu li.current_page_item a {
  color: #8A817A;
}
.inline-menu li.menu-item-has-children > a {
  font-size: 18px;
  font-weight: 700;
}
.inline-menu li .sub-menu .menu-item-has-children:not(:first-child) {
  margin-top: 20px;
}

.navigation.pagination,
.pagination {
  margin: 30px 0;
  text-align: center;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  padding: 0;
  color: #040404;
  flex-wrap: wrap;
}
.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #D0CDCA;
  border-radius: 5px;
  background: #fff;
  color: #040404;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.nav-links .page-numbers:hover {
  border-color: #8A817A;
  color: #8A817A;
  background: #fff;
}
.nav-links .page-numbers.current {
  background: #8A817A;
  border-color: #8A817A;
  color: #fff;
}
.nav-links .page-numbers.current:hover {
  color: #fff;
}
.nav-links .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
  color: #040404;
}
.nav-links .page-numbers.dots:hover {
  color: #040404;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  padding: 0 16px;
  font-weight: 700;
}

/* // Wordpress "Search" via get_search_form() or widget
.search-form {
  display: flex;
  align-items: center;
  background: $color__secondary;
  padding: $spacing_padding_small;
  gap: $spacing_gap_extra-small;

  label {
    width: 100%;
    margin: 0;
  }

  .search-field {

  }

  .search-submit {
  }
}
   */
.entry-meta {
  background: #D0CDCA;
  color: #fff;
  padding: 20px;
  display: flex;
  gap: 5px;
}
.entry-meta a {
  color: inherit;
  text-decoration: underline;
}
.entry-footer {
  background: #D0CDCA;
  color: #fff;
  padding: 20px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.entry-footer a {
  color: inherit;
  text-decoration: underline;
}
.entry-footer > span > a:first-of-type {
  margin-left: 5px;
}
.entry-content {
  padding: 0;
  background: none;
}
.entry-summary {
  padding: 0;
  margin-top: 20px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  /*   color: $color__body;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 15px;
    font-size: 1rem;
    border-radius: 0px;
    // transition: all .2s ease;
    background: $color__white;
    border: none;
    width: 100%;
    font-family: inherit;
    outline: none;
    min-height: 52px;

    &:focus {
    // &:focus,&:not([value=""]) {
    //   outline: 2px solid $color__secondary;
      background: $color__white;
    } */
}

.button,
.btn,
button[type=submit],
input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: #8A817A;
  color: #fff;
  transition: all 0.2s ease;
}
.button:hover,
.btn:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  opacity: 0.85;
}
.button:disabled, .button.disabled,
.btn:disabled,
.btn.disabled,
button[type=submit]:disabled,
button[type=submit].disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.button._loading-state,
.btn._loading-state,
button[type=submit]._loading-state,
input[type=submit]._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
.button.button-secondary,
.btn.button-secondary,
button[type=submit].button-secondary,
input[type=submit].button-secondary {
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.button.button-outline,
.btn.button-outline,
button[type=submit].button-outline,
input[type=submit].button-outline {
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.button i,
.btn i,
button[type=submit] i,
input[type=submit] i {
  width: 20px;
  text-align: right;
  position: relative;
  top: 1px;
}
.button i:only-child,
.btn i:only-child,
button[type=submit] i:only-child,
input[type=submit] i:only-child {
  text-align: center;
}
.button .button-content,
.btn .button-content,
button[type=submit] .button-content,
input[type=submit] .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .button .button-content,
  .btn .button-content,
  button[type=submit] .button-content,
  input[type=submit] .button-content {
    gap: 10px;
  }
}

.btn--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: #8A817A;
  color: #fff;
  transition: all 0.2s ease;
}
.btn--primary:hover {
  opacity: 0.85;
}
.btn--primary:disabled, .btn--primary.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.btn--primary._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
.btn--primary.button-secondary {
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.btn--primary.button-outline {
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.btn--primary i {
  width: 20px;
  text-align: right;
  position: relative;
  top: 1px;
}
.btn--primary i:only-child {
  text-align: center;
}
.btn--primary .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn--primary .button-content {
    gap: 10px;
  }
}

.button-secondary,
.btn--secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: #8A817A;
  color: #fff;
  transition: all 0.2s ease;
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.button-secondary:hover,
.btn--secondary:hover {
  opacity: 0.85;
}
.button-secondary:disabled, .button-secondary.disabled,
.btn--secondary:disabled,
.btn--secondary.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.button-secondary._loading-state,
.btn--secondary._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
.button-secondary.button-secondary,
.btn--secondary.button-secondary {
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.button-secondary.button-outline,
.btn--secondary.button-outline {
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.button-secondary i,
.btn--secondary i {
  width: 20px;
  text-align: right;
  position: relative;
  top: 1px;
}
.button-secondary i:only-child,
.btn--secondary i:only-child {
  text-align: center;
}
.button-secondary .button-content,
.btn--secondary .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .button-secondary .button-content,
  .btn--secondary .button-content {
    gap: 10px;
  }
}

.button-outline,
.btn--outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: #8A817A;
  color: #fff;
  transition: all 0.2s ease;
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.button-outline:hover,
.btn--outline:hover {
  opacity: 0.85;
}
.button-outline:disabled, .button-outline.disabled,
.btn--outline:disabled,
.btn--outline.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.button-outline._loading-state,
.btn--outline._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
.button-outline.button-secondary,
.btn--outline.button-secondary {
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.button-outline.button-outline,
.btn--outline.button-outline {
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.button-outline i,
.btn--outline i {
  width: 20px;
  text-align: right;
  position: relative;
  top: 1px;
}
.button-outline i:only-child,
.btn--outline i:only-child {
  text-align: center;
}
.button-outline .button-content,
.btn--outline .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .button-outline .button-content,
  .btn--outline .button-content {
    gap: 10px;
  }
}
.button-outline:hover,
.btn--outline:hover {
  background: #8A817A;
  color: #fff;
}

.btn--white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: #8A817A;
  color: #fff;
  transition: all 0.2s ease;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn--white:hover {
  opacity: 0.85;
}
.btn--white:disabled, .btn--white.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.btn--white._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
.btn--white.button-secondary {
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.btn--white.button-outline {
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.btn--white i {
  width: 20px;
  text-align: right;
  position: relative;
  top: 1px;
}
.btn--white i:only-child {
  text-align: center;
}
.btn--white .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn--white .button-content {
    gap: 10px;
  }
}
.btn--white:hover {
  background: #fff;
  color: #040404;
}

.btn--white-solid {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: #8A817A;
  color: #fff;
  transition: all 0.2s ease;
  background: #fff;
  color: #040404;
  border: 1px solid #fff;
}
.btn--white-solid:hover {
  opacity: 0.85;
}
.btn--white-solid:disabled, .btn--white-solid.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.btn--white-solid._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
.btn--white-solid.button-secondary {
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.btn--white-solid.button-outline {
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.btn--white-solid i {
  width: 20px;
  text-align: right;
  position: relative;
  top: 1px;
}
.btn--white-solid i:only-child {
  text-align: center;
}
.btn--white-solid .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn--white-solid .button-content {
    gap: 10px;
  }
}
.btn--white-solid:hover {
  background: #fff;
  color: #040404;
  opacity: 0.9;
}

.button-sm,
.btn--sm {
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1;
}

.button-lg,
.btn--lg {
  padding: 18px 40px;
  font-size: 16px;
  line-height: 1;
}

.button-full {
  width: 100%;
}

.page-header-slider-section {
  position: relative;
}

.page-header-slider {
  width: 100%;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-header-slider {
    min-height: 400px;
  }
}
.page-header-slider .swiper-slide {
  height: auto;
  min-height: inherit;
}

.page-header-slider__image {
  width: 100%;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .page-header-slider__image {
    min-height: 400px;
  }
}

.page-header-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.page-header-slider__content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
}
.page-header-slider__content--bottom-left {
  text-align: left;
}
.page-header-slider__content--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-header-slider__title {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.2;
  font-style: normal;
}
@media (max-width: 767px) {
  .page-header-slider__title {
    font-size: 32px;
  }
}

.page-header-slider__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  max-width: 600px;
  line-height: 1.6;
  margin: 0 0 10px;
}

.page-header-slider__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page-header-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.page-header-slider__nav svg {
  display: none;
}
.page-header-slider__nav:hover {
  opacity: 0.7;
}
.page-header-slider__nav--prev {
  left: 20px;
}
.page-header-slider__nav--prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 16px solid #fff;
}
.page-header-slider__nav--next {
  right: 20px;
}
.page-header-slider__nav--next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #fff;
}

.page-header-slider__pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-border-radius: 0;
}
.page-header-slider__pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: height 0.2s ease;
}
.page-header-slider__pagination .swiper-pagination-bullet-active {
  height: 5px;
}

.breadcrumb {
  padding: 25px 0;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb a {
  color: #040404;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.breadcrumb a:hover {
  color: #8A817A;
}

.breadcrumb__separator {
  margin: 0 1px;
  color: #8A817A;
}

.breadcrumb__current {
  color: #8A817A;
}

.product-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-self: start;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #8A817A;
}

.product-card__image {
  aspect-ratio: 623/322;
  overflow: hidden;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.product-card__image:hover img {
  transform: scale(1.05);
}

.product-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #040404;
}
.product-card__title a {
  color: #040404;
  text-decoration: none;
}
.product-card__title a:hover {
  color: #8A817A;
}

.product-card__description {
  font-size: 14px;
  color: #040404;
  margin-bottom: 15px;
  line-height: 1.6;
}

.product-card__price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #040404;
}

.product-card__actions,
.product-card__buttons {
  display: flex;
  gap: 10px;
  margin-top: auto;
  flex-wrap: wrap;
}
.product-card__actions .button,
.product-card__buttons .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: #8A817A;
  color: #fff;
  transition: all 0.2s ease;
  font-size: 14px;
  padding: 10px 30px;
  line-height: 1;
}
.product-card__actions .button:hover,
.product-card__buttons .button:hover {
  opacity: 0.85;
}
.product-card__actions .button:disabled, .product-card__actions .button.disabled,
.product-card__buttons .button:disabled,
.product-card__buttons .button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.product-card__actions .button._loading-state,
.product-card__buttons .button._loading-state {
  pointer-events: none;
  opacity: 0.4;
}
.product-card__actions .button.button-secondary,
.product-card__buttons .button.button-secondary {
  background: #fff;
  color: #040404;
  border-color: transparent;
}
.product-card__actions .button.button-outline,
.product-card__buttons .button.button-outline {
  background: #fff;
  color: #040404;
  border: 1px solid #8A817A;
}
.product-card__actions .button i,
.product-card__buttons .button i {
  width: 20px;
  text-align: right;
  position: relative;
  top: 1px;
}
.product-card__actions .button i:only-child,
.product-card__buttons .button i:only-child {
  text-align: center;
}
.product-card__actions .button .button-content,
.product-card__buttons .button .button-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .product-card__actions .button .button-content,
  .product-card__buttons .button .button-content {
    gap: 10px;
  }
}

:root {
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 48px;
  height: 48px;
  transition: all 0.2s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  transition: all 0.2s ease;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper--dark .swiper-button-next,
.swiper--dark .swiper-button-prev {
  color: #040404;
}
.swiper--dark .swiper-pagination-bullet {
  background: #040404;
}

.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .swiper {
  overflow: hidden;
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
}
.carousel-nav .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  flex: 1;
  gap: 0;
}
.carousel-nav .swiper-pagination-bullet {
  flex: 1;
  height: 2px;
  border-radius: 0;
  background: #040404;
  opacity: 1;
  transition: height 0.2s ease;
}
.carousel-nav .swiper-pagination-bullet-active {
  height: 4px;
  background: #040404;
}
.carousel-nav .swiper-pagination-bullets {
  width: auto !important;
  margin: 0 10px !important;
  display: flex;
  align-items: center;
}
.carousel-nav [class*=__nav--prev],
.carousel-nav [class*=__nav--next] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #040404;
  cursor: pointer;
  color: #040404;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.carousel-nav [class*=__nav--prev] svg,
.carousel-nav [class*=__nav--next] svg {
  width: 26px;
  height: 26px;
}
.carousel-nav [class*=__nav--prev]:hover,
.carousel-nav [class*=__nav--next]:hover {
  background: #040404;
  color: #fff;
}
.carousel-nav [class*=__nav--prev]:hover svg,
.carousel-nav [class*=__nav--next]:hover svg {
  stroke: #fff;
}
.carousel-nav [class*=__nav--prev] {
  margin-right: 0;
}
.carousel-nav [class*=__nav--next] {
  margin-left: 0;
}

.section-carousel {
  position: relative;
  padding: 60px 0;
}

.section-carousel__header {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-carousel__title {
  font-size: 1.75rem;
  font-weight: 700;
}

.section-carousel__nav {
  display: flex;
  gap: 10px;
}

.page-header-slider-section {
  position: relative;
}

.help-bar {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 20;
  background: #e7e6e4;
  border-radius: 0;
  padding: 30px;
  width: 280px;
  text-align: center;
}
@media (max-width: 767px) {
  .help-bar {
    bottom: 0;
    width: 240px;
    padding: 20px;
  }
}

.help-bar__title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #040404;
}

.help-bar__description {
  font-size: 12px;
  font-weight: 400;
  color: #040404;
  opacity: 0.7;
  margin: 0 0 20px;
  line-height: 1.6;
}

.help-bar__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.help-bar__actions .btn {
  width: 100%;
}

.accordion__item {
  border-top: 1px solid #040404;
  border-bottom: 1px solid #040404;
}
.accordion__item + .accordion__item {
  border-top: 0;
}

.accordion__header {
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #040404;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  transition: all 0.2s ease;
}
.accordion__header:hover {
  color: #8A817A;
}

.accordion__title {
  font-size: 14px;
  font-weight: 400;
  color: #040404;
}
.accordion__item.is-open .accordion__title {
  font-weight: 700;
}

.accordion__item.is-open > .accordion__header {
  font-weight: 700;
}

.accordion__icon {
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 20px;
}
.accordion__icon .accordion__icon--open {
  display: none;
}
.accordion__icon .accordion__icon--closed {
  display: inline;
}
.accordion__item.is-open .accordion__icon .accordion__icon--open {
  display: inline;
}
.accordion__item.is-open .accordion__icon .accordion__icon--closed {
  display: none;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion__item.is-open .accordion__content {
  max-height: 1000px;
}

.accordion__content-inner {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #040404;
}
.accordion__content-inner p {
  margin-bottom: 10px;
}
.accordion__content-inner p:last-child {
  margin-bottom: 0;
}
.accordion__content-inner a {
  color: #8A817A;
  text-decoration: underline;
}
.accordion__content-inner a:hover {
  text-decoration: none;
}

.image-banner {
  width: 100%;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .image-banner {
    min-height: 40vh;
  }
}

.image-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.image-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  align-items: center;
  padding: 40px 20px;
}

.image-banner__subtitle {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}

.image-banner__title {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .image-banner__title {
    font-size: 32px;
  }
}

.image-banner__text {
  font-size: 1.125rem;
  color: #fff;
  max-width: 700px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.image-banner__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.section--intro {
  text-align: center;
  padding: 60px 0;
}
.section--intro .section__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
.section--intro .section__text {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

.collection-carousel-section,
.news-carousel-section,
.stories-carousel-section {
  padding: 40px 0;
  overflow: hidden;
}
.collection-carousel-section__title,
.news-carousel-section__title,
.stories-carousel-section__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.collection-card__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
}
.collection-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.collection-card__description {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.collection-card__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.collection-card__buttons .btn {
  font-size: 14px;
  padding: 10px 30px;
  line-height: 1;
}

.news-carousel-section .news-card {
  display: flex;
  flex-direction: row;
  background: #D0CDCA;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .news-carousel-section .news-card {
    flex-direction: column;
  }
}
.news-carousel-section .news-card__body {
  width: 50%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-carousel-section .news-card__body {
    width: 100%;
  }
}
.news-carousel-section .news-card__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.news-carousel-section .news-card__title a {
  color: #040404;
  text-decoration: none;
}
.news-carousel-section .news-card__title a:hover {
  color: #8A817A;
}
.news-carousel-section .news-card__excerpt {
  font-size: 14px;
  color: #040404;
  margin: 0 0 20px;
  flex-grow: 1;
}
.news-carousel-section .news-card__btn {
  align-self: flex-start;
}
.news-carousel-section .news-card__image {
  width: 50%;
  min-height: 250px;
}
@media (max-width: 767px) {
  .news-carousel-section .news-card__image {
    width: 100%;
    min-height: 200px;
  }
}
.news-carousel-section .news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.story-card__image {
  aspect-ratio: 323/420;
  overflow: hidden;
  margin-bottom: 20px;
}
.story-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.story-card__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.story-card__excerpt {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  flex-grow: 1;
}
.story-card__btn {
  align-self: flex-start;
  margin-top: auto;
}

.stories-carousel .swiper-slide,
.news-carousel .swiper-slide,
.collection-carousel .swiper-slide {
  height: auto;
  display: flex;
}
.stories-carousel .swiper-slide > .story-card,
.stories-carousel .swiper-slide > .news-card,
.stories-carousel .swiper-slide > .collection-card,
.news-carousel .swiper-slide > .story-card,
.news-carousel .swiper-slide > .news-card,
.news-carousel .swiper-slide > .collection-card,
.collection-carousel .swiper-slide > .story-card,
.collection-carousel .swiper-slide > .news-card,
.collection-carousel .swiper-slide > .collection-card {
  width: 100%;
}

.collection-carousel__nav,
.news-carousel__nav,
.stories-carousel__nav {
  cursor: pointer;
  color: #040404;
  transition: all 0.2s ease;
  display: inline-flex;
}
.collection-carousel__nav:hover,
.news-carousel__nav:hover,
.stories-carousel__nav:hover {
  opacity: 0.6;
}

.collection-carousel__pagination,
.news-carousel__pagination,
.stories-carousel__pagination {
  text-align: center;
  margin-top: 20px;
}

.product-listing__toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.product-listing__count {
  font-size: 14px;
  font-weight: 700;
  padding-right: 20px;
}
.product-listing__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-listing__sort-wrapper {
  position: relative;
}
.product-listing__sort-toggle, .product-listing__filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.product-listing__sort-toggle svg, .product-listing__filter-toggle svg {
  flex-shrink: 0;
}
.product-listing__sort-wrapper .product-listing__sort-caret {
  transition: transform 0.2s ease;
}
.product-listing__sort-wrapper.is-open .product-listing__sort-caret {
  transform: rotate(180deg);
}
.product-listing__filter-icon {
  display: flex;
  align-items: center;
}
.product-listing__filter-count {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin: -2px 0;
  border-radius: 9px;
  background: #040404;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.product-listing__filter-toggle.is-active .product-listing__filter-count:not(:empty) {
  display: inline-flex;
}
.product-listing__sort-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #D0CDCA;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  min-width: 200px;
  z-index: 10;
}
.product-listing__sort-dropdown.is-visible {
  display: block;
}
.product-listing__sort-dropdown label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 14px;
}
.product-listing__sort-dropdown label:hover {
  background: #F5F4F3;
}
.product-listing__content {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .product-listing__content {
    flex-direction: column;
  }
}
.product-listing__sidebar {
  width: 260px;
  flex-shrink: 0;
  display: none;
}
.product-listing__sidebar.is-visible {
  display: block;
}
@media (max-width: 767px) {
  .product-listing__sidebar {
    width: 100%;
  }
}
.product-listing__sidebar h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-listing__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  align-self: flex-start;
  gap: 22px;
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .product-listing__grid {
    grid-template-columns: 1fr;
  }
}

.filter-group {
  border: 1px solid #040404;
  padding: 16px 22px;
  margin-bottom: 20px;
}
.filter-group__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
.filter-group__header h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.filter-group__icon {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.filter-group__icon--open {
  display: inline;
}
.filter-group__icon--closed {
  display: none;
}
.filter-group.is-collapsed .filter-group__icon--open {
  display: none;
}
.filter-group.is-collapsed .filter-group__icon--closed {
  display: inline;
}
.filter-group.is-collapsed .filter-group__content {
  display: none;
}
.filter-group__content {
  margin-top: 10px;
}

.facetwp-facet-checkboxes .facetwp-checkbox,
.facetwp-type-checkboxes .facetwp-checkbox {
  background: none !important;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  margin: 6px 0;
  color: #040404;
  transition: color 0.15s ease;
}
.facetwp-facet-checkboxes .facetwp-checkbox::before,
.facetwp-type-checkboxes .facetwp-checkbox::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease;
}
.facetwp-facet-checkboxes .facetwp-checkbox:hover,
.facetwp-type-checkboxes .facetwp-checkbox:hover {
  color: #8A817A;
}
.facetwp-facet-checkboxes .facetwp-checkbox.checked::before,
.facetwp-type-checkboxes .facetwp-checkbox.checked::before {
  background-color: #707070;
  border-color: #707070;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8 7 12 13 4'/%3E%3C/svg%3E");
}
.facetwp-facet-checkboxes .facetwp-checkbox.disabled, .facetwp-facet-checkboxes .facetwp-checkbox[aria-disabled=true],
.facetwp-type-checkboxes .facetwp-checkbox.disabled,
.facetwp-type-checkboxes .facetwp-checkbox[aria-disabled=true] {
  opacity: 0.4;
  cursor: not-allowed;
}
.facetwp-facet-checkboxes .facetwp-counter,
.facetwp-type-checkboxes .facetwp-counter {
  color: #8A817A;
  font-size: 13px;
}
.facetwp-facet-checkboxes .facetwp-display-value,
.facetwp-type-checkboxes .facetwp-display-value {
  flex: 1;
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .product-detail {
    grid-template-columns: 1fr;
  }
}
.product-detail__gallery {
  position: relative;
}
.product-detail__main-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-detail__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail__thumbnails {
  display: flex;
  gap: 10px;
}
.product-detail__thumbnails .thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.product-detail__thumbnails .thumbnail.is-active, .product-detail__thumbnails .thumbnail:hover {
  border-color: #8A817A;
}
.product-detail__thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail__info {
  display: flex;
  flex-direction: column;
}
.product-detail__title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.product-detail__price {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-detail__dealer-link {
  margin-bottom: 20px;
}
.product-detail__description {
  margin-bottom: 30px;
  font-size: 0.875rem;
}
.product-detail__description ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}
.product-detail__tabs {
  margin-bottom: 20px;
}
.product-detail__tab-nav {
  display: flex;
  border-bottom: 1px solid #D0CDCA;
  margin-bottom: 0;
}
.product-detail__tab-btn {
  flex: 1;
  padding: 12px 16px;
  background: #F5F4F3;
  border: 1px solid #D0CDCA;
  border-bottom: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  color: #040404;
  transition: all 0.2s ease;
}
.product-detail__tab-btn:not(:first-child) {
  border-left: none;
}
.product-detail__tab-btn.is-active {
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.product-detail__tab-btn:hover:not(.is-active) {
  background: #eeeceb;
}
.product-detail__tab-content {
  display: none;
  padding: 20px 0;
}
.product-detail__tab-content.is-active {
  display: block;
}
.product-detail__order {
  margin-bottom: 20px;
}
.product-detail__order-header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  gap: 20px;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0CDCA;
}
.product-detail__order-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
}
.product-detail__order-row input {
  width: 60px;
  padding: 8px;
  border: 1px solid #D0CDCA;
  text-align: center;
  border-radius: 4px;
}
.product-detail__add-to-cart {
  width: 100%;
  margin-bottom: 20px;
}
.product-detail__delivery {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #D0CDCA;
}
.product-detail__delivery svg {
  flex-shrink: 0;
}
.product-detail__help {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F5F4F3;
  border-radius: 8px;
  font-size: 0.875rem;
  margin-top: auto;
}
.product-detail__help svg {
  flex-shrink: 0;
}

.product-description {
  padding: 60px 0;
  border-top: 1px solid #D0CDCA;
}
.product-description__inner {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .product-description__inner {
    grid-template-columns: 1fr;
  }
}
.product-description__label {
  font-size: 1.75rem;
  font-weight: 700;
}

.product-details {
  padding: 60px 0;
  border-top: 1px solid #D0CDCA;
}
.product-details__inner {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .product-details__inner {
    grid-template-columns: 1fr;
  }
}
.product-details__label {
  font-size: 1.75rem;
  font-weight: 700;
}
.product-details__table {
  width: 100%;
}
.product-details__table tr {
  border-bottom: 1px solid #D0CDCA;
}
.product-details__table th, .product-details__table td {
  padding: 12px 0;
  text-align: left;
  font-size: 1rem;
}
.product-details__table th {
  font-weight: 600;
  width: 200px;
}

.product-upsell {
  background: #F5F4F3;
  padding: 60px 0;
}
.product-upsell__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.product-upsell__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .product-upsell__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .product-upsell__grid {
    grid-template-columns: 1fr;
  }
}

.section__title--left {
  text-align: left;
}

.section__intro {
  text-align: center;
  margin-bottom: 30px;
}

.section__intro-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #040404;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.news-grid .news-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.news-grid .news-card__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.news-grid .news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-grid .news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-grid .news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.6));
}
.news-grid .news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}
.news-grid .news-card__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  margin-bottom: 4px;
}
.news-grid .news-card__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
  color: #fff;
}
.news-grid .news-card__excerpt {
  display: none;
}

.load-more {
  text-align: center;
  padding: 0;
}

.search-results__header {
  text-align: center;
  padding: 40px 0 30px;
}

.search-results__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.search-results__title span {
  color: #8A817A;
}

.search-results__searchform {
  max-width: 540px;
  margin: 0 auto;
}

.search-results__empty {
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #fff;
  border: 1px solid #D0CDCA;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card__image {
  aspect-ratio: 413/209;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.blog-card__image img:hover {
  transform: scale(1.03);
}
.blog-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8A817A;
  margin-bottom: 6px;
}
.blog-card__title {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.blog-card__title a {
  color: #040404;
  text-decoration: none;
}
.blog-card__title a:hover {
  color: #8A817A;
}
.blog-card__excerpt {
  font-size: 12px;
  font-weight: 400;
  color: #040404;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .btn,
.blog-card .button {
  align-self: flex-start;
  width: auto;
  margin-top: auto;
}

.page-dealer-locator {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-dealer-locator__title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.page-dealer-locator__content {
  max-width: 780px;
  margin-bottom: 40px;
}
.page-dealer-locator__map {
  margin-top: 30px;
}