@charset "UTF-8";
/*
/// VENDORS ///
The CSS files from external libraries and frameworks
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

embed,
iframe,
object,
video,
figure {
  max-width: 100%;
}

/* ----------------------------------------
Image Alignments and Captions
---------------------------------------- */
.alignnone {
  margin: 15px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 20px auto;
}

.alignright {
  float: right;
  margin: 15px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 15px 0 20px 20px;
}

a img.alignnone {
  margin: 15px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption,
.figure-caption {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 15px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 15px;
}

body #site-content .gallery {
  display: FLEX;
  flex-flow: row wrap;
}
body #site-content .gallery .gallery-item {
  float: none;
  margin-top: 0;
}
body #site-content .gallery .gallery-item img {
  border: none;
}
body #site-content .gallery br {
  display: none;
}

#wpadminbar {
  overflow: hidden;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.image-gallery .item-gallery, body.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .item .item-image, .section.fullwidth-banner, .section .section-bg, .slideshow.main-slideshow .slideshow-slide .slide-bg-image, .slideshow.image-slideshow .slideshow-slide, .slideshow.image-slideshow-alt .slideshow-slide, .slideshow.image-slideshow-alt .slideshow-slide .slide-inner {
  position: relative;
}
.image-gallery .item-gallery img, body.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img, .item .item-image img, .section.fullwidth-banner img, .section .section-bg img, .slideshow.main-slideshow .slideshow-slide .slide-bg-image img, .slideshow.image-slideshow .slideshow-slide img, .slideshow.image-slideshow-alt .slideshow-slide img, .slideshow.image-slideshow-alt .slideshow-slide .slide-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-details {
  font-size: 18px;
}
@media screen and (max-width: calc(1280px - 0.01px)) {
  .contact-details {
    font-size: 14px;
  }
}

.banner .banner-text, .section .section-intro, .large {
  font-size: 24px;
}
@media screen and (max-width: calc(1280px - 0.01px)) {
  .banner .banner-text, .section .section-intro, .large {
    font-size: 18px;
  }
}

/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
@font-face {
  font-family: "ThemeIcons";
  src: url("../fonts/ThemeIcons.eot?23c6894618125516b1811ee258f4ae90?#iefix") format("embedded-opentype"), url("../fonts/ThemeIcons.woff2?23c6894618125516b1811ee258f4ae90") format("woff2"), url("../fonts/ThemeIcons.woff?23c6894618125516b1811ee258f4ae90") format("woff"), url("../fonts/ThemeIcons.ttf?23c6894618125516b1811ee258f4ae90") format("truetype"), url("../fonts/ThemeIcons.svg?23c6894618125516b1811ee258f4ae90#ThemeIcons") format("svg");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: ThemeIcons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\f101";
}

.icon-arrow:before {
  content: "\f102";
}

.icon-down:before {
  content: "\f103";
}

.icon-email:before {
  content: "\f104";
}

.icon-facebook:before {
  content: "\f105";
}

.icon-instagram:before {
  content: "\f106";
}

.icon-linkedin:before {
  content: "\f107";
}

.icon-menu-arrow:before {
  content: "\f108";
}

.icon-phone:before {
  content: "\f109";
}

.icon-pinterest:before {
  content: "\f10a";
}

.icon-search:before {
  content: "\f10b";
}

.icon-twitter:before {
  content: "\f10c";
}

