@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  background: #fff !important;
}

:root {
  --black: #0a0a0a;
  --white: #fff;
  --cream: #eeeae0;
  --sage: #7a8c6e;
  --sage-dark: #4e5c44;
  --orange: #e8832a;
  --gray-400: #9e9a92;
  --gray-600: #6a6560;
  --gray-800: #28251f;
  --img-1: #1e1e18;
  --img-2: #2a2a22;
  --img-3: #4a5c3c;
  --img-4: #5a6650;
  --img-5: #8c7d6a;
  --img-6: #3a3a30;
  --fd: "Cinzel", Georgia, serif;
  --fu: "neue-haas-grotesk-text", "Helvetica Neue", sans-serif;
  --fud: "neue-haas-grotesk-display", "Helvetica Neue", sans-serif;
}

/* ── NAV ── */
.nav {
  height: 56px;
  background: var(--white);
  border-bottom: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  z-index: 200;
  position: fixed;
  max-width: 1700px;

  width: 100%;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--black);
}
.nav__crest {
  width: 32px;
  height: 32px;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fd);
  font-size: 11px;
  font-weight: 600;
}
.nav__wordmark {
  font-family: var(--fd);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.nav__links {
  list-style: none;
  display: flex;
  align-items: stretch;
  height: 56px;
  margin: 0;
}
.slide-logo {
    max-width: 300px;
    margin: 0 auto 20px;
}
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.free__samples-menu {
  margin-right: -14px;
}

.nav-item > a,
.nav-item > button,
.nav-item  .free__samples-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 14px;
  height: 56px;
  font-family: var(--fud);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--black);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s;
  text-decoration: none;
}
.nav-item > a:hover,
.nav-item > button:hover,
.nav-item.open > button {
  border-bottom-color: var(--black);
}
.chevron {
  font-size: 8px;
  transition: transform 0.2s;
}
.nav-item.open .chevron {
  transform: rotate(180deg);
}

/* simple dropdowns */
.simple-dd {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border: 1px solid var(--black);
  border-top: none;
  min-width: 200px;
  z-index: 300;
}
.nav-item.open .simple-dd {
  display: block;
}
.simple-dd a {
  display: block;
  padding: 12px 18px;
  font-family: var(--fud);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gray-600);
  border-bottom: 1px solid #eee;
}
.simple-dd a:last-child {
  border-bottom: none;
}
.simple-dd a:hover {
  color: var(--black);
  background: var(--cream);
}

/* mega menu */
.mega {
  display: none;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  width: 900px;
  background: var(--white);
  border: 1px solid var(--black);
  border-top: none;
  z-index: 300;
  margin: 0 auto;
  max-width: 80%;
  max-width: 1700px;
  width: 100%;
}
.nav-item.open .mega {
  display: block;
}
.mega-bar {
  border-bottom: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
.mega-bar-tabs {
  display: flex;
  height: 100%;
}
.mega-bar-eyebrow {
  font-family: var(--fud);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gray-400);
  padding: 0 20px;
  border-right: 1px solid #eee;
  height: 100%;
  display: flex;
  align-items: center;
}
.pt-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 18px;
  height: 100%;
  font-family: var(--fud);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gray-600);
  border-right: 1px solid #eee;
  cursor: pointer;
  transition: background 0.15s;
}
.pt-tab:hover,
.pt-tab.active {
  background: var(--black);
  color: var(--white);
}
.pt-count {
  font-size: 9px;
  opacity: 0.5;
}
.mega-cta-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-family: var(--fud);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  background: var(--black);
  white-space: nowrap;
  color: #fff!important;
}
.mega-inner {
  display: grid;
  grid-template-columns: 200px 1fr 180px;
  min-height: 320px;
}
.mega-left {
  background: var(--black);
  color: var(--white);
  padding: 28px 24px;
  border-right: 1px solid var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mega-left .m-label {
  font-family: var(--fud);
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 8px;
}
.mega-left h3 {
  font-family: var(--fd);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mega-left .m-desc {
  font-family: var(--fu);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin-bottom: 16px;
}
.mega-left .m-foot {
  font-family: var(--fu);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
}
.mega-cta-btn {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7px 14px;
  font-family: var(--fud);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
}
.mega-cta-btn:hover {
  background: var(--white);
  color: var(--black);
}
.mega-centre {
  padding: 22px 24px;
}
.mega-centre-hdr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.mega-centre-hdr h4 {
  font-family: var(--fud);
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gray-400);
}
.mega-centre-hdr a {
  font-family: var(--fu);
  font-size: 11px;
  text-decoration: underline;
  color: var(--gray-400);
}
.coll-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.ci {
  padding: 0 10px 12px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: var(--black);
  display: block;
}
.ci:nth-child(5n) {
  border-right: none;
  padding-right: 0;
}
.ci:nth-child(n + 6) {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 12px;
}
.ci-thumb {
  width: 100%;
  aspect-ratio: 5/3;
  margin-bottom: 6px;
  transition: background 0.15s;
}
.ci:nth-child(5n + 1) .ci-thumb {
  background: #d8d4c8;
}
.ci:nth-child(5n + 2) .ci-thumb {
  background: #c0c8b4;
}
.ci:nth-child(5n + 3) .ci-thumb {
  background: #b4aa98;
}
.ci:nth-child(5n + 4) .ci-thumb {
  background: #8c9880;
}
.ci:nth-child(5n + 5) .ci-thumb {
  background: #4a5240;
}
.ci:hover .ci-thumb {
  background: var(--black) !important;
}
.ci-name {
  font-family: var(--fd);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: 500;
}
.ci-count {
  padding-left: 10px;
  font-family: var(--fu);
  font-size: 10px;
  color: var(--gray-400);
}
.mega-right {
  border-left: 1px solid var(--black);
  display: flex;
  flex-direction: column;
}
.mri {
  flex: 1;
  padding: 16px 18px;
  border-bottom: 1px solid var(--black);
  text-decoration: none;
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.15s;
}

.mri.active {
  background: #000;
  color: #fff;
}

.mri.active .mri-top {
  color: #fff;
}

.mri:last-child {
  border-bottom: none;
}
.mri:hover {
  background: var(--black);
  color: var(--white);
}
.mri:hover .mri-sub {
  color: rgba(255, 255, 255, 0.4);
}
.mri-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
.mri-name {
  font-family: var(--fd);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mri-arr {
  font-size: 13px;
  color: #ccc;
}
.mri:hover .mri-arr {
  color: var(--white);
}
.mri-sub {
  font-family: var(--fu);
  font-size: 11px;
  color: var(--gray-400);
  line-height: 1.4;
}

/* overlay */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
}
.overlay.visible {
  display: block;
}

.hero-slide__wrapper {
  z-index: 99;
}

/* ── HERO ── */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-slides {
  display: flex;
  height: 100%;
  transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 48px;
  position: relative;
}
.hero-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);

}
.hero-slide:nth-child(1) {
  background: var(--img-1);
}
.hero-slide:nth-child(2) {
  background: var(--img-2);
}
.hero-slide:nth-child(3) {
  background: var(--img-3);
}
.hero-slide:nth-child(4) {
  background: var(--img-4);
}
.hero-slide:nth-child(5) {
  background: var(--img-5);
}
.hero-slide:nth-child(6) {
  background: var(--img-6);
}
.slide-orn {
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
  position: relative;
}
.slide-orn::before,
.slide-orn::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
.slide-orn::before {
  left: -8px;
}
.slide-orn::after {
  right: -8px;
}
.slide-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.slide-sub {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 36px;
  letter-spacing: 0.03em;
}
.slide-tag {
  font-family: "neue-haas-grotesk-display", "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 32px;
}