.icon-website:before {
  content: "\f10d";
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--xtheme-text-color);
}
@media screen and (max-width: calc(768px - 0.01px)) {
  body {
    font-size: 16px;
  }
}
body.single-product .main {
  margin-top: 115px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  body.single-product .main {
    margin-top: 60px;
  }
}
body.single-product .main .site-main {
  padding-top: 10px;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
body.woocommerce div.product .product_title,
.h3,
.h4,
.woocommerce-MyAccount-content h2,
.h5,
.woocommerce-Address h2,
.h6 {
  color: var(--xtheme-headings-color);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
body.woocommerce div.product .product_title a,
.h3 a,
.h4 a,
.woocommerce-MyAccount-content h2 a,
.h5 a,
.woocommerce-Address h2 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
body.woocommerce div.product .product_title:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 60px;
  margin: 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2,
body.woocommerce div.product .product_title {
  font-size: 42px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  h2,
  .h2,
  body.woocommerce div.product .product_title {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 36px;
  margin: 0 0 calc(40px / 3 * 2) 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4,
.woocommerce-MyAccount-content h2 {
  font-size: 28px;
  margin: 0 0 calc(40px / 2) 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  h4,
  .h4,
  .woocommerce-MyAccount-content h2 {
    font-size: 24px;
  }
}

h5,
.h5,
.woocommerce-Address h2 {
  font-size: 24px;
  margin: 0 0 calc(40px / 3) 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  h5,
  .h5,
  .woocommerce-Address h2 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: 20px;
  margin: 0 0 calc(40px / 4) 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

a {
  color: inherit;
  transition: all 200ms ease;
  text-decoration: none;
}
a:hover {
  color: var(--xtheme-brand-color);
}

p {
  margin: 0 0 40px;
}
p:empty, p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 30px;
  padding: 30px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-radius: 16px;
}
blockquote cite {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.centering, body.woocommerce div.product .woocommerce-tabs, body.woocommerce div.product .woocommerce-Tabs-panel, body.woocommerce .related.products,
body.woocommerce .upsells.products,
body.woocommerce .cross-sells, .woocommerce-notices-wrapper {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .centering, body.woocommerce div.product .woocommerce-tabs, body.woocommerce div.product .woocommerce-Tabs-panel, body.woocommerce .related.products,
  body.woocommerce .upsells.products,
  body.woocommerce .cross-sells, .woocommerce-notices-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.centering.small, body.woocommerce div.product .small.woocommerce-tabs, body.woocommerce div.product .small.woocommerce-Tabs-panel, body.woocommerce .small.related.products,
body.woocommerce .small.upsells.products,
body.woocommerce .small.cross-sells, .small.woocommerce-notices-wrapper {
  max-width: 1000px;
}

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

.light-grey-bg {
  background-color: #f8f8f8;
}

.content-block {
  margin-bottom: 40px;
}
.content-block:last-child {
  margin-bottom: 0;
}

/*
/// LAYOUT ///
Everything that takes part in laying out the site or application.
This folder could have stylesheets for the main parts of the site (header,
footer, navigation, sidebar…), the grid system or even CSS styles
for all the forms.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.is-noscroll {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}
.is-noscroll .header,
.is-noscroll .main-nav,
.is-noscroll .top {
  pointer-events: auto;
}

.header {
  min-height: 115px;
  background-color: transparent;
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: none;
  transition: all 0.3s ease;
}
.has-page-header .header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.has-page-header .header .header-logo img {
  filter: invert(1);
}
.header.sticky {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  top: 0 !important;
  position: fixed;
  left: 0;
  right: 0;
  min-height: 60px;
  background-color: #fff;
  color: #000;
}
.admin-bar .header.sticky {
  top: 32px !important;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .admin-bar .header.sticky {
    top: 46px !important;
  }
}
.header.sticky .top-bar {
  display: none;
}
.header.sticky .header-logo img {
  filter: invert(1);
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .header {
    min-height: 60px;
  }
}
.header .header-logo {
  margin-right: auto;
}
.header .header-logo img {
  display: block;
  min-width: 150px;
  transition: all 0.3s ease;
}
.header .header-inner {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .header .header-inner {
    padding: 10px 0;
  }
}
.header .top-bar {
  background-color: var(--xtheme-header-bar-color);
  padding: 10px 0;
  color: var(--xtheme-header-text-color);
}
.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top-bar .top-bar-inner .social-icons {
  margin-left: auto !important;
  margin-right: 30px !important;
}
.header .top-bar .top-bar-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -10px !important;
}
.header .top-bar .top-bar-inner ul li {
  margin: 0 10px;
}
.header .middle-logo {
  padding: 15px 0;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .header .middle-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header .middle-logo .header-logo {
  width: 10%;
  margin: 0 25px;
}
@media screen and (max-width: calc(1480px - 0.01px)) {
  .header .middle-logo .header-logo {
    width: 20%;
  }
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .header .middle-logo .header-logo {
    width: auto;
    margin: 0;
  }
}
.header .middle-logo .header-logo img {
  margin: auto;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .header .middle-logo .header-logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .header .middle-logo .header-logo.hide-on-mobile {
    display: none;
  }
}
.header .middle-logo .header-logo.show-on-mobile {
  display: none;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .header .middle-logo .header-logo.show-on-mobile {
    display: block;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.footer {
  color: var(--xtheme-footer-text-color);
}
.footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: var(--xtheme-footer-headings-color);
}
.footer .footer-widgets {
  background-color: var(--xtheme-footer-color);
  padding: 40px 0;
}
.footer .footer-widgets .widget-title {
  color: var(--xtheme-footer-text-color);
}
.footer ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li > a:not(.icon-social):not([class*=button]):not([class*=button-secondary]) {
  position: relative;
}
.footer ul li > a:not(.icon-social):not([class*=button]):not([class*=button-secondary]):after {
  content: "";
  display: block;
  background-color: var(--xtheme-footer-text-color);
  height: 1px;
  left: 0;
  right: 100%;
  bottom: 0;
  position: absolute;
  transition: all 0.2s linear;
}
.footer ul li > a:not(.icon-social):not([class*=button]):not([class*=button-secondary]):hover:after {
  right: 0;
}
.footer ul li > a:not(.icon-social):not([class*=button]):not([class*=button-secondary]):hover {
  color: inherit;
}
.footer ul li.current-menu-item > a:after, .footer ul li.current_page_ancestor > a:after, .footer ul li.current_page_parent > a:after {
  right: 0;
}
.footer .footer-bottom {
  background-color: var(--xtheme-footer-bar-color);
  padding: 10px 0;
}
.footer .footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.footer .footer-bottom ul li {
  margin: 0 10px;
  margin-bottom: 0;
}
.footer .footer-bottom .footer-credits {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .footer .footer-bottom .footer-credits {
    align-items: center;
    flex-flow: column;
  }
  .footer .footer-bottom .footer-credits ul {
    margin: 10px 0;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .footer.footer-1 {
    text-align: center;
  }
}
.footer.footer-1 .image-widget {
  display: flex;
  justify-content: center;
}
.footer.footer-1 .footer-social {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .footer.footer-1 .footer-social {
    justify-content: center;
  }
}
.footer.footer-2 .menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer.footer-2 .menu .menu-item {
  border-right: 1px solid var(--xtheme-footer-text-color);
  padding: 0 30px;
}
.footer.footer-2 .menu .menu-item:last-of-type {
  border-right: none;
}
.footer.footer-2 .footer-information {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  font-size: 14px;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .footer.footer-2 .footer-social {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .footer.footer-2 .image-widget {
    display: flex;
    justify-content: center;
  }
}
.footer.footer-3 .image-widget {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .footer.footer-3 .image-widget {
    justify-content: center;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .footer.footer-3 .widget {
    text-align: center;
  }
}
.footer.footer-3 .footer-newsletter {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.footer.footer-3 .footer-newsletter p {
  margin-bottom: 0;
}
.footer.footer-3 .footer-newsletter ::placeholder {
  color: var(--xtheme-footer-text-color);
}
.footer.footer-3 .footer-newsletter input[type=email] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--xtheme-footer-text-color);
  width: auto;
  color: var(--xtheme-footer-text-color);
  padding: 5px;
  background-color: transparent !important;
}
.footer.footer-3 .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.footer.footer-3 .menu .menu-item {
  border-right: 1px solid var(--xtheme-footer-text-color);
  padding: 0 30px;
}
.footer.footer-3 .menu .menu-item:last-of-type {
  border-right: none;
}
.footer.footer-3 .social-icons {
  justify-content: end;
}
.footer.footer-3 .vcard path {
  fill: var(--xtheme-footer-text-color);
}
.footer.footer-4 .menu .menu-item {
  border-right: 1px solid var(--xtheme-footer-text-color);
  padding: 0 30px;
}
.footer.footer-4 .menu .menu-item:last-of-type {
  border-right: none;
}
.footer.footer-4 .footer-top {
  background-color: var(--xtheme-brand-color);
  padding: 10px 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .footer.footer-4 .footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
nav ul,
.menu {
  list-style: none;
  padding: 0;
}

.main-nav {
  margin-right: 25px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .main-nav {
    -webkit-overflow-scrolling: touch;
    background: white;
    color: var(--xtheme-header-text-color);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 60px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 350ms ease, visibility 350ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
  .is-open-menu .main-nav {
    opacity: 1;
    visibility: visible;
  }
  .main-nav.is-active {
    height: 100%;
  }
}
.main-nav .menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .main-nav .menu {
    flex-direction: column;
    text-align: center;
    margin: 0;
    min-height: 100%;
    justify-content: center;
  }
}
.main-nav .menu .menu-item {
  margin: 0 15px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .main-nav .menu .menu-item {
    margin: 20px 0;
  }
}
.main-nav .menu .menu-item a {
  position: relative;
}
.main-nav .menu .menu-item a:after {
  content: "";
  display: block;
  background-color: var(--xtheme-header-text-color);
  height: 1px;
  left: 0;
  right: 100%;
  bottom: 0;
  position: absolute;
  transition: all 0.2s linear;
}
.main-nav .menu .menu-item a:hover:after {
  right: 0;
}
.main-nav .menu .menu-item a {
  font-size: 18px;
  font-weight: 400;
  color: var(--xtheme-header-text-color);
  padding: 5px 0;
  transition: all 0.3s ease;
}
.sticky .main-nav .menu .menu-item a, .has-page-header .main-nav .menu .menu-item a {
  color: #000;
  position: relative;
}
.sticky .main-nav .menu .menu-item a:after, .has-page-header .main-nav .menu .menu-item a:after {
  content: "";
  display: block;
  background-color: #000;
  height: 1px;
  left: 0;
  right: 100%;
  bottom: 0;
  position: absolute;
  transition: all 0.2s linear;
}
.sticky .main-nav .menu .menu-item a:hover:after, .has-page-header .main-nav .menu .menu-item a:hover:after {
  right: 0;
}
.main-nav .menu .menu-item.current-menu-item > a:after, .main-nav .menu .menu-item.current_page_ancestor > a:after, .main-nav .menu .menu-item.current_page_parent > a:after {
  right: 0;
}
.sticky .main-nav .menu .menu-item.current-menu-item > a:after, .has-page-header .main-nav .menu .menu-item.current-menu-item > a:after, .sticky .main-nav .menu .menu-item.current_page_ancestor > a:after, .has-page-header .main-nav .menu .menu-item.current_page_ancestor > a:after, .sticky .main-nav .menu .menu-item.current_page_parent > a:after, .has-page-header .main-nav .menu .menu-item.current_page_parent > a:after {
  background-color: #000;
}
.main-nav .menu .menu-item-has-children {
  position: relative;
}
.main-nav .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.main-nav .menu .menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}
.main-nav .menu .menu-item-has-children.open-submenu > a:after {
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .main-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 300px;
    background-color: var(--xtheme-header-color);
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    top: calc(100% + 10px);
    transition: opacity 350ms ease, visibility 350ms ease;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .main-nav .sub-menu {
    display: none;
  }
}
.main-nav .sub-menu .menu-item {
  margin-bottom: 10px;
}
.main-nav .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.main-nav .sub-menu .menu-item a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .main-nav .open-submenu > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .main-nav .open-submenu > .sub-menu {
    display: block;
  }
}

.middle-logo .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .middle-logo .main-nav {
    -webkit-overflow-scrolling: touch;
    background: white;
    color: var(--xtheme-header-text-color);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 60px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 350ms ease, visibility 350ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 100;
    flex-direction: column;
  }
  .is-open-menu .middle-logo .main-nav {
    opacity: 1;
    visibility: visible;
  }
  .middle-logo .main-nav.is-active {
    height: 100%;
  }
}
.middle-logo .main-nav .menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 -25px;
  padding: 0;
  width: 45%;
}
@media screen and (max-width: calc(1480px - 0.01px)) {
  .middle-logo .main-nav .menu {
    width: 40%;
  }
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .middle-logo .main-nav .menu {
    flex-direction: column;
    text-align: center;
    margin: 0;
    min-height: auto;
    justify-content: center;
  }
}
.middle-logo .main-nav .menu:first-of-type {
  justify-content: end;
}
.middle-logo .main-nav .menu .menu-item {
  margin: 0 25px;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .middle-logo .main-nav .menu .menu-item {
    margin: 20px 0;
  }
}
.middle-logo .main-nav .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 10px;
}
.middle-logo .main-nav .menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.grid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: -20px;
  margin-bottom: calc(40px - 20px);
}
.grid:last-child {
  margin-bottom: -20px;
}
.grid.align-vertically {
  align-items: center;
}
.grid.align-horizontally {
  justify-content: center;
}
.grid.row-reverse {
  flex-direction: row-reverse;
}
.grid.no-space {
  margin: 0;
}
.grid.no-space [class^=grid-],
.grid.no-space [class*=" grid-"] {
  padding: 0;
}

[class^=grid-],
[class*=" grid-"] {
  padding: 20px;
}

.grid-xs-1 {
  width: calc(100% / (12 / 1));
}

.offset-xs-1 {
  margin-left: calc(100% / (12 / 1));
}

.grid-xs-2 {
  width: calc(100% / (12 / 2));
}

.offset-xs-2 {
  margin-left: calc(100% / (12 / 2));
}

.grid-xs-3 {
  width: calc(100% / (12 / 3));
}

.offset-xs-3 {
  margin-left: calc(100% / (12 / 3));
}

.grid-xs-4 {
  width: calc(100% / (12 / 4));
}

.offset-xs-4 {
  margin-left: calc(100% / (12 / 4));
}

.grid-xs-5 {
  width: calc(100% / (12 / 5));
}

.offset-xs-5 {
  margin-left: calc(100% / (12 / 5));
}

.grid-xs-6 {
  width: calc(100% / (12 / 6));
}

.offset-xs-6 {
  margin-left: calc(100% / (12 / 6));
}

.grid-xs-7 {
  width: calc(100% / (12 / 7));
}

.offset-xs-7 {
  margin-left: calc(100% / (12 / 7));
}

.grid-xs-8 {
  width: calc(100% / (12 / 8));
}

.offset-xs-8 {
  margin-left: calc(100% / (12 / 8));
}

.grid-xs-9 {
  width: calc(100% / (12 / 9));
}

.offset-xs-9 {
  margin-left: calc(100% / (12 / 9));
}

.grid-xs-10 {
  width: calc(100% / (12 / 10));
}

.offset-xs-10 {
  margin-left: calc(100% / (12 / 10));
}

.grid-xs-11 {
  width: calc(100% / (12 / 11));
}

.offset-xs-11 {
  margin-left: calc(100% / (12 / 11));
}

.grid-xs-12 {
  width: calc(100% / (12 / 12));
}

.offset-xs-12 {
  margin-left: calc(100% / (12 / 12));
}

@media screen and (min-width: 480px) {
  .grid-sm-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-sm-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-sm-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-sm-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-sm-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-sm-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-sm-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-sm-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-sm-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-sm-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-sm-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-sm-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-sm-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-sm-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-sm-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-sm-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-sm-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-sm-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-sm-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-sm-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-sm-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-sm-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-sm-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-sm-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-s-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-s-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-s-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-s-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-s-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-s-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-s-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-s-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-s-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-s-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-s-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-s-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-s-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-s-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-s-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-s-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-s-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-s-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-s-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-s-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-s-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-s-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-s-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1024px) {
  .grid-m-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-m-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-m-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-m-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-m-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-m-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-m-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-m-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-m-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-m-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-m-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-m-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-m-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-m-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-m-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-m-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-m-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-m-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-m-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-m-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-m-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-m-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-m-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-m-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1280px) {
  .grid-md-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-md-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-md-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-md-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-md-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-md-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-md-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-md-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-md-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-md-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-md-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-md-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-md-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-md-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-md-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-md-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-md-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-md-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-md-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-md-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-md-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-md-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-md-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-md-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-12 {
    margin-left: calc(100% / (12 / 12));
  }
}
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
::-webkit-input-placeholder {
  color: var(--xtheme-buttons-color);
  filter: brightness(1.1); /* Lightens by 10% */
}

:-moz-placeholder {
  color: var(--xtheme-buttons-color);
  filter: brightness(1.1); /* Lightens by 10% */
}

::-moz-placeholder {
  color: var(--xtheme-buttons-color);
  filter: brightness(1.1); /* Lightens by 10% */
}

:-ms-input-placeholder {
  color: var(--xtheme-buttons-color);
  filter: brightness(1.1); /* Lightens by 10% */
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: var(--xtheme-text-color);
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  outline: none;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #999999;
  outline: none;
}

textarea {
  resize: none;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b60005;
}

form .gdpr label {
  display: flex;
  font-weight: 400;
  font-size: 14px;
}
form .gdpr label input {
  margin-right: 10px;
  margin-top: 2px;
}
form .gdpr label a {
  text-decoration: underline;
}
form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
form fieldset {
  border: none;
  padding: 0;
}

.gform_wrapper form .gfield .gfield_validation_message {
  font-size: 12px;
  padding: 0 !important;
  border: none;
  background-color: transparent;
}
.gform_wrapper form .gfield_error label, .gform_wrapper form .gfield_error legend {
  color: inherit;
}
.gform_wrapper form .gfield-choice-input + label {
  font-weight: normal;
}
.gform_wrapper .gform_required_legend, .gform_wrapper .gform_validation_errors {
  display: none;
}
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
table {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
.slideshow {
  position: relative;
}
.slideshow.flickity-resize .slideshow-slide {
  height: 100%;
}
.slideshow .flickity-viewport {
  width: 100%;
}
.slideshow .flickity-page-dots {
  bottom: 40px;
}
.slideshow .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background-color: transparent;
  border: 2px solid var(--xtheme-text-color);
  opacity: 1;
}
.slideshow .flickity-page-dots .dot.is-selected {
  background-color: var(--xtheme-text-color);
}
.slideshow .flickity-button {
  background-color: transparent;
  padding: 0;
  color: var(--xtheme-text-color);
  box-shadow: none;
}
.slideshow .flickity-button svg {
  display: none;
}
.slideshow .flickity-button:before {
  content: "\f054";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-size: 30px;
  display: block;
}
.slideshow .flickity-button:disabled {
  display: none;
}
.slideshow .flickity-button.previous:before {
  transform: rotate(-180deg);
}
.slideshow .slideshow-slide:not([class^=grid-]) {
  width: 100%;
}
.slideshow.main-slideshow .slideshow-slide {
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .slideshow.main-slideshow .slideshow-slide {
    padding: calc(80px / 2) 0;
  }
}
.slideshow.main-slideshow .slideshow-slide .slide-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.slideshow.main-slideshow .slideshow-slide slide-image {
  height: 500px;
}
.slideshow.main-slideshow .slideshow-slide slide-image img {
  max-height: 100%;
  display: block;
  width: auto;
  margin: 0 auto 0;
}
.slideshow.main-slideshow .slideshow-slide .slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px 0;
}
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-title,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-text,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-actions {
  margin-bottom: 40px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-title,
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-text,
  .slideshow.main-slideshow .slideshow-slide .slide-content .slide-actions {
    margin-bottom: calc(40px / 2);
  }
}
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-title:last-child,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-text:last-child,
.slideshow.main-slideshow .slideshow-slide .slide-content .slide-actions:last-child {
  margin-bottom: 0;
}
.slideshow.banner .slideshow-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slideshow.banner .slideshow-content .slideshow-title {
  color: #fff;
}
.slideshow.image-slideshow .slideshow-slide {
  height: 600px;
}
.slideshow.image-slideshow .slideshow-slide img {
  display: block;
}
.slideshow.image-slideshow-alt {
  padding: 0 40px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}
@media screen and (max-width: calc(1280px - 0.01px)) {
  .slideshow.image-slideshow-alt {
    height: 400px;
  }
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .slideshow.image-slideshow-alt {
    height: 300px;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .slideshow.image-slideshow-alt {
    height: 200px;
  }
}
.slideshow.image-slideshow-alt .slideshow-slide {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  width: 50%;
}
@media screen and (max-width: calc(1280px - 0.01px)) {
  .slideshow.image-slideshow-alt .slideshow-slide {
    height: 400px;
    width: 65%;
  }
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .slideshow.image-slideshow-alt .slideshow-slide {
    height: 300px;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .slideshow.image-slideshow-alt .slideshow-slide {
    height: 200px;
    width: 100%;
  }
}
.slideshow.image-slideshow-alt .slideshow-slide.is-selected .slide-inner {
  padding-bottom: 65%;
}
.slideshow.image-slideshow-alt .slideshow-slide .slide-inner {
  height: 0;
  padding-bottom: 48%;
  transition: all 300ms linear;
}
.slideshow.logos-slideshow {
  margin: -20px;
}
@media screen and (min-width: 1024px) {
  .slideshow.logos-slideshow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .slideshow.logos-slideshow {
    margin: -10px;
  }
}
.slideshow.logos-slideshow .slideshow-slide {
  width: 16.6666666667%;
  padding: 20px;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .slideshow.logos-slideshow .slideshow-slide {
    width: 25%;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .slideshow.logos-slideshow .slideshow-slide {
    width: 45%;
    padding: 10px;
  }
}
.slideshow.logos-slideshow .slideshow-slide .slide-image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow.logos-slideshow .slideshow-slide .slide-image img {
  display: block;
  max-height: 100%;
  width: auto;
}
.slideshow.mobile-slideshow.flickity-enabled {
  display: block;
}
.slideshow.mobile-slideshow:after {
  content: "";
  display: none;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .slideshow.mobile-slideshow:after {
    content: "flickity";
    display: none;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section {
  margin-bottom: 100px;
  position: relative;
  color: var(--xtheme-text-color);
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section {
    margin-bottom: calc(100px / 2);
  }
}
.section.cta {
  padding: 0 80px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section.cta {
    padding: 0 40px;
  }
}
.section.fit-container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1320px - 80px);
}
.section:first-of-type:not(.has-bg) {
  padding-top: 100px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section:first-of-type:not(.has-bg) {
    padding-top: calc(100px / 2);
  }
}
.section:last-child.has-bg, .section:last-child.fullwidth-banner {
  margin-bottom: 0;
}
.section.has-bg {
  padding: 80px 0;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section.has-bg {
    padding: calc(80px / 2) 0;
  }
}
.section.has-bg:last-child {
  margin-bottom: 0;
}
.section.has-bg + .has-bg, .section.has-bg + .fullwidth-banner {
  margin-top: -100px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section.has-bg + .has-bg, .section.has-bg + .fullwidth-banner {
    margin-top: calc(-100px / 2);
  }
}
.section.has-bg .button {
  background-color: var(--xtheme-text-color);
  border-color: var(--xtheme-text-color);
  color: var(--xtheme-custom-bg-color);
}
.section.has-bg .button:hover {
  background-color: var(--xtheme-custom-bg-color);
  color: var(--xtheme-text-color);
}
.section.has-bg .intro-button-wrapper {
  position: relative;
  z-index: 1;
}
.section.has-bg.has-bg-img {
  background-image: var(--bg-img);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section.has-bg.has-bg-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--xtheme-custom-bg-color);
  opacity: 0.5;
}
.section.has-bg.has-bg-img .centering {
  position: relative;
}
.section.fullwidth-banner {
  height: 500px;
  overflow: hidden;
  padding: 0;
}
.section.fullwidth-banner + .has-bg, .section.fullwidth-banner + .fullwidth-banner {
  margin-top: -100px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section.fullwidth-banner + .has-bg, .section.fullwidth-banner + .fullwidth-banner {
    margin-top: calc(-100px / 2);
  }
}
.section.text-image-stretch .section-bg.row-reverse {
  left: initial;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section.text-image-stretch {
    padding-top: 0;
  }
  .section.text-image-stretch .section-bg {
    margin-bottom: 20px;
  }
}
.section .section-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .section .section-bg.half {
    width: 50%;
  }
  .section .section-bg.half.right {
    left: 50%;
  }
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section .section-bg.half {
    position: relative;
    height: 200px;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.section .section-content,
.section .section-text,
.section .section-actions,
.section .section-image,
.section .section-intro,
.section .section-title,
.section .section-description {
  margin-bottom: 40px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section .section-content,
  .section .section-text,
  .section .section-actions,
  .section .section-image,
  .section .section-intro,
  .section .section-title,
  .section .section-description {
    margin-bottom: calc(40px / 2);
  }
}
.section .section-content:last-child,
.section .section-text:last-child,
.section .section-actions:last-child,
.section .section-image:last-child,
.section .section-intro:last-child,
.section .section-title:last-child,
.section .section-description:last-child {
  margin-bottom: 0;
}
.align-center .section .section-intro, .section .section-intro.align-center {
  margin-left: auto;
  margin-right: auto;
}
.section .section-intro .row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.section .section-intro .row-flex .section-description {
  max-width: 700px;
}
.section .section-image img {
  display: block;
  margin: 0 auto 0;
}
@media screen and (min-width: 1024px) {
  .section .section-image.stretch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .section .section-image.stretch img {
    min-width: calc(100% + 100px);
    max-width: calc(100% + 100px);
  }
}
.section .row-reverse .section-image.stretch {
  justify-content: flex-start;
}
.section .section-description,
.section .section-content,
.section .section-text {
  overflow: hidden;
}
.section .section-description ul, .section .section-description ol,
.section .section-content ul,
.section .section-content ol,
.section .section-text ul,
.section .section-text ol {
  margin: 0 0 40px 0;
  padding: 0 0 0 40px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section .section-description ul, .section .section-description ol,
  .section .section-content ul,
  .section .section-content ol,
  .section .section-text ul,
  .section .section-text ol {
    margin-bottom: calc(40px / 2);
  }
}
.section .section-description ul:last-child, .section .section-description ol:last-child,
.section .section-content ul:last-child,
.section .section-content ol:last-child,
.section .section-text ul:last-child,
.section .section-text ol:last-child {
  margin-bottom: 0;
}
.section .section-description ul li, .section .section-description ol li,
.section .section-content ul li,
.section .section-content ol li,
.section .section-text ul li,
.section .section-text ol li {
  margin-bottom: 10px;
}
.section .section-description ul li:last-child, .section .section-description ol li:last-child,
.section .section-content ul li:last-child,
.section .section-content ol li:last-child,
.section .section-text ul li:last-child,
.section .section-text ol li:last-child {
  margin-bottom: 0;
}
.section .section-description a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]),
.section .section-content a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]),
.section .section-text a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]) {
  border-bottom: 1px solid var(--xtheme-text-color);
  color: var(--xtheme-text-color);
}
.section .section-description a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]):hover,
.section .section-content a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]):hover,
.section .section-text a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]):hover {
  border-color: transparent;
  color: var(--xtheme-text-color);
}
.section .section-description a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]).custom-button:hover,
.section .section-content a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]).custom-button:hover,
.section .section-text a:not([class*=button]):not([class*=button-secondary]):not([class*=icon-social]).custom-button:hover {
  color: var(--xtheme-text-color);
}
.section .section-description a[class*=button],
.section .section-content a[class*=button],
.section .section-text a[class*=button] {
  border-color: var(--xtheme-buttons-color);
  color: var(--xtheme-buttons-text-color);
  background-color: var(--xtheme-buttons-color);
}
.section .section-description a[class*=button]:hover,
.section .section-content a[class*=button]:hover,
.section .section-text a[class*=button]:hover {
  border-color: var(--xtheme-buttons-color);
  color: var(--xtheme-buttons-text-color);
  background-color: var(--xtheme-buttons-color);
  opacity: 0.8;
}
.section h2,
.section h3,
.section h4,
.section h5,
.section h6,
.section .section-title {
  color: var(--xtheme-headings-color);
}
.section h2.page-title,
.section h3.page-title,
.section h4.page-title,
.section h5.page-title,
.section h6.page-title,
.section .section-title.page-title {
  color: var(--xtheme-text-color);
}
.section .section-inner {
  margin-bottom: calc(100px / 2);
}
@media screen and (max-width: calc(1280px - 0.01px)) {
  .section .section-inner {
    margin-bottom: calc(100px / 4);
  }
}
.section .section-inner:last-child {
  margin-bottom: 0;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.item .item-image {
  height: 0;
  padding-bottom: 66%;
  background-color: #ddd;
}
.item .item-content,
.item .item-image,
.item .item-title {
  margin-bottom: 15px;
}
.item .item-content:last-child,
.item .item-image:last-child,
.item .item-title:last-child {
  margin-bottom: 0;
}
.item .item-meta {
  margin-bottom: 5px;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, .wc-block-components-button:not(.is-link),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address a.edit,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.edit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address button.edit,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.edit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address input.edit,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.edit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address a.edit,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.edit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address button.edit,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.edit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address input.edit,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.edit, .button-secondary, .woocommerce-MyAccount-navigation ul li a, input[type=submit],
input[type=button],
input[type=reset],
button,
.button,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-Address .edit {
  background-color: var(--xtheme-buttons-color);
  border-radius: 0;
  border: 1px solid var(--xtheme-buttons-color);
  color: var(--xtheme-buttons-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  outline: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  font-weight: 400;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, .wc-block-components-button:disabled:not(.is-link), .button-secondary:disabled, .woocommerce-MyAccount-navigation ul li a:disabled, input[type=submit]:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
button:disabled,
.button:disabled,
.woocommerce-Address .edit:disabled {
  pointer-events: none;
  opacity: 0.4;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.button:hover,
.woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-Address .edit:hover {
  color: var(--xtheme-buttons-color);
  background-color: var(--xtheme-buttons-text-color);
  border: 1px solid var(--xtheme-buttons-text-color);
}

.button-secondary, .woocommerce-MyAccount-navigation ul li a {
  background-color: #fff;
  border-color: var(--xtheme-brand-color);
  color: var(--xtheme-brand-color);
}
.button-secondary:hover, .woocommerce-MyAccount-navigation ul li a:hover {
  filter: brightness(90%);
  color: var(--xtheme-brand-color);
}

.custom-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--xtheme-brand-color);
}
.custom-link:before {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  padding-right: 10px;
  transition: all 0.2s linear;
}
.custom-link:hover:before {
  padding-left: 5px;
  padding-right: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address a.edit:hover,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.edit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-MyAccount-navigation ul li.is-active .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address button.edit:hover,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.edit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address input.edit:hover,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.edit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address a.edit:hover,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.edit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-MyAccount-navigation ul li.is-active :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address button.edit:hover,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.edit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address input.edit:hover,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.edit:hover {
  color: var(--xtheme-buttons-color);
  background-color: var(--xtheme-buttons-text-color);
  border: 1px solid var(--xtheme-buttons-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address a.alt.edit:hover,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.alt.edit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-MyAccount-navigation ul li.is-active a.alt:hover,
.woocommerce-MyAccount-navigation ul li.is-active .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address button.alt.edit:hover,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.alt.edit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce-Address input.alt.edit:hover,
.woocommerce-Address .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.alt.edit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address a.alt.edit:hover,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.alt.edit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a.alt:hover,
.woocommerce-MyAccount-navigation ul li.is-active :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address button.alt.edit:hover,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.alt.edit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce .woocommerce-Address input.alt.edit:hover,
.woocommerce-Address :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.alt.edit:hover {
  color: var(--xtheme-buttons-color);
  background-color: var(--xtheme-buttons-text-color);
  border: 1px solid var(--xtheme-buttons-color);
}

body.woocommerce span.onsale {
  background-color: #ffffff;
  color: #1c1917;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: 400;
}
body.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  body.woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
body.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  body.woocommerce ul.products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.woocommerce ul.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
body.woocommerce ul.products:before, body.woocommerce ul.products:after {
  display: none !important;
}
body.woocommerce ul.products li.product {
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
  float: none;
  clear: none;
}
body.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
body.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link:hover {
  color: inherit;
}
body.woocommerce ul.products li.product .product-image-wrapper {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: #e7e5e4;
  height: auto;
  padding-bottom: 0;
  border-radius: 0;
}
body.woocommerce ul.products li.product .product-image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  top: 0;
  left: 0;
}
body.woocommerce ul.products li.product .product-image-wrapper span.onsale {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: auto;
  margin: 0;
  z-index: 1;
}
body.woocommerce ul.products li.product:hover .product-image-wrapper img {
  transform: scale(1.05);
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #1c1917;
  padding: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5rem;
  }
}
body.woocommerce ul.products li.product .price {
  color: #44403c;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
}
body.woocommerce ul.products li.product .price del {
  color: #78716c;
  margin-right: 0.5rem;
  opacity: 0.7;
}
body.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 400;
}
body.woocommerce ul.products li.product .price .woocommerce-Price-amount {
  font-weight: 400;
}
body.woocommerce ul.products li.product .add_to_cart_button,
body.woocommerce ul.products li.product .button.product_type_simple,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_simple.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_simple.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_simple,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_simple,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_simple,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_simple,
body.woocommerce ul.products li.product .button.product_type_variable,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_variable.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_variable.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_variable,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_variable,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_variable,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_variable,
body.woocommerce ul.products li.product .button.product_type_grouped,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_grouped.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_grouped.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_grouped,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_grouped,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_grouped,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_grouped,
body.woocommerce ul.products li.product .button.product_type_external,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_external.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_external.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_external,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_external,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_external,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_external {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #44403c;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #44403c;
  padding: 0 0 0.25rem 0;
  transition: all 0.2s ease;
  font-weight: 400;
  border-radius: 0;
  margin-top: 0.5rem;
}
body.woocommerce ul.products li.product .add_to_cart_button:hover,
body.woocommerce ul.products li.product .button.product_type_simple:hover,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_simple.edit:hover,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_simple.edit:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_simple:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_simple:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_simple:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_simple:hover,
body.woocommerce ul.products li.product .button.product_type_variable:hover,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_variable.edit:hover,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_variable.edit:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_variable:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_variable:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_variable:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_variable:hover,
body.woocommerce ul.products li.product .button.product_type_grouped:hover,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_grouped.edit:hover,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_grouped.edit:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_grouped:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_grouped:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_grouped:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_grouped:hover,
body.woocommerce ul.products li.product .button.product_type_external:hover,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_external.edit:hover,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_external.edit:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_external:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_external:hover,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_external:hover,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_external:hover {
  color: #1c1917;
  border-bottom-color: #1c1917;
  background-color: transparent;
  opacity: 1;
}
body.woocommerce ul.products li.product .add_to_cart_button.loading,
body.woocommerce ul.products li.product .button.product_type_simple.loading,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_simple.loading.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_simple.loading.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_simple.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_simple.loading,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_simple.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_simple.loading,
body.woocommerce ul.products li.product .button.product_type_variable.loading,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_variable.loading.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_variable.loading.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_variable.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_variable.loading,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_variable.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_variable.loading,
body.woocommerce ul.products li.product .button.product_type_grouped.loading,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_grouped.loading.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_grouped.loading.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_grouped.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_grouped.loading,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_grouped.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_grouped.loading,
body.woocommerce ul.products li.product .button.product_type_external.loading,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_external.loading.edit,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_external.loading.edit,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_external.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_external.loading,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_external.loading,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_external.loading {
  opacity: 0.5;
  pointer-events: none;
}
body.woocommerce ul.products li.product .add_to_cart_button.loading:after,
body.woocommerce ul.products li.product .button.product_type_simple.loading:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_simple.loading.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_simple.loading.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_simple.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_simple.loading:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_simple.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_simple.loading:after,
body.woocommerce ul.products li.product .button.product_type_variable.loading:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_variable.loading.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_variable.loading.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_variable.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_variable.loading:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_variable.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_variable.loading:after,
body.woocommerce ul.products li.product .button.product_type_grouped.loading:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_grouped.loading.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_grouped.loading.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_grouped.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_grouped.loading:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_grouped.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_grouped.loading:after,
body.woocommerce ul.products li.product .button.product_type_external.loading:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_external.loading.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_external.loading.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_external.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_external.loading:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_external.loading:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_external.loading:after {
  display: none;
}
body.woocommerce ul.products li.product .add_to_cart_button.added:after,
body.woocommerce ul.products li.product .button.product_type_simple.added:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_simple.added.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_simple.added.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_simple.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_simple.added:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_simple.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_simple.added:after,
body.woocommerce ul.products li.product .button.product_type_variable.added:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_variable.added.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_variable.added.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_variable.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_variable.added:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_variable.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_variable.added:after,
body.woocommerce ul.products li.product .button.product_type_grouped.added:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_grouped.added.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_grouped.added.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_grouped.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_grouped.added:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_grouped.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_grouped.added:after,
body.woocommerce ul.products li.product .button.product_type_external.added:after,
body.woocommerce ul.products li.product .woocommerce-Address .product_type_external.added.edit:after,
.woocommerce-Address body.woocommerce ul.products li.product .product_type_external.added.edit:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.product li.is-active a.product_type_external.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.product li.is-active a.product_type_external.added:after,
body.woocommerce .woocommerce-MyAccount-navigation ul.products li.is-active li.product a.product_type_external.added:after,
.woocommerce-MyAccount-navigation body.woocommerce ul.products li.is-active li.product a.product_type_external.added:after {
  margin-left: 0.5rem;
}
body.woocommerce ul.products li.product > span.onsale {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: auto;
  margin: 0;
  z-index: 1;
}
body.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}
body.woocommerce .woocommerce-ordering select {
  margin-bottom: 0;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 0.875rem;
  border: 1px solid #d6d3d1;
  border-radius: 0;
  background-color: #fff;
  color: #1c1917;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2344403c' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
body.woocommerce .woocommerce-ordering select:focus {
  outline: none;
  border-color: #a8a29e;
}
body.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
  float: none;
  font-size: 0.875rem;
  color: #78716c;
}
body.woocommerce .wc-top-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e7e5e4;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  body.woocommerce .wc-top-controls {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
  body.woocommerce .wc-top-controls .woocommerce-result-count {
    margin-top: 0;
  }
}
body.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1c1917;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  body.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 3rem;
  }
}
body.woocommerce .woocommerce-products-header .term-description,
body.woocommerce .woocommerce-products-header .page-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #78716c;
  font-size: 1rem;
  line-height: 1.8;
}
body.woocommerce .woocommerce-products-header .term-description p,
body.woocommerce .woocommerce-products-header .page-description p {
  margin: 0;
}
body.woocommerce .woocommerce-breadcrumb {
  font-size: 0.875rem;
  color: #78716c;
  margin-bottom: 2rem;
}
body.woocommerce .woocommerce-breadcrumb a {
  color: #78716c;
  text-decoration: none;
  transition: color 0.2s ease;
}
body.woocommerce .woocommerce-breadcrumb a:hover {
  color: #1c1917;
}
body.woocommerce .woocommerce-pagination {
  margin-top: 3rem;
  text-align: center;
}
body.woocommerce .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
  border: none;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  color: #1c1917;
  background-color: transparent;
  border: 1px solid #d6d3d1;
  text-decoration: none;
  transition: all 0.2s ease;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background-color: #1c1917;
  border-color: #1c1917;
  color: #fff;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #1c1917;
  border-color: #1c1917;
  color: #fff;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev, body.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
}
body.woocommerce .single-product-wc {
  margin-bottom: 80px;
}
body.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 18px;
  margin-bottom: 40px;
}
body.woocommerce div.product .product-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
}
body.woocommerce div.product .summary.entry-summary {
  width: 40%;
  padding-left: 100px;
  margin-bottom: 0;
  float: none;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  body.woocommerce div.product .summary.entry-summary {
    padding-left: 20px;
  }
}
body.woocommerce div.product .woocommerce-product-gallery {
  width: 60%;
  margin-bottom: 0;
  float: none;
}
body.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #eee;
}
body.woocommerce div.product .woocommerce-tabs {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
body.woocommerce div.product .woocommerce-tabs .tabs {
  padding-top: 18px;
  text-align: center;
}
body.woocommerce div.product .woocommerce-tabs .tabs:before {
  display: none;
}
body.woocommerce div.product .woocommerce-tabs .tabs li {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: -1px;
  background-color: transparent;
}
body.woocommerce div.product .woocommerce-tabs .tabs li:before, body.woocommerce div.product .woocommerce-tabs .tabs li:after {
  display: none;
}
body.woocommerce div.product .woocommerce-tabs .tabs li a {
  font-size: 16px;
  margin: 0 14px;
  border-bottom: 1px solid transparent;
  color: #aaa !important;
  padding: 0 !important;
  font-weight: 400 !important;
}
body.woocommerce div.product .woocommerce-tabs .tabs li.active a {
  color: #282828 !important;
  border-bottom-color: #e0e0e0;
}
body.woocommerce div.product .woocommerce-Tabs-panel {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.woocommerce div.product .woocommerce-Tabs-panel > h2 {
  display: none;
}
body.woocommerce div.product form.cart div.quantity {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dadada;
  padding: 10px 20px;
}
body.woocommerce div.product form.cart div.quantity:before {
  content: "Quantity";
  display: inline-block;
}
body.woocommerce div.product form.cart div.quantity .qty {
  padding: 0;
  margin-bottom: 0;
  border-color: transparent;
  width: auto;
  min-width: 45px;
}
body.woocommerce div.product form.cart div.quantity {
  /* Chrome, Safari, Edge, Opera */
}
body.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-outer-spin-button,
body.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce div.product form.cart div.quantity {
  /* Firefox */
}
body.woocommerce div.product form.cart div.quantity input[type=number] {
  -moz-appearance: textfield;
}
body.woocommerce div.product form.cart div.quantity .plus, body.woocommerce div.product form.cart div.quantity .minus {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  padding: 0 10px;
  color: var(--xtheme-text-color);
}
body.woocommerce div.product form.cart div.quantity .plus:hover, body.woocommerce div.product form.cart div.quantity .minus:hover {
  color: var(--xtheme-brand-color);
}
body.woocommerce div.product form.cart div.quantity .minus {
  margin-left: auto;
}
body.woocommerce div.product form.cart .button, body.woocommerce div.product form.cart .woocommerce-Address .edit, .woocommerce-Address body.woocommerce div.product form.cart .edit, body.woocommerce div.product form.cart .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.is-active body.woocommerce div.product form.cart a {
  width: 100%;
}
body.woocommerce table.shop_attributes {
  border: none;
}
body.woocommerce table.shop_attributes td, body.woocommerce table.shop_attributes th {
  font-style: normal;
  border-bottom: none;
  background: transparent !important;
}
body.woocommerce .related.products,
body.woocommerce .upsells.products,
body.woocommerce .cross-sells {
  margin-bottom: 100px;
}
body.woocommerce .related.products > h2,
body.woocommerce .upsells.products > h2,
body.woocommerce .cross-sells > h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
  color: #1c1917;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.woocommerce .related.products > h2,
  body.woocommerce .upsells.products > h2,
  body.woocommerce .cross-sells > h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
body.woocommerce .related.products ul.products,
body.woocommerce .upsells.products ul.products,
body.woocommerce .cross-sells ul.products {
  margin-bottom: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--xtheme-text-color);
  font-size: 18px;
}

.woocommerce-notices-wrapper {
  margin-top: 40px;
}
.woocommerce-notices-wrapper:empty {
  margin-top: 0;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: #f8f8f8;
  border-left: 5px solid #333;
  padding: 15px 20px;
  margin-bottom: 1.5em;
  font-size: 14px;
  border-radius: 4px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  border-top: none;
}
.woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce-notices-wrapper .woocommerce-error:after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-notices-wrapper .woocommerce-error:before {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-Address .edit, .woocommerce-Address .woocommerce-notices-wrapper .woocommerce-message .edit, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.is-active .woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-notices-wrapper .woocommerce-info .woocommerce-Address .edit,
.woocommerce-Address .woocommerce-notices-wrapper .woocommerce-info .edit,
.woocommerce-notices-wrapper .woocommerce-info .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active .woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-notices-wrapper .woocommerce-error .woocommerce-Address .edit,
.woocommerce-Address .woocommerce-notices-wrapper .woocommerce-error .edit,
.woocommerce-notices-wrapper .woocommerce-error .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active .woocommerce-notices-wrapper .woocommerce-error a {
  font-size: 12px;
  padding: 5px 15px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-left-color: #4caf50;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #4caf50;
}
.woocommerce-notices-wrapper .woocommerce-info {
  border-left-color: #2196f3;
}
.woocommerce-notices-wrapper .woocommerce-info:before {
  color: #2196f3;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-left-color: #f44336;
}
.woocommerce-notices-wrapper .woocommerce-error:before {
  color: #f44336;
}

.wc-block-components-button:not(.is-link) {
  transition: all 0.2s linear !important;
}
.wc-block-components-button:not(.is-link):hover {
  color: var(--xtheme-buttons-color);
  background-color: var(--xtheme-buttons-text-color);
  border: 1px solid var(--xtheme-buttons-text-color);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: inherit !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  display: none;
}

.wp-block-woocommerce-checkout {
  padding-top: 0;
}

#ppcp-recaptcha-v2-container {
  margin: 0 !important;
}

.woocommerce-order-received {
  text-align: center;
}
.woocommerce-order-received .page-header {
  display: none;
}
.woocommerce-order-received .woocommerce-notice {
  font-size: 24px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding: 0;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px !important;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  font-size: 16px !important;
}

.wp-block-woocommerce-empty-cart-block {
  text-align: center;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.ajax_add_to_cart:not(.added):after {
  display: none;
}

.header-cart {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--xtheme-header-text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
.sticky .header-cart, .has-page-header .header-cart {
  color: #000;
}
.header-cart .cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--xtheme-header-text-color);
  color: #000;
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: left;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky .header-cart .cart-count, .has-page-header .header-cart .cart-count {
  background-color: #000;
  color: #fff;
}

.woocommerce-MyAccount-navigation {
  padding-right: 20px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  display: block;
}

.woocommerce table.shop_table td {
  border-top: none;
}
.woocommerce table.shop_table td .button, .woocommerce table.shop_table td .woocommerce-Address .edit, .woocommerce-Address .woocommerce table.shop_table td .edit, .woocommerce table.shop_table td .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.is-active .woocommerce table.shop_table td a {
  font-size: 12px;
  padding: 5px 15px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: none;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid var(--xtheme-text-color);
  border-radius: 0;
  padding: 15px 20px;
  font-style: normal;
}

.woocommerce table.my_account_orders {
  font-size: 14px;
}

.woocommerce-Address {
  border: 1px solid var(--xtheme-text-color);
  border-radius: 0;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.woocommerce-Address address {
  font-style: normal;
}
.woocommerce-Address .edit {
  font-size: 12px !important;
  padding: 5px 15px !important;
}
.woocommerce-Address .woocommerce-Address-title {
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
  font-size: 12px;
}
.woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

.woocommerce-LostPassword {
  text-decoration: underline;
}

/*
/// COMPONENTS ///
For smaller components, there is the components/ folder.
While layout/ is macro (defining the global wireframe), components/ is more
focused on widgets. It contains all kind of specific modules like a slider,
a loader, a widget, and basically anything along those lines. There are usually
a lot of files in components/ since the whole site/application should be mostly
composed of tiny modules.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.hamburger {
  width: 30px;
  height: 21px;
  position: relative;
  margin: 0;
  display: none;
  z-index: 200;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .hamburger {
    display: block;
  }
}
.hamburger [class^=line-] {
  display: block;
  background-color: var(--xtheme-header-text-color);
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
.has-page-header .hamburger [class^=line-], .sticky .hamburger [class^=line-] {
  background-color: #000;
}
.is-open-menu .hamburger [class^=line-] {
  background-color: black;
}
.hamburger [class^=line-].line-1 {
  top: 0;
}
.hamburger [class^=line-].line-2 {
  top: 9px;
}
.hamburger [class^=line-].line-3 {
  bottom: 0;
}
.hamburger.is-active .line-1 {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger.is-active .line-2 {
  opacity: 0;
}
.hamburger.is-active .line-3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .middle-logo .hamburger {
    display: block;
  }
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.accordion {
  width: 100%;
  text-align: left;
}
.accordion .accordion-group {
  border-bottom: 1px solid var(--xtheme-text-color);
}
.accordion .accordion-group:first-child {
  border-top: 1px solid var(--xtheme-text-color);
}
.accordion .accordion-group .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 15px 30px 15px 0;
  font-size: 20px;
}
.accordion .accordion-group .accordion-title:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  display: inline-block;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.accordion .accordion-group .accordion-title.is-active:after {
  transform: translateY(-50%) rotate(45deg);
}
.accordion .accordion-group .accordion-panel {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 300ms ease-in;
}
.accordion .accordion-group .accordion-panel .panel-inner {
  transition: opacity 300ms ease-in;
  opacity: 0;
  padding: 0px 0 20px;
}
.accordion .accordion-group .accordion-panel.is-active {
  max-height: 999px;
  transition: max-height 300ms ease-out;
}
.accordion .accordion-group .accordion-panel.is-active .panel-inner {
  transition: opacity 300ms ease-out;
  opacity: 1;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.tabs .tabs-navigation {
  display: flex;
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.tabs .tabs-navigation li {
  margin: 0 5px;
}
.tabs .tabs-navigation li a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  color: var(--xtheme-text-color);
}
.tabs .tabs-navigation li a.is-selected {
  border-color: var(--xtheme-brand-color);
  color: var(--xtheme-brand-color);
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .tabs .tabs-navigation {
    display: none;
  }
}
.tabs .tab-panel {
  display: none;
  padding: 20px 0;
}
.tabs .tab-panel.is-selected {
  display: block;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .tabs .tab-panel {
    display: block;
    background-color: #fff;
    margin-top: 20px;
  }
  .tabs .tab-panel:first-child {
    margin-top: 0;
  }
}
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.cookie-notification {
  align-items: center;
  background-color: #000;
  bottom: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
  text-align: center;
  transform: translateY(200%);
  transition: all 300ms ease;
  z-index: 999;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .cookie-notification {
    flex-flow: column;
    align-items: flex-start;
  }
}
.cookie-notification.animate-in {
  transform: translateY(0);
}
.cookie-notification .cookie-notification-title h2 {
  color: white;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: calc(1280px - 0.01px)) {
  .cookie-notification .cookie-notification-title h2 {
    font-size: 14px;
  }
}
.cookie-notification .cookie-notification-content {
  flex: 1;
  font-size: 14px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: calc(1024px - 0.01px)) {
  .cookie-notification .cookie-notification-content {
    flex: auto;
    padding: 10px 0;
  }
}
.cookie-notification .cookie-notification-actions {
  align-items: center;
  display: flex;
  flex-flow: row;
  margin: -5px;
}
.cookie-notification .cookie-notification-actions a {
  border-radius: 0px;
  border: 1px solid white;
  color: white;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 5px 15px;
}
.cookie-notification .cookie-notification-actions a:hover {
  background-color: #fff;
  color: #000;
}

.search-form form {
  position: relative;
}
.search-form form input {
  margin-bottom: 0;
  color: var(--xtheme-header-text-color);
  border-color: var(--xtheme-header-text-color);
}
.search-form form ::-webkit-input-placeholder {
  color: var(--xtheme-header-text-color);
}
.search-form form :-moz-placeholder {
  color: var(--xtheme-header-text-color);
}
.search-form form ::-moz-placeholder {
  color: var(--xtheme-header-text-color);
}
.search-form form :-ms-input-placeholder {
  color: var(--xtheme-header-text-color);
}
.search-form form .search-button {
  position: absolute;
  background-color: transparent;
  border: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-form form .search-button i {
  font-size: 18px;
  color: var(--xtheme-header-text-color);
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.responsive-iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative;
}
.responsive-iframe.square {
  padding-bottom: 100%;
}
.responsive-iframe iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.image-gallery .item-gallery {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: var(--xtheme-brand-color);
}
.image-gallery .item-gallery img {
  transition: opacity 0.2s linear;
}
.image-gallery .item-gallery a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image-gallery .item-gallery:hover img {
  opacity: 0.8;
}

.social-icons {
  margin: -10px !important;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.social-icons li {
  display: block;
  margin: 10px;
}
.social-icons li a {
  display: block;
  font-size: 18px;
}

.page-header {
  padding: 40px 0;
  background-color: #f8f8f8;
}
.has-page-header .page-header {
  margin-top: 115px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .has-page-header .page-header {
    margin-top: 60px;
  }
}
.admin-bar.has-page-header .page-header {
  margin-top: calc(115px + 32px);
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .admin-bar.has-page-header .page-header {
    margin-top: calc(60px + 46px);
  }
}

.column-wrapper {
  color: var(--xtheme-text-color);
  padding: 40px;
}

.contact-details {
  list-style-type: none;
  padding-left: 0 !important;
}
.contact-details li {
  margin-bottom: 20px !important;
}
.contact-details li :before {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 30px;
  text-align: center;
  color: var(--xtheme-brand-color);
}
.contact-details li a {
  display: flex;
  align-items: center;
}

.banner {
  max-height: 75vh;
  overflow: hidden;
}
.banner.has-video {
  position: relative;
}
.banner.has-video .video-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner.has-video .video-wrapper video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
.banner.has-video .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .banner-text {
  color: #fff;
}
.banner .banner-title,
.banner .banner-text,
.banner .banner-actions {
  margin-bottom: 40px;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .banner .banner-title,
  .banner .banner-text,
  .banner .banner-actions {
    margin-bottom: calc(40px / 2);
  }
}
.banner .banner-title:last-child,
.banner .banner-text:last-child,
.banner .banner-actions:last-child {
  margin-bottom: 0;
}

/*
/// SECTIONS ///
Custom section styles for the Design House theme.
Each section has its own partial for maintainability.
*/
/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section.hero-banner {
  position: relative;
  height: 85vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
.section.hero-banner .section-bg {
  position: absolute;
  inset: 0;
}
.section.hero-banner .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.hero-banner .section-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(28, 25, 23, 0.2);
}
.section.hero-banner .centering {
  position: relative;
  z-index: 10;
}
.section.hero-banner .section-content {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.section.hero-banner .section-content.align-center {
  max-width: 800px;
  margin: 0 auto;
}
.section.hero-banner .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section.hero-banner .section-title {
    font-size: 3.5rem;
  }
}
.section.hero-banner .section-description {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  line-height: 1.8;
}
.section.hero-banner .section-description p {
  margin: 0;
}
.section.hero-banner .section-actions {
  margin-bottom: 0;
}
.section.hero-banner .button-hero {
  background-color: #fff;
  color: #1c1917;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
}
.section.hero-banner .button-hero:hover {
  background-color: #f5f5f4;
  color: #1c1917;
  opacity: 1;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section.category-grid {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.category-grid {
    padding: 7rem 0;
  }
}
.section.category-grid .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.category-grid .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.category-grid .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.category-grid .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #78716c;
}
.section.category-grid .section-intro .section-description p {
  margin: 0;
}
.section.category-grid .item-category {
  cursor: pointer;
}
.section.category-grid .item-category .item-image {
  position: relative;
  aspect-ratio: 3/4;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: #f5f5f4;
  height: auto;
  padding-bottom: 0;
}
.section.category-grid .item-category .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.section.category-grid .item-category .item-image a {
  display: block;
  height: 100%;
}
.section.category-grid .item-category:hover .item-image img {
  transform: scale(1.05);
}
.section.category-grid .item-category .item-content {
  text-align: center;
  margin-bottom: 0;
}
.section.category-grid .item-category .item-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.category-grid .item-category .item-title {
    font-size: 1.75rem;
  }
}
.section.category-grid .item-category .item-meta {
  font-size: 0.875rem;
  color: #78716c;
  margin-bottom: 1rem;
}
.section.category-grid .item-category .item-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #44403c;
}
.section.category-grid .item-category .item-link:before {
  display: none;
}
.section.category-grid .item-category .item-link:hover {
  color: #1c1917;
  opacity: 1;
}
.section.category-grid .item-category .item-link svg {
  transition: transform 0.2s ease;
}
.section.category-grid .item-category .item-link:hover svg {
  transform: translateX(4px);
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section.featured-products {
  padding: 6rem 0;
  background-color: #faf8f5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.featured-products {
    padding: 7rem 0;
  }
}
.section.featured-products .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.featured-products .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.featured-products .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.featured-products .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #78716c;
}
.section.featured-products .section-intro .section-description p {
  margin: 0;
}
.section.featured-products .grid {
  margin-bottom: calc(40px - 20px);
}
.section.featured-products .item-product .item-image {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: #e7e5e4;
  height: auto;
  padding-bottom: 0;
}
.section.featured-products .item-product .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.section.featured-products .item-product .item-image a {
  display: block;
  height: 100%;
}
.section.featured-products .item-product:hover .item-image img {
  transform: scale(1.05);
}
.section.featured-products .item-product .item-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ffffff;
  color: #1c1917;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}