/* CTA button — 10px radius */
.hero-cta {
  text-decoration: none!important;
  font-family: "neue-haas-grotesk-display", "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  padding: 13px 30px;
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s;
}
.hero-cta:hover {
  background: #fff;
  color: #0a0a0a;
}

/* dots */
.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s;
}
.hero-dot.active {
  background: #fff;
  border-color: #fff;
}

/* arrows — 10px radius on outer (non-touching) sides only */
.hero-arrows {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  z-index: 10;
}
.hero-arr {
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.15s;
}
.hero-arr-prev {
  border-radius: 10px 0 0 10px;
}
.hero-arr-next {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.hero-arr:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ── HERO (home) ── */

.hero {
  position: relative;
  overflow: hidden;
}

.hero--home {
  height: 80vh;
  max-height: 900px;
}

.hero-slides {
  display: flex;
  height: 100%;
  transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 48px;
  position: relative;
  background-size: cover!important;
  background-position: center!important;
}

.hero-slide:nth-child(1) {
  background: var(--img-1);
}

.hero-slide:nth-child(2) {
  background: var(--img-2);
}

.hero-slide:nth-child(3) {
  background: var(--img-3);
}

.hero-slide:nth-child(4) {
  background: var(--img-4);
}

.hero-slide:nth-child(5) {
  background: var(--img-5);
}

.hero-slide:nth-child(6) {
  background: var(--img-6);
}

.slide-orn {
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
  position: relative;
}

.slide-orn::before,
.slide-orn::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.slide-orn::before {
  left: -8px;
}

.slide-orn::after {
  right: -8px;
}

.slide-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}

.slide-sub {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 36px;
  letter-spacing: 0.03em;
}

.slide-tag {
  font-family: "neue-haas-grotesk-display", "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 32px;
}

.hero-cta {
  font-family: "neue-haas-grotesk-display", "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  padding: 13px 30px;
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s;
}

.hero-cta:hover {
  background: #fff;
  color: #0a0a0a;
}

.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s;
}

.hero-dot.active {
  background: #fff;
  border-color: #fff;
}

.hero-arrows {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  z-index: 10;
}

.hero-arr {
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.15s;
}

.hero-arr-prev {
  border-radius: 10px 0 0 10px;
}

.hero-arr-next {
  border-radius: 0 10px 10px 0;
  border-left: none;
}

.hero-arr:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Footer */

.footer {
  width: 100%;
  margin: 0 auto;
  background: #2e3028;
}

.footer__main {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1fr;
  gap: 0;
  padding: 64px 0 56px;
  width: 80%;
  max-width: 1700px;
  margin: 0 auto;
  align-items: start;
}

.footer__contact {
  padding-right: 48px;
}

.footer__text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.footer__text a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer__divider {
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  min-height: 140px;
}

.footer__links {
  padding: 0 48px;
}

.footer__link {
  display: block;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  margin-bottom: 18px;
  transition: color 0.2s;
}

.footer__link:hover {
  color: #ffffff;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.footer__crest {
  width: 160px;
  height: 180px;
  /* background: rgba(255, 255, 255, 0.06); */
  border-radius: 6px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__crest-text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
}

.footer__wordmark {
  font-family: "Cinzel", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.12);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 48px;

  display: flex;
  justify-content: center;
}

.footer__copyright {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.05em;
}

/* SLIDER */
.gallery-slider {
  width: 80%;
  max-width: 1700px;
  margin: 0 auto;

  height: 500px;

  position: relative;

  overflow: hidden;

  border-radius: 0 0 10px 10px;
}

.gallery-slider__track {
  display: flex;

  height: 100%;

  transition: transform 0.6s ease;
}

.gallery-slide {
  min-width: 100%;
  height: 100%;
}

.gallery-slide--1 {
  background: #4a5240;
}

.gallery-slide--2 {
  background: #7a8c6e;
}

.gallery-slide--3 {
  background: #b4aa98;
}

.gallery-slider__arrows {
  position: absolute;

  bottom: 24px;
  right: 24px;

  display: flex;

  z-index: 10;
}

.gallery-slider__arrow {
  width: 46px;
  height: 46px;

  border: 1px solid rgba(255, 255, 255, 0.35);

  background: rgba(0, 0, 0, 0.2);

  color: #fff;

  cursor: pointer;

  transition: 0.2s;

  font-size: 16px;
}

.mobile-search-cart {
  display: none;
}

.gallery-slider__arrow--prev {
  border-radius: 10px 0 0 10px;
}

.gallery-slider__arrow--next {
  border-radius: 0 10px 10px 0;

  border-left: none;
}

.gallery-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* REVIEWS */
.testimonials {
  width: 80%;
  max-width: 1700px;
  margin: 20px auto 0;

  background: #b8c4ac;

  border-radius: 10px 10px 0 0;

  padding: 32px;

  box-sizing: border-box;
}

.testimonials__grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.testimonial-card {
  background: #7a8c6e;

  border-radius: 10px;

  padding: 36px 32px 32px;

  display: flex;

  flex-direction: column;
}

.testimonial-card__quote {
  font-family: Georgia, serif;

  line-height: 0.7;
}

.testimonial-card__quote--top {
  font-size: 52px;

  color: rgba(255, 255, 255, 0.25);

  margin-bottom: 20px;
}

.testimonial-card__quote--bottom {
  font-size: 40px;

  color: rgba(255, 255, 255, 0.2);

  text-align: right;

  margin-bottom: 24px;
}

.testimonial-card__text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;

  font-size: 13px;

  font-style: italic;

  line-height: 1.8;

  color: rgba(255, 255, 255, 0.85);

  margin: 0 0 auto 0;

  padding-bottom: 28px;
}

.testimonial-card__name {
  font-family: "Cinzel", Georgia, serif;

  font-size: 14px;

  font-weight: 600;

  letter-spacing: 0.08em;

  color: #ffffff;

  margin-bottom: 4px;
}

.testimonial-card__role {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;

  font-size: 11px;

  color: rgba(255, 255, 255, 0.5);

  margin-bottom: 20px;
}

.testimonial-card__stars {
  font-size: 18px;

  letter-spacing: 4px;

  color: #d4a017;
}

.parallax {
    margin-top: -20px;
}

/* PROCESS */
.process-section {
  background: #c4cdb8;

  border-radius: 0px;

  padding: 60px 30px 64px;
  margin-top: -20px;

  box-sizing: border-box;
}

.process-timeline {
  position: relative;

  display: flex;

  justify-content: space-around;

  align-items: center;

  margin-bottom: 8px;
}

.process-timeline__line {
  position: absolute;

  top: 50%;
  left: 0;
  right: 0;

  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.process-timeline__dot {
  width: 18px;
  height: 18px;

  border: 2px solid #e8832a;

  border-radius: 50%;

  background: #c4cdb8;

  position: relative;

  z-index: 1;

  flex-shrink: 0;
}

.process-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 40px;

  margin-top: 32px;
}

.process-item__title {
  font-family: "Cinzel", Georgia, serif;

  font-size: 14px;

  font-weight: 500;

  letter-spacing: 0.1em;

  color: #4e5c44;

  margin: 0 0 14px 0;
}

.process-item__text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;

  font-size: 13px;

  line-height: 1.75;

  color: rgba(0, 0, 0, 0.5);

  margin: 0;
}

.section-heading {
  text-align: center;

  margin-bottom: 56px;
}

.section-heading__eyebrow {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;

  font-size: 11px;

  font-weight: 500;

  letter-spacing: 0.28em;

  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.35);

  margin: 0 0 16px 0;
}