.section.featured-products .item-product .item-content {
  margin-bottom: 0;
}
.section.featured-products .item-product .item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.section.featured-products .item-product .item-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #1c1917;
}
.section.featured-products .item-product .item-title a {
  color: inherit;
}
.section.featured-products .item-product .item-title a:hover {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .section.featured-products .item-product .item-title {
    font-size: 1.75rem;
  }
}
.section.featured-products .item-product .item-price {
  color: #44403c;
  white-space: nowrap;
  font-size: 1rem;
}
.section.featured-products .item-product .item-price del {
  color: #78716c;
  margin-right: 0.5rem;
}
.section.featured-products .item-product .item-price ins {
  text-decoration: none;
}
.section.featured-products .item-product .item-meta {
  font-size: 0.875rem;
  color: #78716c;
  margin-bottom: 1rem;
}
.section.featured-products .item-product .item-link {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #44403c;
  border-bottom: 1px solid #44403c;
  padding-bottom: 0.25rem;
  transition: all 0.2s ease;
}
.section.featured-products .item-product .item-link:before {
  display: none;
}
.section.featured-products .item-product .item-link:hover {
  color: #1c1917;
  border-bottom-color: #1c1917;
  opacity: 1;
}
.section.featured-products .section-actions {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 0;
}
.section.featured-products .section-actions .button {
  background-color: #1c1917;
  color: #fff;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
}
.section.featured-products .section-actions .button:hover {
  background-color: #292524;
  color: #fff;
  opacity: 1;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section.collections {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.collections {
    padding: 7rem 0;
  }
}
.section.collections .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.collections .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.collections .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.collections .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #78716c;
}
.section.collections .section-intro .section-description p {
  margin: 0;
}
.section.collections .item-collection {
  cursor: pointer;
}
.section.collections .item-collection .item-image {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: #f5f5f4;
  height: auto;
  padding-bottom: 0;
}
.section.collections .item-collection .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.section.collections .item-collection .item-image a {
  display: block;
  height: 100%;
}
.section.collections .item-collection:hover .item-image img {
  transform: scale(1.05);
}
.section.collections .item-collection .item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 25, 23, 0.6) 0%, rgba(28, 25, 23, 0.2) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.section.collections .item-collection:hover .item-overlay {
  opacity: 1;
}
.section.collections .item-collection .item-content {
  margin-bottom: 0;
}
.section.collections .item-collection .item-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.collections .item-collection .item-title {
    font-size: 1.75rem;
  }
}
.section.collections .item-collection .item-meta {
  font-size: 0.875rem;
  color: #78716c;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.section.collections .item-collection .item-link {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #44403c;
  border-bottom: 1px solid #44403c;
  padding-bottom: 0.25rem;
  transition: all 0.2s ease;
}
.section.collections .item-collection .item-link:before {
  display: none;
}
.section.collections .item-collection .item-link:hover {
  color: #1c1917;
  border-bottom-color: #1c1917;
  opacity: 1;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section.newsletter-cta {
  padding: 6rem 0;
  background-color: #292524;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.newsletter-cta {
    padding: 7rem 0;
  }
}
.section.newsletter-cta .section-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}
.section.newsletter-cta .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section.newsletter-cta .section-title {
    font-size: 2.5rem;
  }
}
.section.newsletter-cta .section-description {
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  color: #d6d3d1;
}
.section.newsletter-cta .section-description p {
  margin: 0;
}
.section.newsletter-cta .section-form {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
}
.section.newsletter-cta .section-form .gform_wrapper {
  margin: 0;
}
.section.newsletter-cta .section-form .gform_body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .section.newsletter-cta .section-form .gform_body .gform_fields {
    flex-direction: row;
  }
}
.section.newsletter-cta .section-form .gform_body .gfield {
  margin: 0;
  padding: 0;
}
.section.newsletter-cta .section-form .gform_body .gfield.gfield--type-email {
  flex: 1;
}
.section.newsletter-cta .section-form .gform_body input[type=email],
.section.newsletter-cta .section-form .gform_body input[type=text] {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  border-radius: 0;
}
.section.newsletter-cta .section-form .gform_body input[type=email]::placeholder,
.section.newsletter-cta .section-form .gform_body input[type=text]::placeholder {
  color: #a8a29e;
}
.section.newsletter-cta .section-form .gform_body input[type=email]:focus,
.section.newsletter-cta .section-form .gform_body input[type=text]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
.section.newsletter-cta .section-form .gform_footer {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section.newsletter-cta .section-form .gform_footer {
    margin-top: 0;
  }
}
.section.newsletter-cta .section-form .gform_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background-color: #fff;
  color: #292524;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  white-space: nowrap;
  border: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section.newsletter-cta .section-form .gform_footer input[type=submit] {
    width: auto;
  }
}
.section.newsletter-cta .section-form .gform_footer input[type=submit]:hover {
  background-color: #f5f5f4;
  color: #292524;
}
.section.newsletter-cta .section-form .gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .section.newsletter-cta .section-form .gform_wrapper.gravity-theme .gform_body .gform_fields {
    display: flex;
    flex-wrap: nowrap;
  }
}
.section.newsletter-cta .section-form .gform_wrapper.gravity-theme .gfield_label {
  display: none;
}
.section.newsletter-cta .section-form .gform_wrapper.gravity-theme .gfield_validation_message,
.section.newsletter-cta .section-form .gform_wrapper.gravity-theme .gform_validation_errors {
  color: #fca5a5;
}
.section.newsletter-cta .section-privacy {
  font-size: 0.875rem;
  color: #a8a29e;
  margin-bottom: 0;
}
.section.newsletter-cta .section-privacy a {
  color: #d6d3d1;
  text-decoration: underline;
}
.section.newsletter-cta .section-privacy a:hover {
  color: #fff;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.section.about-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
}
.section.about-hero .section-bg {
  position: absolute;
  inset: 0;
}
.section.about-hero .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.about-hero .section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(28, 25, 23, 0.4), rgba(28, 25, 23, 0.2));
}
.section.about-hero .centering {
  position: relative;
  z-index: 10;
}
.section.about-hero .section-content {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.section.about-hero .section-content.align-center {
  max-width: 800px;
  margin: 0 auto;
}
.section.about-hero .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .section.about-hero .section-title {
    font-size: 3.5rem;
  }
}
.section.about-hero .section-description {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}
.section.about-hero .section-description p {
  margin: 0;
}
.section.about-hero .section-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.about-hero .section-actions {
    flex-direction: row;
  }
}
.section.about-hero .button-primary {
  background-color: #ffffff;
  color: #1c1917;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
}
.section.about-hero .button-primary:hover {
  background-color: #f5f5f4;
  color: #1c1917;
  opacity: 1;
}
.section.about-hero .button-secondary {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.section.about-hero .button-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.section.about-story {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.about-story {
    padding: 7rem 0;
  }
}
.section.about-story .section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .section.about-story .section-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.section.about-story .section-text-column {
  max-width: 40rem;
}
.section.about-story .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.about-story .section-title {
    font-size: 2.5rem;
  }
}
.section.about-story .section-content {
  margin-bottom: 1.5rem;
}
.section.about-story .section-content p {
  color: #44403c;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.section.about-story .section-content p:last-child {
  margin-bottom: 0;
}
.section.about-story .section-quote {
  color: #1c1917;
  font-style: italic;
  font-size: 1.125rem;
  padding: 0 0 0 2rem;
  margin: 1.5rem 0 0 0;
  border-left: 3px solid #d6d3d1;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.section.about-story .section-quote p {
  margin: 0;
  color: #1c1917;
}
.section.about-story .section-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.section.about-story .section-images-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section.about-story .section-images-col--right {
  padding-top: 3rem;
}
.section.about-story .section-image-wrapper {
  overflow: hidden;
  background-color: #f5f5f4;
}
.section.about-story .section-image-wrapper--tall {
  aspect-ratio: 4/5;
}
.section.about-story .section-image-wrapper--square {
  aspect-ratio: 1/1;
}
.section.about-story .section-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.section.about-story .section-image-wrapper:hover img {
  transform: scale(1.05);
}