.section-heading__title {
  font-family: "Cinzel", Georgia, serif;

  font-size: clamp(30px, 4vw, 56px);

  font-weight: 400;

  letter-spacing: 0.04em;

  color: #2a2a2a;

  line-height: 1.1;

  margin: 0 0 4px 0;
}

.section-heading__title--accent {
  color: #4e5c44;

  margin: 0;
}

/* IMAGE PLACEHOLDERS */

.image-placeholder {
  background: #4a5240;

  margin: 0;

  height: 400px;

  box-sizing: border-box;

  border-radius: 0;

  display: flex;

  align-items: center;

  justify-content: center;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed!important;
}

.image-placeholder__text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;

  font-size: 11px;

  letter-spacing: 0.25em;

  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.2);
}

.mobile-menu.active {
  display: block;
}

.popup-drawer .drawer-header .drawer-toggle {
    width: 1em;
    position: relative;
    height: 1em;
    box-sizing: content-box;
    font-size: 24px;
}



.mobile-menu.active .drawer-toggle .toggle-close-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    width: 30px;
    height: 3px;
}

.mobile-menu.active .drawer-toggle .toggle-close-bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
    width: 30px;
    height: 3px;
}

 .drawer-header {
    padding: 0 1.5em;
    display: flex;
    justify-content: flex-end;
    min-height: calc(1.2em + 24px);
    margin-right: 10px;
    position: relative;
    top: 5px;
    right: 5px;
}

.mobile-menu .drawer-header .drawer-toggle {
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: 0.6em 0.15em;
    color: inherit;
    display: flex;
    box-shadow: none;
    position: relative;
    border-radius: 0;
    height: 50px;
    height: 50px;
}

/* CERTIFICATION */
.certifications {
  width: 80%;
  max-width: 1700px;
  margin: 0px auto 0;

  background: #b8c4ac;

  border-radius: 0;

  padding: 36px 40px;

  box-sizing: border-box;
  flex-wrap: wrap;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 16px;
}

.certifications__item {
  width: 90px;

  height: 85px;

  border-radius: 4px;

  flex-shrink: 0;

  flex: 0 0 11%;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 8px;

  box-sizing: border-box;
}

.certifications__logo {
  max-width: 100%;

  max-height: 70px;

  object-fit: contain;

  display: block;
}

/* Why Villagio  */

.feature-cards {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.feature-card {
  flex: 1;

  min-height: 200px;

  border-radius: 10px;

  padding: 32px;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;
}

.feature-card--dark {
  background: #0a0a0a;

  border: 1px solid #0a0a0a;
}

.feature-card--orange {
  background: #e8832a;

  border: 1px solid #e8832a;
}

.feature-card--sage {
  background: #7a8c6e;

  border: 1px solid #7a8c6e;
}

.feature-card__number {
  font-family: "Cinzel", Georgia, serif;

  font-size: 52px;

  font-weight: 400;

  color: rgba(255, 255, 255, 0.25);

  line-height: 1;

  margin-bottom: 20px;
}

.feature-card__number--dark {
  color: rgba(0, 0, 0, 0.2);
}

.feature-card__title {
  font-family: "Cinzel", Georgia, serif;

  font-size: 55px;

  font-weight: 500;

  letter-spacing: 0.08em;

  color: #ffffff;

  text-transform: capitalize;

  line-height: 1.3;

  margin: 0 0 20px 0;
}

.feature-card__title--dark {
  color: #0a0a0a;
}

.feature-card__text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;

  font-size: 13px;

  line-height: 1.75;

  color: rgba(255, 255, 255, 0.55);

  margin: 0 0 auto 0;

  padding-bottom: 32px;
}

.feature-card__text--dark {
  color: rgba(0, 0, 0, 0.6);
}

.feature-card__footer {
  margin-top: auto;
}

.feature-card__button {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;

  font-size: 12px;

  background: transparent;

  border-radius: 999px;

  padding: 10px 24px;

  cursor: pointer;

  letter-spacing: 0.05em;
}

.feature-card__button--light {
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.5);
}

.feature-card__button--dark {
  color: #0a0a0a;

  border: 1px solid rgba(0, 0, 0, 0.4);
}

/* */
.home-content {
  background: #e0e0e0;

  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  gap: 20px;
}

.why-section {
  min-height: 500px;
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 52px 56px 64px;
  box-sizing: border-box;
}

.why-section__eyebrow {
  font-family: "Cinzel", Georgia, serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 48px;
}

.why-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 72px;
}

.why-section__title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 6px;
}

.why-section__title--accent {
  color: #7a8c6e;
  margin: 0;
}

.partner-form-pdf {
  margin-bottom: 30px;
}

.why-section__quote {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  max-width: 380px;
  margin: 8px 0 0;
  padding: 0;
  border: none;
  flex-shrink: 0;
}

.why-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.why-feature__icon {
  width: 36px;
  height: 36px;
  
  margin-bottom: 24px;
}

.why-feature__title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #7a8c6e;
  margin: 0 0 12px;
}

.page-content {
  margin-top: 0;
}

.why-feature__text {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.partner-band {
  background: #7a8c6e;
  margin: 0;
     padding: 52px 56px;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

.woocommerce a.added_to_cart {
  margin-left: 10px;
}

.partner-band__eyebrow {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 10px 0 10px 0;
}

.partner-band__title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 32px;
  line-height: 1.1;
}

.partner-band__button {
  text-decoration: none!important;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #fff!important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  padding: 11px 28px;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.feature-card__button  button:hover,
.feature-card__button  button:focus {
  background: #54735d;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

/* MAIN */

body .wp-block-file__button {
  text-decoration: none !important;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    padding: 11px 28px;
    cursor: pointer;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#sb_instagram .sb_instagram_header p {
  color: rgba(0, 0, 0, 0.35);
}

#sb_instagram #sbi_load .sbi_load_btn {
    text-transform: uppercase;
    font-weight: 400 !important;
    background: #7a8c6e !important;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    padding: 11px 28px;
    cursor: pointer;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#sb_instagram .sbi_follow_btn a {
    background: #b19777!important;
    color: #fff;
    border-radius: 999px;
    border: none;
    padding: 14px 40px;
    letter-spacing: 3px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    font-family: "Oswald", Arial, sans-serif;
    width: auto;
    text-transform: uppercase;
}

.sbi_bio {
    font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7a8c6e;
    margin: 0 0 16px 0;
    letter-spacing: 0.01em;
}

.post-thumbnail-inner img {
  max-height: 60vh;
}

.bespoke--page .gallery {
  margin-top: 30px;
}

.contact_us--btn {
  text-align: center;

}

.contact_us--btn a {

  color: #fff!important;

}

.features__item-content p {
  padding: 10px 0;
}

body .small-container {
  max-width: 1000px;
  margin: 0 auto ;
}

#store_locator_search_box .store-locator-row:last-child {
  margin-bottom: 0;
}

.gallery__item img {
  border-radius: 10px;
}

.pagination {
  margin-top: 70px;
}

.site-container,
.container {

  max-width: 1700px;
  margin: 0 auto;
 
  padding: 0;
}

.hero-section-overlay {
  margin: 0 auto;
}

.collection-items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px 0 0 0!important;
}

.ci-count span {
  font-weight: 600;
}

.collection-item {
  width: calc(100% / 3 - 17px);
}

.collections__item-ditails em {
  display: block;
  font-weight: 500;
  font-style: normal;
}

.collection-item .site-container {
  width: auto;
  max-width: 100%;
  padding: 0!important;
}

.collections__item-ditails h3 {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.collection-item__title a {
  text-decoration: none;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.collection-item__title span {
   font-weight: 400;
}

.ci-thumb img {
  max-height: 230px;
  width: 100%;
  object-fit: cover;
}

.collection-item__title a span {
  font-size: 16px;
  display: block;
  clear: both;
}

.collections__item-ditails a {
  text-decoration: none;
}

.collection-item__title {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
}

.button {
  border-radius: 999px;
  font-weight: 400;
  background: #7a8c6e;
}

.collection-item__inner img,
.woocommerce ul.products li.product a img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1/1;
}

.collections__items {
  display: flex;

  flex-wrap: wrap;
  gap: 35px;
}

.collections__item {
  width: calc(100% / 3 - 24px);
  text-decoration: none;
  color: #222222;
}

.collections__item img {
  width: 100%;
  border-radius: 10px;
  max-height: 500px;
}

.collections__item-ditails {
  padding: 20px;
}

.collections__title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.hero-section-bg {
  margin: 0 auto;
}

.accordion-faq .ac-header button {
  background: none;
  text-align: left;
  color: #000;
  font-weight: 400;
  box-shadow: none;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
}

.accordion-faq .ac-header {
  border-bottom: 1px solid #eee;
}

.accordion-faq .ac-panel {
  overflow: hidden;
  transition: none !important;
}

.accordion-faq .is-active .ac-panel {
  padding: 30px;
  overflow: visible;
  margin-bottom: 0px;
  height: auto!important;
}

.entry-hero-container-inner {
  background: none !important;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}

 body header.entry-header .entry-title {
  margin: 0;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(24px, 3vw, 42px);
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}

.single-content a {
  color: rgb(0, 0, 0);
}

.blog-card {
  background: none!important;
}

.blog-card .entry-title {
  color: #000;
}

.entry-meta {
  display: none;
}

.woocommerce div.product {
  padding-bottom: 0;
}

.gallery__item {
  width: calc(100% / 3 - 17px);
}

.gallery__item.row-6 {
  width: calc(100% / 6 - 22px);
}

.entry-title {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  margin: 30px 0 20px;
  font-weight: 400;
  color: #fff;
}

.accordion-faq .ac-header button {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Contact us * /


/* Contact Us Page Block */

.contact-block__detail {
  display: flex;
  text-align: center;
  width: 100%;
}

.contact-block__detail p {
    width: 33.3%;
}

.contact-block {
  position: relative;
  background: #fff;
  padding: 0px 0 70px;
  font-family: "Didact Gothic", Arial, sans-serif;
}

.crf-product-item .crf-product-qty {
    appearance: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.contact-block__inner {
  width: min(100%, 1270px);
  margin: 0 auto;
  display: grid;
  /* grid-template-columns: 1.2fr 1fr 1fr; */
  gap: 60px;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

/* TITLE */
.contact-block__title {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 6px;
  margin-bottom: 40px;
  color: #222;
  letter-spacing: 0.28em;
  line-height: 1.2;
}

.contact-block__title span {
  color: #7a8c6e;
}

/* SUBTITLE */
.contact-block__subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  color: #7a8c6e;
}

/* TEXT */
.contact-block__text {
  color: #777;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* VAT */
.contact-block__vat span {
  color: #7a8c6e;
}

/* CENTER TEXT */
.contact-block__col p {
  color: #777;
  margin-bottom: 18px;
}

.contact-block__col p span,
.contact-block__col p a {
  color: #777;
  text-decoration: none;
}

.contact-block__col p a {
  border-bottom: 1px solid #e5e5e5;
}

.pdf-form br {
  display: none;
}

.pdf-form {
  margin-top: 30px;
}

/* FORM */
.contact-form input,
.contact-form textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  margin-bottom: 25px;
  font-size: 14px;
  outline: none;
  background: transparent;
  font-family: "Didact Gothic", Arial, sans-serif;
  box-shadow: none!important;
}

.contact-form textarea {
  resize: none;
  height: 80px;
}

.contact-form select {
  font-size: 15px;
  padding: 10px 40px 10px 20px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  width: 100%;
}

/* BUTTON */
.contact-form button,
.contact-form input[type="submit"],
.button {
  display: inline-block;
  background: #b19777;
  color: #fff;
  border-radius: 999px;
  border: none;
  padding: 14px 40px!important;
  letter-spacing: 3px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Oswald", Arial, sans-serif;
  width: auto;
  text-transform: uppercase;
}

.wc-proceed-to-checkout .checkout-button {
    display: inline-block!important;
  background: #b19777;
  color: #fff;
  border-radius: 999px;
  border: none;
  padding: 14px 40px!important;
  letter-spacing: 3px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Oswald", Arial, sans-serif;
  width: auto;
  text-transform: uppercase;
}

.cart-summary h2 {
  font-weight: 400;
  text-transform: uppercase;
    font-size: 20px;
}

#store_locator_map {
      border-top-left-radius: 0 !important;
      border-bottom-right-radius: 10px !important;
      border-bottom-left-radius: 0 !important;
}

.woocommerce-cart-form__contents {
  margin-top: 14px;
}

.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
  padding-left: 0;
}

.woocommerce-billing-fields h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}

.cart_totals  h2 {
  visibility: hidden;
}

.contact-form p {
  margin-bottom: 0;
}

.contact-form button:hover,
.button:hover {
  background: #222;
}

.view-all__services {
  text-align: center;
  margin-top: 50px;
}

.kadence-thumbnail-position-behind+.entry {
  max-width: 1000px;
  margin: 0 auto;
}

.post-thumbnail-inner img {
  display: block;
  margin: 0 auto;
}

.single-content a {

}

/* .ti-widget.ti-goog .ti-col-4 .ti-review-item,
.ti-widget.ti-goog .ti-col-6 .ti-review-item  {
    flex: 0 0 33.3%!important;
    max-width: 33.3%!important;
} */

.wrapper-home {
    width: 80%;
    max-width: 1700px;
    background: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}

.contact-form br {
  display: none;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
  width: 33.3%;
  padding: 10px;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
  border-radius: 10px;
}

.search-form input[type="search"], .search-form input.search-field {
  padding: 15px;
  font-size: 16px;
}

.woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    height: 60vh!important;
    object-fit: cover;
    object-position: center;
}

body .header-block {

  padding-bottom: 55px;
  background: #fff;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select { 
  padding: 12px!important;
}

.woocommerce-checkout select {
  border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-results__option {
  padding-left: 12px;
  padding-right: 12px;
}

.select2-search--dropdown {
  padding-left: 12px;
  padding-right: 12px;
}

.deader__locator {
  background: #252b28;
  color: #f4f4f0;
  padding: 60px 30px 60px;
  position: relative;
}

.deader__locator-inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  position: relative;
}

.deader__locator-subtitle {
  padding-right: 50px;
  margin-bottom: 5px;
font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 10px 0 10px 0;
}

.deader__locator-title {
    padding-right: 70px;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0 0 32px;
    line-height: 1.1;
}

.deader__locator-content {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 180px);
 
}

.deader__locator-map {
  position: relative;
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  overflow: hidden;
}

.deader__locator-map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deader__locator-button {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 999px;
  background: #252b28;
  color: #fff!important;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.deader__locator-title-row {
  display: flex;
  justify-content: space-between;
    position: absolute;
    right: 0px;
}

.deader__locator-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
 
  justify-content: center;
}

.deader__locator-icon {
  height: auto;
  margin-bottom: 20px;
  width: clamp(64px, 7vw, 112px);
  
  border: 4px solid currentColor;
  opacity: 0.95;
  border: 0;
}

.dealers_request input[type="checkbox"]  {
  width: auto;
}

.free__samples-menu {

}