.section.about-craft {
  padding: 6rem 0;
  background-color: #faf8f5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.about-craft {
    padding: 7rem 0;
  }
}
.section.about-craft .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.about-craft .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.about-craft .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.about-craft .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #57534e;
}
.section.about-craft .section-intro .section-description p {
  margin: 0;
}
.section.about-craft .section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .section.about-craft .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .section.about-craft .section-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.section.about-craft .section-item {
  text-align: center;
}
.section.about-craft .item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  color: #44403c;
  transition: all 0.2s ease;
}
.section.about-craft .item-icon svg {
  display: block;
  width: 28px;
  height: 28px;
}
.section.about-craft .item-icon.is-hovered {
  transform: scale(1.1);
}
.section.about-craft .item-title {
  margin-bottom: 0.75rem;
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.section.about-craft .item-text {
  font-size: 0.875rem;
  color: #57534e;
  line-height: 1.7;
  margin: 0;
}

.section.about-timeline {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.about-timeline {
    padding: 7rem 0;
  }
}
.section.about-timeline .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.about-timeline .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.about-timeline .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.about-timeline .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #57534e;
}
.section.about-timeline .section-intro .section-description p {
  margin: 0;
}
.section.about-timeline .timeline-wrapper {
  max-width: 64rem;
  margin: 0 auto;
}
.section.about-timeline .timeline-desktop {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section.about-timeline .timeline-desktop {
    display: block;
  }
}
.section.about-timeline .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d6d3d1;
  transform: translateX(-50%);
}
.section.about-timeline .timeline-item {
  position: relative;
  margin-bottom: 4rem;
}
.section.about-timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.section.about-timeline .timeline-dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: #1c1917;
  border-radius: 50%;
  border: 4px solid #ffffff;
  transform: translateX(-50%);
  z-index: 10;
}
.section.about-timeline .timeline-content {
  width: 45%;
}
.section.about-timeline .timeline-item--left .timeline-content {
  margin-right: auto;
  text-align: right;
}
.section.about-timeline .timeline-item--right .timeline-content {
  margin-left: auto;
  text-align: left;
}
.section.about-timeline .timeline-year {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #faf8f5;
  color: #1c1917;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.section.about-timeline .timeline-title {
  margin-bottom: 0.5rem;
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.section.about-timeline .timeline-description {
  font-size: 0.875rem;
  color: #57534e;
  line-height: 1.7;
  margin: 0;
}
.section.about-timeline .timeline-mobile {
  display: block;
  position: relative;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .section.about-timeline .timeline-mobile {
    display: none;
  }
}
.section.about-timeline .timeline-mobile-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #d6d3d1;
}
.section.about-timeline .timeline-mobile-item {
  position: relative;
  margin-bottom: 3rem;
}
.section.about-timeline .timeline-mobile-item:last-child {
  margin-bottom: 0;
}
.section.about-timeline .timeline-mobile-dot {
  position: absolute;
  left: -2rem;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: #1c1917;
  border-radius: 50%;
  border: 4px solid #ffffff;
  transform: translateX(-1px);
}
.section.about-team {
  padding: 6rem 0;
  background-color: #faf8f5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.about-team {
    padding: 7rem 0;
  }
}
.section.about-team .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.about-team .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.about-team .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.about-team .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #57534e;
}
.section.about-team .section-intro .section-description p {
  margin: 0;
}
.section.about-team .item-member {
  text-align: center;
}
.section.about-team .item-image {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: #e7e5e4;
  height: auto;
  padding-bottom: 0;
}
.section.about-team .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.7s ease;
}
.section.about-team .item-member:hover .item-image img {
  filter: grayscale(0%);
}
.section.about-team .item-name {
  margin-bottom: 0.5rem;
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section.about-team .item-name {
    font-size: 1.75rem;
  }
}
.section.about-team .item-role {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #78716c;
}
.section.about-team .item-bio {
  font-size: 0.875rem;
  color: #57534e;
  line-height: 1.7;
  margin: 0;
}