.dealers_request .wpcf7-list-item-label  {
  display: inline-block;
  padding-left: 10px;
}

.woocommerce-column--shipping-address {
  display: none!important;
}

.request_textarea {
  height: 200px;
}

.deader__locator-icon img {
  height: 45px;
  float: right;
}

.deader__locator-text {
  max-width: 760px;
  line-height: 1.35;
}

.deader__locator-text p {
  margin: 0;
}

.deader__locator-text p + p {
  margin-top: 32px;
}

.main-logo {
  width: 40px;
}

.ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating {
  font-family: "Cinzel", Georgia, serif;
}

.ti-widget.ti-goog .ti-review-content,
.ti-widget.ti-goog .ti-widget-container .ti-name {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif!important;
}

.ti-rating-text {
  font-family: "neue-haas-grotesk-text"!important;
}

.find-dealer__menu {
  height: 80px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}

.feature-card__button a {
  color: #fff;
  text-decoration: none;
}

.woocommerce div.product div.summary p a {
  color: #000;
}

.woocommerce ul.products:not(.woo-archive-btn-button) li:where(:not(.woo-archive-btn-button) ) .button:not(.kb-button) {
  padding-left: 0!important;
}

.woocommerce ul.products li.product .product-details .price {
  display: none;
}

.wc-tabs-wrapper ul li a {
  color: #000;
}

@media (max-width: 900px) {

  .certifications {
    gap: 10px;
  }

  .certifications__item {
    flex: 0 0 22%!important;
  }

  .deader__locator-icon {
    position: absolute;
    right: 0;
    margin-bottom: 0;
  }

  .deader__locator-title-row {
    position: relative;
    right: 0;
    margin-bottom: 30px;
  }

  .deader__locator {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .image-placeholder {
    background-attachment: scroll !important;
  }

  .slide-logo {
    max-width: 200px;
   
  }

  .deader__locator-content {
    grid-template-columns: 1fr;
    gap: 48px;

  }

  .deader__locator-map {
    max-width: 560px;
    margin: 0 auto;
  }

  .deader__locator-info {
    align-items: flex-start;
  }

  .deader__locator-icon {
    margin-bottom: 32px;
  }
}

@media (max-width: 520px) {
  .deader__locator {
    padding: 30px 16px;
  }

  .deader__locator-title {
    font-size: 36px;
  }

  .deader__locator-map {
    /* aspect-ratio: 1 / 1; */
  }

  .deader__locator-button {
    min-height: 48px;
    padding: 0 24px;
    font-size: 16px;
  }

  

  .deader__locator-text p + p {
    margin-top: 24px;
  }
}

/* MOBILE */
@media (max-width: 991px) {

  .mobile-search-cart {
    width: 170px;
    display: flex;
    align-items: center;
  }

  .gallery__item.row-6 {
    width: calc(100% / 3 - 14px);
  }

  body .header-block {
    padding-bottom: 75px;
  }

  .nav-item.open .mega {
    display: block;
    border-bottom: 1px solid #000;
    border: none;
    position: relative;
    left: 0;
    top: 0;
  }

    body .gallery-banner__inner, .partner-band {
        padding: 30px 30px;
    }

  .pt-tab {
    padding: 10px 20px;
  }

  .nav-item {
    display: block;
  }

  .collections__items {
    gap: 20px;
  }

  .collections__item {
    width: calc(100% / 2 - 12px);
  }

  .contact-form button {
    margin: 0 auto;
    display: block;
  }
  .contact-block {
    padding: 0px 0;
  }
  .contact-block__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-block__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

/* MAIN */

#store_locator_result_list {
  padding: 0!important;
}

.store_locator_result_list_item {
  padding: 20px 24px!important;
}

#store_locator_result_list_box {
  background: #eeeae0;
  border-bottom-left-radius: 10px !important;
}

.dealer__page .site-main {
  margin-bottom: 0;
}

.dealer__page .content-area {
  margin-bottom: 0;
}

.dealer__page .site-container {
   margin-bottom: 0;
}

.dealer__page #store_locator > .store-locator-row {
  padding: 0;
}

.store_locator_result_list_item {
      padding: 18px 0px;
    border-bottom: 1px solid #ddd8ce;
    cursor: pointer;
    transition: background .12s;
    border-left: 3px solid transparent;
}

.store_locator_result_list_box hr {
  display: none;
}

.store-locator-row {
  padding: 0;
}

.store-locator-radius-filter {
  margin-top: 10px!important;
}

#store_locator_sidebar_content {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #eeeae0;
}

#store_locator_sidebar {
  width: 30%;
}

#store_locator_result_list .store-locator-row {
  padding: 0;
}

.store_locator_name {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 4px;
    text-decoration: none!important;
    line-height: 1.3;
}

.store_locator_address {
    font-size: 11px;
    color: #6a6560;
    line-height: 1.5;
    margin-bottom: 6px;
}

.result-dist {
    font-size: 9px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #9e9a92;
}

.store_locator_details .store_locator_address {
  margin-bottom: 10px;
}

.store_locator_search_box  {
  margin-bottom: 0;
  border-bottom: 1px solid #b0baa4;
  background: #eeeae0;
  border-top-left-radius: 10px;
  padding-top: 30px;
  border-bottom-left-radius: 10px;
}

#store_locator > .store-locator-row {
 display: flex;
}

.store-locator-row:nth-child(1),
.store-locator-row:nth-child(2),
.store-locator-row:nth-child(3) {
  padding:  0 24px ;
} 

#store_locator_filter_active_filter_box {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    margin-bottom: 12px;
    display: block;
}

.store_locator_details a {
  text-decoration: none!important;
}

#store_locator_filter {
    padding: 18px 24px;
    border-bottom: 1px solid #b0baa4;
    background: #c4cdb8;
    border-bottom-left-radius: 10px;
}

.entry-content-wrap {
  padding: 0;
}

#store_locator_main {
  
  width: 100%;
}

.store_modal_title {
  display: none;
}

#store_locator_map {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}


.store_locator_filter_title {
  font-size: 9px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    margin-bottom: 12px;
    display: block;
}

.single_filter h5 {
  font-size: 9px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    margin-bottom: 12px;
    display: block;
}

.store_locator .select {
    padding: 7px 10px;
    display: block;
    height: auto;
    font-size: 14px;
}

.store_locator_get_direction {
  margin-right: 10px;
}

.store_locator_get_direction,
.store_locator_call_now  {


    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4e5c44;
    background: rgba(78, 92, 68, .12);
    border: 1px solid rgba(78, 92, 68, .2);
    border-radius: 4px;
    padding: 3px 7px;
}

#store_locator_get_my_position {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 9px 14px;
    font-family: var(--fud);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #6a6560;
    cursor: pointer;
    transition: all .15s;
    text-decoration: none;
    font-style: normal;
}

#store_locator_get_my_position i {
    font-style: normal;
}

.store_locator_contact a {
   color: #9e9a92;
   text-decoration: none;
}

.store_locator_contact {
  font-size: 12px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  border-radius: 10px;
}

body .entry-summary {
    max-width: 1000px;
    margin: 30px auto 0;
    display: block;
    float: none!important;
}

.loop-entry.type-post h2.entry-title {
  font-weight: 500;
}



.contact-block__col p span {
  display: block;
  margin: 0 auto;
}

.contact-form button {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 10px;
}

.contact__form-submit {
  text-align: center;
}

.contact-block__subtitle {
  text-align: center;
}

.contact-block__subtitle {
   text-align: center;
}

body .hero-container {
  margin-bottom: 0;
}