.section.about-values {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.about-values {
    padding: 7rem 0;
  }
}
.section.about-values .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.about-values .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.about-values .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.about-values .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #57534e;
}
.section.about-values .section-intro .section-description p {
  margin: 0;
}
.section.about-values .section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .section.about-values .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .section.about-values .section-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section.about-values .section-item {
  padding: 2rem;
  background-color: #fdfcfb;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section.about-values .section-item:hover {
  background-color: #1c1917;
}
.section.about-values .section-item:hover .item-accent {
  background-color: #ffffff;
}
.section.about-values .section-item:hover .item-title {
  color: #ffffff;
}
.section.about-values .section-item:hover .item-text {
  color: #d6d3d1;
}
.section.about-values .item-accent {
  height: 4px;
  width: 3rem;
  background-color: #1c1917;
  margin-bottom: 1.5rem;
  transition: background-color 0.3s ease;
}
.section.about-values .item-title {
  margin-bottom: 1rem;
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .section.about-values .item-title {
    font-size: 1.5rem;
  }
}
.section.about-values .item-text {
  font-size: 0.875rem;
  color: #57534e;
  line-height: 1.7;
  margin: 0;
  transition: color 0.3s ease;
}

.section.about-cta {
  padding: 6rem 0;
  background-color: #292524;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.about-cta {
    padding: 7rem 0;
  }
}
.section.about-cta .section-content {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}
.section.about-cta .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .section.about-cta .section-title {
    font-size: 2.5rem;
  }
}
.section.about-cta .section-description {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
  color: #d6d3d1;
  line-height: 1.8;
}
.section.about-cta .section-description p {
  margin: 0;
}
.section.about-cta .section-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section.about-cta .section-actions {
    flex-direction: row;
  }
}
.section.about-cta .button-primary {
  padding: 1rem 3rem;
  background-color: #ffffff !important;
  color: #1c1917 !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
}
.section.about-cta .button-primary:hover {
  background-color: #f5f5f4;
  opacity: 1;
}
.section.about-cta .button-secondary {
  padding: 1rem 3rem;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.section.about-cta .button-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.section.about-cta .section-footer {
  padding-top: 3rem;
  border-top: 1px solid #44403c;
}
.section.about-cta .section-footer-text {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #a8a29e;
}
.section.about-cta .section-footer-link {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section.about-cta .section-footer-link:hover {
  color: #d6d3d1;
  opacity: 1;
}

.page-template-about .fade-in-up,
.page-about .fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.page-template-about .fade-in-up.is-visible,
.page-about .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.product-page {
  background-color: #fdfcfb;
}

.section.product-main {
  padding: 4rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-main {
    padding: 5rem 0;
  }
}
.section.product-main .product-main__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .section.product-main .product-main__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.product-main .product-gallery__main img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-gallery__main {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 1rem;
  background-color: #f5f5f4;
  overflow: hidden;
}
.product-gallery__main:hover .product-gallery__zoom {
  opacity: 1;
}
.product-gallery__main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.product-gallery__zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-shadow: 0 2px 8px rgba(28, 25, 23, 0.1);
  cursor: pointer;
  border: none;
}
.product-gallery__zoom svg {
  color: #57534e;
}
.product-gallery__zoom:hover {
  background-color: #f5f5f4;
}
.product-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.product-gallery__thumbnail {
  aspect-ratio: 1/1;
  background-color: #f5f5f4;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
  cursor: pointer;
  padding: 0;
}
.product-gallery__thumbnail:hover {
  border-color: #d6d3d1;
}
.product-gallery__thumbnail--active {
  border-color: #1c1917;
}
.product-gallery__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .product-summary {
    position: sticky;
    top: 8rem;
    align-self: start;
  }
}
.product-summary__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .product-summary__title {
    font-size: 3rem;
  }
}
.product-summary__subtitle {
  font-size: 1.125rem;
  color: #57534e;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.product-summary__price {
  font-size: 2rem;
  color: #1c1917;
  margin-bottom: 2.5rem;
}
.product-summary__price .price {
  font-size: inherit;
  color: inherit;
}
.product-summary__price del {
  color: #78716c;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.product-summary__price ins {
  text-decoration: none;
}
.product-summary__variations {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e7e5e4;
}
.product-summary__variations .variations {
  margin-bottom: 1.5rem;
}
.product-summary__variations .variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.product-summary__variations .variations tr:last-child {
  margin-bottom: 0;
}
.product-summary__variations .variations .label {
  margin-bottom: 0.75rem;
}
.product-summary__variations .variations .label label {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
  font-weight: 400;
}
.product-summary__variations .variations .value select {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border: 1px solid #d6d3d1;
  background-color: #ffffff;
  color: #57534e;
  font-size: 0.875rem;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.product-summary__variations .variations .value select:hover, .product-summary__variations .variations .value select:focus {
  border-color: #1c1917;
  outline: none;
}
.product-summary__variations .reset_variations {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #78716c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-summary__variations .reset_variations:hover {
  color: #1c1917;
}
.product-summary__variations .woocommerce-variation-price {
  margin-top: 1rem;
}
.product-summary__variations .woocommerce-variation-price .price {
  font-size: 1.5rem;
  color: #1c1917;
}
.product-summary__variation {
  margin-bottom: 2rem;
}
.product-summary__variation:last-child {
  margin-bottom: 0;
}
.product-summary__label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
}
.product-summary__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.product-summary__option {
  padding: 0.875rem 1.5rem;
  border: 1px solid #d6d3d1;
  background-color: #ffffff;
  color: #57534e;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.product-summary__option:hover {
  border-color: #1c1917;
}
.product-summary__option--active {
  border-color: #1c1917;
  background-color: #1c1917;
  color: #ffffff;
}
.product-summary__actions {
  margin-bottom: 2.5rem;
}
.product-summary__actions form.cart .quantity {
  width: 100%;
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d6d3d1;
  padding: 0;
  background: #ffffff;
}
.product-summary__actions form.cart .quantity:before {
  content: "Quantity";
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
  padding-left: 1rem;
}
.product-summary__actions form.cart .quantity .qty {
  width: 4rem;
  height: 3rem;
  text-align: center;
  border: none;
  border-left: 1px solid #d6d3d1;
  border-right: 1px solid #d6d3d1;
  font-size: 1rem;
  color: #1c1917;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}
.product-summary__actions form.cart .quantity .qty::-webkit-outer-spin-button, .product-summary__actions form.cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-summary__actions form.cart .quantity .minus,
.product-summary__actions form.cart .quantity .plus {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #57534e;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-summary__actions form.cart .quantity .minus:hover,
.product-summary__actions form.cart .quantity .plus:hover {
  background-color: #f5f5f4;
}
.product-summary__actions form.cart .quantity .minus {
  margin-left: auto;
}
.product-summary__actions form.cart .single_add_to_cart_button {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #1c1917;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-summary__actions form.cart .single_add_to_cart_button:hover {
  background-color: #292524;
}
.product-summary__actions form.cart .single_add_to_cart_button.disabled, .product-summary__actions form.cart .single_add_to_cart_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-summary__quantity-wrapper {
  margin-bottom: 1.5rem;
}
.product-summary__quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6d3d1;
}
.product-summary__quantity-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57534e;
  transition: background-color 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
}
.product-summary__quantity-btn:hover {
  background-color: #f5f5f4;
}
.product-summary__quantity-btn svg {
  display: block;
}
.product-summary__quantity-value {
  width: 4rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #d6d3d1;
  border-right: 1px solid #d6d3d1;
  color: #1c1917;
}
.product-summary__add-to-cart {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #1c1917;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}
.product-summary__add-to-cart:hover {
  background-color: #292524;
}
.product-summary__save {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  color: #57534e;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}
.product-summary__save:hover {
  color: #1c1917;
}
.product-summary__save.is-saved {
  color: #1c1917;
}
.product-summary__save.is-saved svg {
  fill: currentColor;
}
.product-summary__save svg {
  display: block;
}
.product-summary__highlights {
  background-color: #fdfcfb;
  padding: 2rem;
}
.product-summary__highlights-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-summary__highlights-list li {
  display: flex;
  align-items: start;
  gap: 0.875rem;
  font-size: 0.875rem;
  color: #57534e;
  line-height: 1.7;
}
.product-summary__highlights-list li:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #57534e;
  border-radius: 50%;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.section.product-highlights {
  padding: 4rem 0;
  background-color: #faf8f5;
  border-top: 1px solid #e7e5e4;
  border-bottom: 1px solid #e7e5e4;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-highlights {
    padding: 5rem 0;
  }
}
.section.product-highlights .product-highlights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .section.product-highlights .product-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .section.product-highlights .product-highlights__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
.section.product-highlights .product-highlights__item {
  text-align: center;
}
.section.product-highlights .product-highlights__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  color: #57534e;
}
.section.product-highlights .product-highlights__icon svg {
  display: block;
}
.section.product-highlights .product-highlights__title {
  margin-bottom: 0.75rem;
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.section.product-highlights .product-highlights__text {
  font-size: 0.875rem;
  color: #57534e;
  line-height: 1.7;
  margin: 0;
}

.section.product-description {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-description {
    padding: 7rem 0;
  }
}
.section.product-description .product-description__wrapper {
  max-width: 64rem;
  margin: 0 auto;
}
.section.product-description .product-description__heading {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .section.product-description .product-description__heading {
    font-size: 2.5rem;
  }
}
.section.product-description .product-description__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .section.product-description .product-description__grid {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
  }
}
.section.product-description .product-description__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section.product-description .product-description__text p {
  color: #44403c;
  line-height: 1.8;
  margin: 0;
}
.section.product-description .product-description__image {
  aspect-ratio: 3/4;
  background-color: #f5f5f4;
  overflow: hidden;
}
.section.product-description .product-description__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.product-description .product-description__caption {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #78716c;
  font-style: italic;
  text-align: center;
}
.section.product-description .product-description__quote {
  background-color: #fdfcfb;
  padding: 2.5rem;
  border-left: 4px solid #1c1917;
}
.section.product-description .product-description__quote p {
  color: #57534e;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.section.product-description .product-description__quote p:last-child {
  margin-bottom: 0;
}
.section.product-description .product-description__author {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
}