.gallery-banner .product_title {
  margin-bottom: 0;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.site-container {
  margin-bottom: 20px;
}

.pswp__caption__center {
  text-align: center;
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link {
  border-radius: 10px;
}

.woocommerce div.product .product_title {
      margin-top: 0px;
    
    margin-bottom: 0px;
}

body .products  {
  grid-template-columns: repeat(3, minmax(0, 1fr))!important;
}

.related.products li + li + li + li  {
  display: none;
}

.cart__add-to-cart {
  margin-top: 35px;
  text-align: center;
}

body header.entry-header {
    background: #7a8c6e;
    padding: 52px 56px !important;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product_title {
    font-size: clamp(24px, 3vw, 42px);
  color: #fff!important;
      margin-top: 0;
    line-height: normal;
}

.entry-hero h1 {
  color: #fff;
  margin-bottom: 0;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.04em;
}

.slick-slider__title {
  font-weight: 500;
  font-size: 16px;
}

.media-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.media-flex {
    max-width: 1400px;
    margin: 0 auto;
}

.media-item--image {
  width: 50%;
}

.media-item--image img {
  display: block;
  margin: 0 auto;
}

.media-item--description {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 16px;
  flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.media-item--title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.media-item--title a {
  color: #000;
  text-decoration: none;
}

#reCaptchaReset {
  border-radius: 10px;
}

#payment #place_order {
  padding: 14px 40px;
}

.content-area {
  margin-top: 0;
}

.collection-items {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0px;
}

.kadence-breadcrumbs a,
.kadence-breadcrumbs span  {
  color: #fff;
}

.gallery-banner {
  background: #7a8c6e;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 25px;
}

.gallery-banner__inner {
  padding: 52px 56px;
  box-sizing: border-box;
}

.gallery-banner__title {
  margin: 0;

  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;

  color: #ffffff;
}

  .single-product-page .content-area {
    margin-top: 0;
  }

/* responsive */

@media (max-width: 768px) {

  #store_locator_main {
    height: 400px;
  }

  #store_locator_map {
    height: 400px!important;
  }

  .collections__items {
      gap: 22px;
  }

  .ngg-galleryoverview {
    margin-top: 10px;
  }

  .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    width: 50%;
    padding: 5px;
  }

  .accordion-faq .ac-header button {
    padding-right: 0;
  }


  .testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-banner__inner {
    padding: 20px 24px;
  }

}


.mega-left img {
  margin-bottom: 10px;
}

.collection-item__content {
  text-align: center;
}

.ac-text p {
  margin-bottom: 10px;
}

.collection-item__excerpt {
  color: #6b6460;
  padding-left: 40px;
  text-align: left;
  height: 105px;
  overflow: hidden;
}

.faqs {
    display: flex;
    flex-wrap: wrap;
    
    align-items: center;
}

.faqs > * {
  width: 50%;
}

.faqs-questions {
  padding-left: 40px;
}

.accordion-faq .ac-header button {
  padding-left: 0px;
}

.faqs-questions h2 {
  padding-bottom: 20px;
}

.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap {
  transform: none!important;
}

.site-container .site-container {
  width: 100%;
  
  padding: 25px 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: none!important;
}

.woocommerce ul.products li.product h3 a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.category-title a {
  font-family: "Cinzel", Georgia, serif;
  padding: 40px 0 0;
  display: block;
  text-transform: uppercase;

}

.entry.loop-entry {
  box-shadow: none!important;
}

body .grid-cols {
  gap: 25px;
}

.woocommerce ul.products li.product .entry-content-wrap {
  background: none!important;
}

.woocommerce ul.products li.product .entry-content-wrap {
  padding: 1rem 0 2rem;
  background: none!important;
}

.category-title a {
  padding: 10px 0 15px;
}

.collection-item__attributes {
  padding-top: 10px;
  padding-left: 12px;
  max-width: 500px;
}

.site-main {
  margin-bottom: 40px;
}

.product-archive-hero-section .hero-section-overlay {
  display: none;
}

.entry-hero.product-archive-hero-section .entry-header {
    min-height: auto;
    text-align: left;
    align-items: baseline;
    padding: 30px 0 0;
    margin-top: 0!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#kadence-breadcrumbs {
  color: #000!important;
}

.archive-description {
  padding-bottom: 30px;
}

header .archive-description {
  padding-bottom: 0;
}

.archive-description p {
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 14px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}

.woocommerce div.product div.summary {
  width: 100%;
}

.collection-item__attributes {
  text-align: left;
  max-width: 370px;
  margin: 0 auto;
}

.collection-item__attributes {
  text-align: left;
  list-style: none;
}

.collection-item__attributes li strong {
  text-transform: capitalize;
  position: relative;
    width: 250px;
    display: inline-block;
    color: #6b6460;
}

.product_title.entry-title span {
  display: block;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 14px;
}

.collection-item__attributes li strong::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 100px;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.collection-item__attributes li span {
   display: inline-block;
   color: #6b6460;
}

.collection-item__inner .add_to_cart_button {
  margin-top: 10px;
  background:  #54735d!important;
}

.woocommerce-tabs h2 {
  display: none;
}

.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,
.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
    bottom: 0;

}

.page-faq {
  clear: both;
  margin-top: 100px;
}

.pattern__title {
  text-align: center;
}

.pattern__title  {
    text-transform: uppercase;
    font-weight: 500;
    color: #6b6460;
}

.pattern__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pattern {
  clear: both;
}

.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap {
  transform: none!important;
}

.collection-item__attributes li strong::before {
  display: none;
}

.faqs-img {
  height: auto;
    max-height: max-content;
}

.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li:first-child {
  width: 100px;
  height: 100px;
}

.collection-item__attributes li strong::after {
  display: none;
}

.collection-item__attributes li strong {
  padding-right: 20px;
  width: 150px;
}

.collection-item__attributes {
  margin-bottom: 20px;
  margin-top: 10px;
}

body h4 ,
body h3,
body h2 {
      font-family: 'Cinzel', 'Trajan Pro', Georgia, serif;
}

.entry {
  box-shadow: none!important;
}

.nav-item > a:hover, .nav-item > button:hover, .nav-item.open > button {
  border: 0!important;
}

.mega-left h3 {
  color: #fff;
}

.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce ul.products li.product .entry-content-wrap {
  margin-left: 0;
  margin-right: 0;
}
.header-block {
  /* width:80%; */
  max-width: 1700px;
  margin:0 auto;
  background:var(--black);
  border-radius:0;
}

.mobile-menu {
  display: none;
}

.bauen-burger {
  display: none;
}

.ngg-galleryoverview {
  margin-top: 20px!important;
}

/* ABOUT */

.villagio-partner {
  width: 100%;
  /* background: #f4f4f1; */
}

/* HERO */
.villagio-partner__hero {
  background: #050106;
  padding: 28px 0 54px;
}

.villagio-partner__hero-inner {
  width: 88%;
  max-width: 1180px;
  margin: 0 auto;
}

.villagio-partner__headline {
  margin: 0;
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f3f1eb;
}

/* CONTENT */
.villagio-partner__content {
  padding: 92px 0 110px;
  /* background: #f4f4f1; */
}

.villagio-partner__container {
  width: 76%;
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(500px, 620px) 280px;
  justify-content: space-between;
  gap: 120px;
}

.villagio-partner__about-title {
  margin: 0 0 20px;

  font-family: 'Cinzel', Georgia, serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #343434;
}

.villagio-partner__about-text {
  margin: 0 0 34px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
  color: rgba(0,0,0,0.68);
}

.villagio-partner__about-text:last-child {
  margin-bottom: 0;
}