.section.product-specs {
  padding: 6rem 0;
  background-color: #faf8f5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-specs {
    padding: 7rem 0;
  }
}
.section.product-specs .product-specs__wrapper {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}
.section.product-specs .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.product-specs .section-title {
    font-size: 2.5rem;
  }
}
.section.product-specs .product-specs__table-wrapper {
  margin: 3rem 0;
  background-color: #ffffff;
  border: 1px solid #e7e5e4;
  overflow: hidden;
}
.section.product-specs .product-specs__table {
  width: 100%;
  border-collapse: collapse;
}
.section.product-specs .product-specs__table tbody tr {
  border-bottom: 1px solid #e7e5e4;
  transition: background-color 0.2s ease;
}
.section.product-specs .product-specs__table tbody tr:last-child {
  border-bottom: none;
}
.section.product-specs .product-specs__table tbody tr:hover {
  background-color: #fdfcfb;
}
.section.product-specs .product-specs__label {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
  width: 33%;
}
@media screen and (min-width: 768px) {
  .section.product-specs .product-specs__label {
    padding: 1.5rem 2rem;
  }
}
.section.product-specs .product-specs__value {
  padding: 1.25rem 1.5rem;
  text-align: left;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.product-specs .product-specs__value {
    padding: 1.5rem 2rem;
  }
}
.section.product-specs .product-specs__footer {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #57534e;
}
.section.product-specs .product-specs__footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #1c1917;
}
.section.product-specs .product-specs__footer a:hover {
  opacity: 0.7;
}