/* STATS */
.villagio-partner__stats {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.villagio-partner__stat-number {
  margin-bottom: 10px;

  font-family: 'Cinzel', Georgia, serif;
  font-size: 72px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #d4d7d0;
}

.villagio-partner__stat-label {
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.58);
}

/* CTA */
.villagio-partner__cta {
  background: #a6b8a7;
  padding: 86px 0 92px;
}

.villagio-partner__cta-inner {
  width: 88%;
  max-width: 1180px;
  margin: 0 auto;
}

.villagio-partner__cta-eyebrow {
  margin: 0 0 28px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.58);
}

.villagio-partner__cta-title {
  margin: 0 0 42px;

  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f3f1eb;
}

.villagio-partner__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 210px;
  height: 58px;
  padding: 0 34px;

  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #ffffff;

  transition: 0.25s ease;
}

.villagio-partner__cta-button:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.9);
}

.entry-hero h1 {
  font-family: "Cinzel", Georgia, serif;
  line-height: normal;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding-right: 77px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-size: 0.9rem;
  font-weight: 400;
}

.woocommerce.widget_shopping_cart .cart_list li, .woocommerce .widget_shopping_cart .cart_list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

button[name="update_cart"] {
  display: none!important;
}

#cart-drawer h2.side-cart-header {
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
}

.cart-summary {
  margin-bottom: 26px;
}

#payment #place_order {
  width: auto!important;
}

.header-cart-inner-wrap button {
  padding-left: 0;
}

.entry-content .woocommerce {
  margin-top: 20px;
}

div[data-section="kadence_customizer_header_search"] {
  margin-left: 20px;
}

/* =========================
   BLOG PAGE
========================= */

.blog-card .entry-meta {
	display: none;
}

.blog-card .loop-entry .entry-summary p,
.blog-card .loop-entry .entry-header .entry-meta {
	margin: 0 0 26px;
    font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.62);
}

.pagination .nav-links {
	display: flex;
}

.pagination .page-numbers {
    width: 46px;
    height: 46px;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    text-decoration: none;
    font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}




.pagination .page-numbers:hover,
.pagination .current {
  background: #1f1f1d;
  border-color: #1f1f1d;
  color: #ffffff;
}

.pagination .dots {
  padding: 0 4px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,0.45);
}

body .blog-grid {
	gap: 35px 25px;
}

.blog-card .post-thumbnail-inner {
	display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #ecece8;
    aspect-ratio: 1 / 0.82;
}

.blog-card .post-thumbnail-inner .post-thumbnail {
	height: 100%;
    width: 100%;	
}

.blog-card .post-thumbnail-inner img {
	    width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.7s ease;	
}

.blog-page {
  padding: 0px 0 30px;

}


/* =========================
   HEADING
========================= */

.blog-page__heading {
  
  margin-bottom: 60px;
}

.blog-card .post-more-link {
	    width: fit-content;
    position: relative;
    text-decoration: none;
    font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1f1f1d;
}

.blog-card .post-more-link::after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: #1f1f1d;
    transition: transform 0.3s ease;
    transform-origin: right;
}

.blog-page__eyebrow {
  margin: 0 0 18px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
}

.blog-page__title {
  margin: 0;

  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(42px, 5vw, 84px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f1f1d;
}

/* =========================
   FEATURED
========================= */

.blog-featured {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;

  margin-bottom: 50px;

  text-decoration: none;
}

.single-content {
  font-size: 15px;
}

.blog-featured__image-wrap {
  overflow: hidden;
  border-radius: 14px;
  background: #e8e8e3;
  aspect-ratio: 1 / 0.68;
}

.blog-featured__image {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.8s ease;
}

.blog-featured:hover .blog-featured__image {
  transform: scale(1.04);
}

.blog-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-featured__category {
  margin: 0 0 18px;
  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7a8c6e;
}

.ngg-galleryoverview {
  margin-bottom: 30px!important;
}

#store_locator {
  margin-bottom: 20px;
}

.blog-featured__title {
  margin: 0 0 24px;
  font-size: 27px!important;
  font-weight: 500;
  line-height: 41px;
  font-family: "neue-haas-grotesk-text", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.35;
  
  letter-spacing: 0.02em;
  text-transform: none;
  color: #1f1f1d;
}

.blog-featured__text {
  margin: 0 0 38px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0,0,0,0.62);
}

.blog-featured__button {
  width: fit-content;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 0 30px;

  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 999px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f1f1d;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.blog-featured:hover .blog-featured__button {
  background: #1f1f1d;
  border-color: #1f1f1d;
  color: #ffffff;
}

/* =========================
   FILTERS
========================= */

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-bottom: 54px;
}

.blog-filters__button {
  min-height: 46px;
  padding: 0 22px;

  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 999px;
  background: transparent;

  cursor: pointer;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.65);

  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.blog-filters__button:hover,
.blog-filters__button--active {
  background: #1f1f1d;
  border-color: #1f1f1d;
  color: #ffffff;
}

/* =========================
   GRID
========================= */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 42px;
}

/* =========================
   CARD
========================= */

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-card__image-wrap {
  display: block;

  overflow: hidden;
  border-radius: 12px;
  background: #ecece8;
  aspect-ratio: 1 / 0.82;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.7s ease;
}

.blog-card:hover .blog-card__image {
  transform: scale(1.05);
}

.blog-card__content {
  padding: 28px 10px 0;
}

.blog-card__category {
  margin: 0 0 14px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #7a8c6e;
}

.blog-card__title {
  margin: 0 0 18px;

  font-family: 'Cinzel', Georgia, serif;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f1f1d;
}

.blog-card__excerpt {
  margin: 0 0 26px;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0,0,0,0.62);
}

.blog-card__link {
  width: fit-content;

  position: relative;

  text-decoration: none;

  font-family: 'neue-haas-grotesk-text', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f1f1d;
}

.blog-card__link::after {
  content: '';

  position: absolute;
  left: 0;
  bottom: -8px;

  width: 100%;
  height: 1px;

  background: #1f1f1d;

  transition: transform 0.3s ease;
  transform-origin: right;
}

.blog-card__link:hover::after {
  transform: scaleX(0);
}

.pdf-form input {
  margin-bottom: 0;
}

/* =========================
   PAGINATION
========================= */

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  margin-top: 90px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1280px) {



  #primary + .container  {
    width: 100%;
    background: #7a8c6e;
  }

  .partner-band {
    padding: 20px 30px;
  }

  body header.entry-header {
    padding: 30px 30px !important;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .cart_totals h2 {
    display: none;
  }

  .woocommerce-cart-form {
    margin-bottom: 0!important;
  }
}

@media (max-width: 768px) {

  .collection-item .site-container {
    margin-bottom: 20px;
  }

    body header.entry-header {
      padding: 30px 30px !important;
    }

  .blog-page {
    padding: 0px 0 30px;
  }

  /* .blog-page__container {
    width: 90%;
  } */

  .blog-page__heading {
    margin-bottom: 30px;
  }

  .blog-page__title {
    font-size: 38px;
    line-height: 1.08;
  }

  .blog-featured {
    gap: 28px;
    margin-bottom: 56px;
  }

  .blog-featured__title {
    font-size: 32px;
  }

  .blog-featured__text {
    font-size: 16px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .blog-card__title {
    font-size: 28px;
  }

  .blog-card__excerpt {
    font-size: 15px;
  }

  .blog-pagination {
    margin-top: 60px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1750px) {
    .site-container, .container {
       
        padding: 0 20px !important;
    }
}


@media (max-width: 1440px) {

  .gallery-banner__inner,
  .partner-band  {
    padding: 32px 36px;
  }

  .testimonials {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .certifications {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    
  }

  .wrapper-home {
    width: calc(100% - 40px);
    margin: 0 auto !important;
  }

  body .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .woocommerce ul.products li.product + li.product + li.product,
  .woocommerce-page ul.products li.product + li.product  + li.product  {
    display: none;
  }

  .mega-left {
    width: 0;
    padding: 0;
  }

  .mega-inner {
        grid-template-columns: 0 1fr 180px;
  }

  .collections__item-ditails {
    padding: 10px;
  }

  .collection-item__title,
  .collection-item__attributes  {
    padding-left: 10px!important;
  }

  .collection-item__attributes li strong {
    width: 110px;
  }

  .collection-item {
    width: calc(100% / 2 - 13px);
  }

  .collection-item__excerpt {
    display: none;
  }

  .collection-item__attributes {
    max-width: 100%;
    padding-left: 20px;
  }

  .collection-items {
    gap: 25px;
  }

  .collection-item__excerpt {
    padding-left: 20px;
  }

  .mega {
    max-width: 100%;
  }

  .footer__main {
     width: 100%;
     padding-left: 20px;
     padding-right: 20px;
  }

  .site-container, .container {
    width: 100%; 
    padding: 0 20px!important;
  }

  .header-block {
    width: 100%;
  }

  .nav {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 100%;
   
  }
}

@media (max-width: 1200px) {

  .ngg-galleryoverview {
    margin-top: 0!important;
  }

  .slide-sub {
    display: none;
  }

  .hero-slide::before {
    display: none;
  }

  .hero-slide {
    justify-content: end;
  }

  .slide-tag {
    display: none;
  }

  .certifications__item {
    flex: 0 0 31%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-card {
    flex: 0 0 100%;
  }

  .why-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .testimonials__grid + .testimonials__grid {
    display: none;
  }

  .faqs > * {
    width: 100%;
  }

    .entry-content-wrap {
        padding: 0;
    }

    .faqs-questions {
      margin-top: 30px;
      padding-left: 30px;
      padding-right: 30px;
    }
  
}


/* RESPONSIVE */
@media (max-width: 1100px) {

  .store_locator_details a {
    font-size: 10px!important;
  }

  .wrapper-home {
    width: 100%;
  }

  #store_locator_sidebar {
    width: 100%;
  }

  #store_locator > .store-locator-row {
    display: block;
  }

  #store_locator_map {
      border-top-right-radius: 0px;
  }

  .store_locator_search_box {
    border-top-right-radius: 10px;
 
  }

    body button,
  body .button {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .villagio-partner__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .villagio-partner__stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }

  .villagio-partner__stat {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {

  .store_locator_result_list_item {
    padding: 15px 15px !important;
  }

    .site-container, .container {
        width: 100%;
        padding: 0 15px !important;
    }

  .store-locator-row:nth-child(1), .store-locator-row:nth-child(2), .store-locator-row:nth-child(3) {
    padding: 0 15px;
  }

  #store_locator_filter {
    padding: 15px;
  }

  .why-section__quote {
    display: none;
  }

  .why-section {
    padding-left: 30px;
    padding-right: 30px;
  }



  .testimonial-card__text,
  .testimonial-card__quote,
  .testimonial-card__quote {
    display: none;
  }

  .sbi_bio {
    display: none!important;
  }

  .sbi_load_btn {
    display: none!important;
  }

  #sb_instagram.sbi_tab_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr)!important;
  }

  .why-features {
        grid-template-columns: repeat(1, 1fr);
  }
  
  .why-section__head {
    display: block;
  }

    .process-grid {
      grid-template-columns: repeat(1, 1fr);
    }

  .villagio-partner__hero {
    padding: 30px 0 40px;
  }

  .villagio-partner__headline {
    font-size: 48px;
  }

  .villagio-partner__content {
    padding: 15px 0 45px;
  }

  .villagio-partner__container {
    width: 100%;
  }

  .villagio-partner__about-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .villagio-partner__stats {
    flex-direction: column;
    gap: 40px;
  }

  .villagio-partner__stat {
    width: 100%;
  }

  .villagio-partner__stat-number {
    font-size: 40px;
  }

  .villagio-partner__cta {
    padding: 70px 0;
  }

  .villagio-partner__cta-title {
    font-size: 42px;
  }
}

/* END ABOUT */


@media (max-width: 991px) {



  div[data-section="kadence_customizer_header_search"] {
    margin-right: 17px;
  }

  .media-item--image {
    width: 100%;
  }

  .media-item--description {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }

   .nav {
     max-width: 100%;
   }

    .woocommerce div.product .woocommerce-tabs {
      border: 0!important;
    }

    .content-style-boxed .content-bg:not(.loop-entry) {
      margin-left: 0!important;
      margin-right: 0!important;
    }

    .collection-item__inner .add_to_cart_button {
    text-align: center;
    /* padding-left: 0;
    padding-right: 0; */
    font-size: 14px;
  }


  .nav {
    height: 75px;
  }

  .gallery {
    gap: 22px 18px;
  }

  .gallery__item {
      width: calc(100% / 2 - 10px);
  }

  .nav__links {
    display: none;
  }

   .desktop-menu {
      display: none;
   }

  .mobile-menu {
    display: none;
      position: fixed;
    z-index: 11111;
    opacity: 1;

    /* inset: 0px; */
    background: rgb(247, 247, 247);
    transition: 0.4s;
    height: 100%;
    background: #fff;
    width: 100%;
  }

  .nav-item {
    border-bottom: 1px solid #000;
  }

    /* BURGER */
  .bauen-burger {
    background: none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 77px;
    background: none!important;
    height: 40px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
    display: block;
    border: 0!important;
    box-shadow: none!important;
  }

  .bauen-burger span {
    display: block;
    height: 2px;
    background: #b19777;
    margin-bottom: 5px;
    width: 30px;
    transition: 0.3s;
  }

  .bauen-burger:hover span {
    background: #7a8c6e;
  }

  /* OPEN ANIMATION */
  .bauen-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .bauen-burger.active span:nth-child(2) {
    opacity: 0;
  }

  .bauen-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

}

@media (max-width: 640px) {

  .woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    max-height: 40vh;
  }

  .added_to_cart {
    display: none!important;
  }

  .site-container, .container {
    padding: 0 15px!important;
  }

    .gallery__item.row-6 {
        width: calc(100% / 2 - 10px);
    }

    .faqs-questions {
      margin-top: 10px;
    }

    .faqs-questions {
        padding-left: 10px;
        padding-right: 10px;
    }

  .accordion-faq .is-active .ac-panel {
    padding: 15px;
  }

  .contact-block__detail p {
    width: 100%;
  }

  .contact-block__detail {
    display: block;
    margin-bottom: 30px;
  }

    .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li:first-child {
      width: 60px;
      height: 60px;
  }

     body .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

  .partner-band {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__main {
    display: block;
    text-align: center;
  }

  .footer__divider {
    margin: 20px auto;
    min-height: 1px;
  }

  .footer__contact {
    padding-right: 0;
  }

  .footer__links {
    padding: 0;
  }

  .footer__brand {
    align-items: center;
  }

  .footer__main {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
}

@media (max-width: 640px) {

  .feature-card__title {
    font-size: 35px;
  }

  .wrapper-home {
    padding: 15px;
  }

  .hero--home {
    max-height: 50vh;
  }

  .why-section,
  .process-section,
  .feature-card  {
    padding: 20px!important;
  }

  .collections__item-ditails h3 {
    font-size: 22px;
  }

    .collections__item-ditails p {
      font-size: 14px;
    }

      .collection-item {
        width: calc(100% / 1);
    }
}