.section.product-dimensions {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-dimensions {
    padding: 7rem 0;
  }
}
.section.product-dimensions .product-dimensions__wrapper {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}
.section.product-dimensions .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.product-dimensions .section-title {
    font-size: 2.5rem;
  }
}
.section.product-dimensions .product-dimensions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .section.product-dimensions .product-dimensions__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.section.product-dimensions .product-dimensions__drawing {
  background-color: #f5f5f4;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.product-dimensions .product-dimensions__drawing img {
  max-width: 100%;
  height: auto;
}
.section.product-dimensions .product-dimensions__svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.section.product-dimensions .product-dimensions__image {
  max-width: 100%;
  height: auto;
}
.section.product-dimensions .product-dimensions__details {
  text-align: left;
}
.section.product-dimensions .product-dimensions__details h3 {
  margin-bottom: 1.5rem;
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section.product-dimensions .product-dimensions__details h3 {
    font-size: 1.75rem;
  }
}
.section.product-dimensions .product-dimensions__measurements {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.section.product-dimensions .product-dimensions__measurement {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #e7e5e4;
}
.section.product-dimensions .product-dimensions__measurement:last-child {
  border-bottom: none;
}
.section.product-dimensions .product-dimensions__measurement-label {
  color: #57534e;
}
.section.product-dimensions .product-dimensions__measurement-value {
  color: #1c1917;
  font-weight: 500;
}
.section.product-dimensions .product-dimensions__tip {
  background-color: #fdfcfb;
  padding: 1.5rem;
}
.section.product-dimensions .product-dimensions__tip h4 {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1c1917;
}
.section.product-dimensions .product-dimensions__tip p {
  font-size: 0.875rem;
  color: #57534e;
  line-height: 1.7;
  margin: 0;
}

.section.product-reviews {
  padding: 6rem 0;
  background-color: #faf8f5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-reviews {
    padding: 7rem 0;
  }
}
.section.product-reviews .product-reviews__wrapper {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}
.section.product-reviews .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.product-reviews .section-title {
    font-size: 2.5rem;
  }
}
.section.product-reviews .product-reviews__summary {
  background-color: #ffffff;
  padding: 3rem 2rem;
  margin: 3rem 0;
  border: 1px solid #e7e5e4;
}
.section.product-reviews .product-reviews__rating {
  font-size: 3.5rem;
  color: #1c1917;
  margin-bottom: 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
}
.section.product-reviews .product-reviews__stars {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  color: #1c1917;
}
.section.product-reviews .product-reviews__stars svg {
  display: block;
}
.section.product-reviews .product-reviews__count {
  font-size: 0.875rem;
  color: #57534e;
  margin-bottom: 1.5rem;
}
.section.product-reviews .product-reviews__write-btn {
  display: inline-block;
  padding: 0.875rem 2.5rem;
  background-color: #1c1917;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: background-color 0.2s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.section.product-reviews .product-reviews__write-btn:hover {
  background-color: #292524;
  opacity: 1;
}
.section.product-reviews .product-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.section.product-reviews .product-reviews__item {
  background-color: #ffffff;
  padding: 2rem;
  border: 1px solid #e7e5e4;
  text-align: left;
}
.section.product-reviews .product-reviews__item-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1rem;
  gap: 1rem;
}
@media screen and (max-width: calc(768px - 0.01px)) {
  .section.product-reviews .product-reviews__item-header {
    flex-direction: column;
  }
}
.section.product-reviews .product-reviews__item-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  color: #1c1917;
}
.section.product-reviews .product-reviews__item-stars svg {
  display: block;
}
.section.product-reviews .product-reviews__item-title {
  color: #1c1917;
  font-size: 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  margin: 0;
}
.section.product-reviews .product-reviews__item-date {
  font-size: 0.875rem;
  color: #78716c;
  white-space: nowrap;
}
.section.product-reviews .product-reviews__item-content {
  color: #57534e;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.section.product-reviews .product-reviews__item-author {
  font-size: 0.875rem;
  color: #57534e;
  margin: 0;
}
.section.product-reviews .product-reviews__empty {
  padding: 3rem 2rem;
  background-color: #ffffff;
  border: 1px solid #e7e5e4;
  margin-bottom: 2rem;
}
.section.product-reviews .product-reviews__empty p {
  color: #57534e;
  margin: 0;
}
.section.product-reviews .product-reviews__load-more {
  text-align: center;
  margin-bottom: 3rem;
}
.section.product-reviews .product-reviews__load-btn {
  display: inline-block;
  padding: 0.875rem 2.5rem;
  border: 1px solid #d6d3d1;
  background-color: transparent;
  color: #57534e;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  text-decoration: none;
}
.section.product-reviews .product-reviews__load-btn:hover {
  border-color: #1c1917;
  color: #1c1917;
  opacity: 1;
}
.section.product-reviews .product-reviews__form {
  text-align: left;
  background-color: #ffffff;
  padding: 2rem;
  border: 1px solid #e7e5e4;
}
.section.product-reviews .product-reviews__form .product-reviews__form-title,
.section.product-reviews .product-reviews__form .comment-reply-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1c1917;
  margin-bottom: 1.5rem;
}
.section.product-reviews .product-reviews__form .comment-form-rating {
  margin-bottom: 1.5rem;
}
.section.product-reviews .product-reviews__form .comment-form-rating label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
}
.section.product-reviews .product-reviews__form .comment-form-rating select {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border: 1px solid #d6d3d1;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #1c1917;
}
.section.product-reviews .product-reviews__form .comment-form-comment {
  margin-bottom: 1.5rem;
}
.section.product-reviews .product-reviews__form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #57534e;
}
.section.product-reviews .product-reviews__form .comment-form-comment textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #d6d3d1;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
  resize: vertical;
  min-height: 150px;
}
.section.product-reviews .product-reviews__form .form-submit .submit {
  padding: 1rem 2.5rem;
  background-color: #1c1917;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.section.product-reviews .product-reviews__form .form-submit .submit:hover {
  background-color: #292524;
}

.section.product-related {
  padding: 6rem 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-related {
    padding: 7rem 0;
  }
}
.section.product-related .section-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.section.product-related .section-intro .section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #1c1917;
}
@media screen and (min-width: 768px) {
  .section.product-related .section-intro .section-title {
    font-size: 2.5rem;
  }
}
.section.product-related .section-intro .section-description {
  max-width: 50rem;
  margin: 0 auto;
  color: #57534e;
}
.section.product-related .product-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section.product-related .product-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .section.product-related .product-related__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section.product-related .product-related__item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.section.product-related .product-related__item:hover {
  opacity: 1;
}
.section.product-related .product-related__item:hover .product-related__image {
  transform: scale(1.05);
}
.section.product-related .product-related__image-wrapper {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #f5f5f4;
}
.section.product-related .product-related__image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  top: 0;
  left: 0;
}
.section.product-related .product-related__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ffffff;
  color: #1c1917;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}
.section.product-related .product-related__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.section.product-related .product-related__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.section.product-related .product-related__title {
  color: #1c1917;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}
.section.product-related .product-related__price {
  color: #57534e;
  white-space: nowrap;
}
.section.product-related .product-related__description {
  font-size: 0.875rem;
  color: #78716c;
  margin: 0;
}
.section.product-related .product-related__cta {
  text-align: center;
  margin-top: 3rem;
}
.section.product-related .product-related__cta .button--primary {
  display: inline-block;
  padding: 1rem 3rem;
  background-color: #1c1917;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.section.product-related .product-related__cta .button--primary:hover {
  background-color: #292524;
  opacity: 1;
}

.section.product-cta {
  padding: 4rem 0;
  background-color: #292524;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section.product-cta {
    padding: 5rem 0;
  }
}
.section.product-cta .product-cta__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #44403c;
}
@media screen and (min-width: 1024px) {
  .section.product-cta .product-cta__features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section.product-cta .product-cta__feature {
  display: flex;
  align-items: start;
  gap: 1.25rem;
}
.section.product-cta .product-cta__feature-icon {
  flex-shrink: 0;
  color: #78716c;
}
.section.product-cta .product-cta__feature-icon svg {
  display: block;
}
.section.product-cta .product-cta__feature-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
}
.section.product-cta .product-cta__feature-text {
  font-size: 0.875rem;
  color: #78716c;
  margin: 0;
}
.section.product-cta .product-cta__help {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.section.product-cta .product-cta__help-title {
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .section.product-cta .product-cta__help-title {
    font-size: 2rem;
  }
}
.section.product-cta .product-cta__help-text {
  margin-bottom: 2rem;
  color: #d6d3d1;
  line-height: 1.8;
}
.section.product-cta .product-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section.product-cta .product-cta__buttons {
    flex-direction: row;
  }
}
.section.product-cta .product-cta__button {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: all 0.2s ease;
  text-decoration: none;
}
.section.product-cta .product-cta__button--primary {
  background-color: #ffffff;
  color: #1c1917;
}
.section.product-cta .product-cta__button--primary:hover {
  background-color: #f5f5f4;
  opacity: 1;
}
.section.product-cta .product-cta__button--secondary {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.section.product-cta .product-cta__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

body.single-product .fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body.single-product .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

::selection {
  background: #b3d4fc;
}

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

img {
  max-width: 100%;
  height: auto;
}
img.has-load-animation {
  opacity: 0;
  transition: opacity 0.4s ease;
}
img.has-load-animation.loaded {
  opacity: 1;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../sass/layout.scss%22,%22../sass/base/_fonts.scss%22,%22../sass/vendors/_normalize.scss%22,%22../sass/vendors/_wp_core_styles.scss%22,%22../sass/vendors/_flickity.scss%22,%22../sass/vendors/_fancybox.scss%22,%22../sass/abstracts/_mixins.scss%22,%22../sass/abstracts/_variables.scss%22,%22../sass/base/_icons.scss%22,%22../sass/base/_typography.scss%22,%22../sass/base/_utilities.scss%22,%22../sass/layout/_header.scss%22,%22../sass/layout/_footer.scss%22,%22../sass/layout/_navigation.scss%22,%22../sass/layout/_grid.scss%22,%22../sass/layout/_forms.scss%22,%22../sass/layout/_tables.scss%22,%22../sass/layout/_slideshow.scss%22,%22../sass/layout/_sections.scss%22,%22../sass/layout/_items.scss%22,%22../sass/components/_buttons.scss%22,%22../sass/layout/_woocommerce.scss%22,%22../sass/components/_hamburger.scss%22,%22../sass/components/_accordion.scss%22,%22../sass/components/_tabs.scss%22,%22../sass/components/_cookie.scss%22,%22../sass/components/_search_form.scss%22,%22../sass/base/_elements.scss%22,%22../sass/sections/_hero.scss%22,%22../sass/sections/_category-grid.scss%22,%22../sass/sections/_featured-products.scss%22,%22../sass/sections/_collections.scss%22,%22../sass/sections/_newsletter-cta.scss%22,%22../sass/sections/_about.scss%22,%22../sass/sections/_single-product.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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I;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAMZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OA1OW;EA2OX;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA,OA7PgB;;AAgQpB;EACI;EACA;EACA;EACA;EACA;EACA;;AftTJ;EegTA;IASQ;IACA;IACA;IACA;;EAEA;IACI;;;AAOR;EACI,aAxRc;EAyRd;EACA;EACA;EACA;EACA,OA3RW;EA4RX;;AfnVR;Ee4UI;IAUQ;;;AAIR;AAAA;EAEI;EACA;EACA,OAxSY;EAySZ;EACA;;AAEA;AAAA;EACI;;AAMZ;EACI;EACA,OArTgB;EAsThB;;AAEA;EACI,OAzTY;EA0TZ;EACA;;AAEA;EACI,OA7TO;;AAmUnB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OA5VG;EA6VH;EACA;EACA;EACA;;AAEA;EACI,kBAnWD;EAoWC,cApWD;EAqWC;;AAGJ;EACI,kBAzWD;EA0WC,cA1WD;EA2WC;;AAGJ;EAEI;EACA;EACA;;AAOpB;EACI;;AAQA;EACI,WdxbO;EcybP;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AfncR;Ee+bI;IAOQ;;;AAIR;EACI;EACA;EACA;;AAKI;EACI;EACA;EACA;EACA;EAEA;EACA;;AAMZ;EAEI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACI;;AAEJ;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAMA;EACI;EACA;;AAQpB;EAEI,Wd/dY;EcgeZ;EACA;;AAEA;EACI;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAnBR;AAsBI;;AACA;AAAA;EAEI;EACA;;AA1BR;AA6BI;;AACA;EACI;;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;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;A1BxBhB;AAAA;AAAA;AAAA;AAAA;A2BNA;EACC;EACA;EACA;EACA;;AAEA;EACO;;AAGP;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKD;EAEC;EACA;EACA;EACA,kBpBbY;;AoBeZ;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;;AAIA;EACC;;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;;AAKZ;EACC;EACA;;AAGA;EACC,YpB1BsB;;AD1CpB;EqBmEH;IAIE,YpB5BoB;;;AoBiCtB;EACC;;ArB7EE;EqB4EH;IAIE;;;;AAKH;EACC;EACA;;;AAGD;EACC;EACA;;AAGA;EACC;;AAEA;EACC;EACA;EACA;EACA;EACG;EACH;EACA,OpBjGW;;AoBoGZ;EACC;EACA;;;AAKH;EACC;EACA;;AAEA;EACC;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EAEC;;AAGD;AAAA;AAAA;EAGC;;ArBjKE;EqB8JH;AAAA;AAAA;IAMW;;;AAGJ;AAAA;AAAA;EACI;;;A3BlHZ;AAAA;AAAA;AAAA;AAAA;AAtDA;AAAA;AAAA;AAAA;AAAA;A4BIA;EACI;EACA,QAJU;EAKV,YANc;EAOd;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI,aAlDY;EAmDZ;EACA;EACA;EACA;EACA;EACA;;AtB7DJ;EsBsDA;IAUQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EAC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CA;;AAEA;EACI,OArQA;;AAyQR;EACI;;AAEA;EACI;EACA,OA9QA;;AAmRZ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,OA/RS;;AAkSb;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,kBApSS;EAqST,OA5SS;EA6ST;EACA;EACA;;AAEA;EACI,cApTI;;AAuTR;EACI,cAxTI;EAyTJ,kBAzTI;EA0TJ,OAjTK;;AAqTb;EACI;;AAII;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YAlUC;;AAoUD;EACI;EACA;EACA;EACA;EACA;EACA,OAjVH;EAkVG;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OA/VJ;EAgWI;EACA;EACA;;AAEA;EAEI;EACA;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OAlXH;EAmXG;EACA;EACA;;AAEA;AAAA;EACI,kBAlXF;;AAsXN;EACI;;AAIR;EACI;EACA;EACA,kBAtYA;EAuYA,OA9XC;EA+XD;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBA/YJ;;AAkZA;EAEI;EACA;;AAMhB;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OA1aS;EA2aT;EACA;EACA;EACA;;AAEA;EACI,kBA3aU;;AA8ad;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OAncQ;;AAscZ;EACI;EACA;EACA,kBAzcQ;EA0cR,OAjcS;EAkcT;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBAndI;;AAudZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OA7dS;EA8dT;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OA1eI;;AA6eR;EACI,OA9eI;;AAgfJ;EACI;;AAIR;EACI;;AAIR;EACI,kBArfW;EAsfX;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OA1gBK;EA2gBL;;AAEA;E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%22,%22file%22:%22layout.css%22%7D */
