/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/base/_0.reset.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
* {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: inherit;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  color: #000;
  background: #fff;
}
figure {
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-left: 0;
  margin-right: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
del,
ins {
  -webkit-text-decoration: none;
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-feature-settings: normal;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
iframe {
  border: 0;
}
legend {
  color: inherit;
  *color: #000;
}
button,
input[type=button],
input[type=submit] {
  background: transparent;
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
  border: 0;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* stylelint-enable */
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/base/_5.global.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
body,
input,
select,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active {
  outline: none;
}

*:focus {
  outline: none;
}

abbr {
  border-bottom: 1px dotted gray;
}

p sup {
  position: relative;
  top: -0.75ex;
}

p sub {
  position: relative;
  top: 0.5ex;
}

button {
  cursor: pointer;
}

svg {
  width: 100%;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./src/base/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
body:after {
  display: none;
  content: "desktop";
}
@media (max-width: 1200px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 1050px) {
  body:after {
    content: "tablet-portrait";
  }
}
@media (max-width: 750px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 400px) {
  body:after {
    content: "mobile-portrait";
  }
}
/******************************************************************
Site Name: daskannwas
Author: Yacine Belarbi @ studioyacine.ch

Stylesheet: Variables

******************************************************************/
:root {
  --page-gutter: 1rem;
  --page-spacing-l: 50px;
  --page-spacing-m: 25px;
}
@media (min-width: 751px) {
  :root {
    --page-gutter: 2rem;
    --page-spacing-l: 150px;
    --page-spacing-m: 50px;
  }
}
.has-x-large-font-size {
  letter-spacing: -0.03em;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.3;
  margin-bottom: 1.5em;
}
.has-large-font-size {
  letter-spacing: -0.03em;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small);
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/*! 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;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  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;
}
.Header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .Header {
    padding-left: 50px;
  }
}
@media (max-width: 1050px) {
  .Header {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .Header {
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .Header {
    padding-left: 20px;
  }
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .Header {
    padding-right: 50px;
  }
}
@media (max-width: 1050px) {
  .Header {
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .Header {
    padding-right: 25px;
  }
}
@media (max-width: 400px) {
  .Header {
    padding-right: 20px;
  }
}
.Header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-mask: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.97) 68%, rgb(255, 255, 255) 100%);
          mask: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.97) 68%, rgb(255, 255, 255) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 150%;
}
.Header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1051px) {
  .Header ul {
    justify-content: space-between;
  }
}
@media (min-width: 1051px) {
  .Header li {
    flex: 1;
  }
}
.Header li img {
  width: 85px;
}
@media (max-width: 1050px) {
  .Header li.Header--menu {
    display: none;
  }
}
@media (min-width: 1051px) {
  .Header li.Header--logo {
    text-align: center;
  }
}
.Header li.Header--collection {
  text-align: right;
}
@media (max-width: 1050px) {
  .Header li.Header--collection {
    display: none;
  }
}
.Header a {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0.3em;
  margin: 0 -0.3em;
}
.Header a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.Header--Burger {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 0, 0);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #fff;
  z-index: 10;
  display: flex;
  gap: 1rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0.75rem 1.75rem 0.75rem;
  border-radius: 100px;
}
.Header--Burger span {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
}
.Header--Burger svg {
  height: 24px;
  color: #fff;
}
@media (min-width: 1051px) {
  .Header--Burger {
    display: none;
  }
}
.Flyout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 20;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.Flyout:not(.is-open) {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap; /* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
}
.Flyout > ul > li > a {
  letter-spacing: -0.03em;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s opacity;
}
.Flyout > ul > li > a:hover {
  opacity: 0.4;
}
.Flyout ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Flyout li.menu-item-has-children:last-child > a {
  display: none;
}
.Flyout li.menu-item-has-children:last-child ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 4rem;
}
.Flyout li.menu-item-has-children:last-child ul a {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  -webkit-text-decoration: none;
  text-decoration: none;
  opacity: 0.5;
  text-underline-offset: 3px;
}
.Flyout li.menu-item-has-children:last-child ul a:hover {
  opacity: 1;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.Flyout #Flyout--close {
  align-self: center;
  margin-top: 4rem;
}
.Flyout #Flyout--close:hover {
  transform: rotate(90deg);
  transition: all 0.15s ease;
}
.ProductSingle {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .ProductSingle {
    padding-left: 50px;
  }
}
@media (max-width: 1050px) {
  .ProductSingle {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .ProductSingle {
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .ProductSingle {
    padding-left: 20px;
  }
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .ProductSingle {
    padding-right: 50px;
  }
}
@media (max-width: 1050px) {
  .ProductSingle {
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .ProductSingle {
    padding-right: 25px;
  }
}
@media (max-width: 400px) {
  .ProductSingle {
    padding-right: 20px;
  }
}
@media (min-width: 1051px) {
  .ProductSingle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
.ProductSingle--text {
  font-size: var(--wp--preset--font-size--small);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.ProductSingle--text p {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 1rem;
}
@media (min-width: 1051px) {
  .ProductSingle--text {
    margin-top: 0;
    padding: 3rem 0;
  }
}
.ProductSingle--title {
  margin: 0;
}
h1.ProductSingle--title, h2.ProductSingle--title, h3.ProductSingle--title, h4.ProductSingle--title, h5.ProductSingle--title, h6.ProductSingle--title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.ProductSingle--desc {
  margin: 0.5rem 0 1rem;
  line-height: 1.6;
}
.ProductSingle--inquiry {
  text-transform: capitalize;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ProductSingle--inquiry:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ProductSingle--price {
  display: flex;
  align-items: center;
}
.ProductSingle--price span {
  flex: 0 0 75px;
}
.ProductSingle--price a {
  text-transform: capitalize;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ProductSingle--price a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ProductSingle--sold {
  text-transform: capitalize;
  font-weight: 500;
  color: var(--wp--preset--color--red);
}
.ProductSingle--image {
  position: relative;
  text-align: center;
  opacity: 0;
  animation: fadeIn 2s forwards;
  max-height: 90vh;
}
@media (max-width: 1050px) {
  .ProductSingle--image {
    padding-bottom: 3rem;
  }
}
.ProductSingle--image.is-sold img {
  opacity: 0.1;
}
.ProductSingle--image.is-sold:before {
  content: "SOLD";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--wp--preset--color--red);
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 600;
  z-index: 9;
}
.ProductSingle--image .ProductSingle--image--carousel img {
  width: 100%;
  height: auto;
  max-width: 60vw;
  object-fit: contain;
}
@media (min-width: 1051px) {
  .ProductSingle--image .ProductSingle--image--carousel img {
    min-height: 450px;
    max-height: 90vh;
    height: 100%;
    width: 100%;
    max-width: none;
  }
}
.ProductSingle--image--nav {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
@media (max-width: 1050px) {
  .ProductSingle--image--nav {
    bottom: 0rem;
  }
}
.ProductSingle--image--nav .ProductSingle--image--nav--item {
  cursor: pointer;
}
.ProductSingle--image--nav .ProductSingle--image--nav--item:not(:first-child) {
  margin-left: 0.65rem;
}
@media (max-width: 1050px) {
  .ProductSingle--image--nav .ProductSingle--image--nav--item:not(:first-child) {
    margin-left: 0.35rem;
  }
}
.ProductSingle--image--nav img {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.ProductSingle--nav {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-left: 1.5em;
  padding-right: 1.5em;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .ProductSingle--nav {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.ProductSingle--nav a {
  position: relative;
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  font-weight: 500;
  opacity: 0.35;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ProductSingle--nav a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ProductSingle--nav a:hover {
  opacity: 1;
}
.ProductSingle--nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(3);
}
html {
  font-size: var(--wp--preset--font-size--medium);
  font-family: "SuisseIntl", sans-serif;
  height: -webkit-fill-available;
  background: var(--wp--preset--color--base);
}
body {
  min-height: -webkit-fill-available;
  background: var(--wp--preset--color--base);
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
.container {
  padding-left: 50px;
  padding-right: 50px;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0 0;
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .container {
    padding-left: 50px;
  }
}
@media (max-width: 1050px) {
  .container {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .container {
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .container {
    padding-left: 20px;
  }
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .container {
    padding-right: 50px;
  }
}
@media (max-width: 1050px) {
  .container {
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .container {
    padding-right: 25px;
  }
}
@media (max-width: 400px) {
  .container {
    padding-right: 20px;
  }
}
[class^=wp-block-boilerplate].acf-block-preview {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  position: relative;
  margin: 0;
  outline: 1px solid #ddd;
  outline-offset: 0.6rem;
}
[class^=wp-block-boilerplate].acf-block-preview:before {
  content: attr(data-title);
  position: absolute;
  top: -2.3rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
}
.ProductGrid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1051px) {
  .ProductGrid {
    margin-top: 15vh;
  }
}
.Teaser.product {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Teaser.product a.Teaser--inner {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding-top: 50px;
  padding-top: var(--page-spacing-l);
  padding-bottom: 50px;
  padding-bottom: var(--page-spacing-l);
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .Teaser.product a.Teaser--inner {
    padding-left: 50px;
  }
}
@media (max-width: 1050px) {
  .Teaser.product a.Teaser--inner {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .Teaser.product a.Teaser--inner {
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .Teaser.product a.Teaser--inner {
    padding-left: 20px;
  }
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .Teaser.product a.Teaser--inner {
    padding-right: 50px;
  }
}
@media (max-width: 1050px) {
  .Teaser.product a.Teaser--inner {
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .Teaser.product a.Teaser--inner {
    padding-right: 25px;
  }
}
@media (max-width: 400px) {
  .Teaser.product a.Teaser--inner {
    padding-right: 20px;
  }
}
@media (min-width: 1051px) {
  .Teaser.product a.Teaser--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 25px;
    padding-top: var(--page-spacing-m);
    padding-bottom: 25px;
    padding-bottom: var(--page-spacing-m);
  }
}
.Teaser.product a.Teaser--inner:hover .Teaser--title {
  opacity: 0.6;
}
.Teaser.product .Teaser--title {
  margin: 0 0 1.5rem;
  align-self: center;
  justify-self: center;
}
.Teaser.product h1.Teaser--title, .Teaser.product h2.Teaser--title, .Teaser.product h3.Teaser--title, .Teaser.product h4.Teaser--title, .Teaser.product h5.Teaser--title, .Teaser.product h6.Teaser--title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.Teaser.product .Teaser--image {
  position: relative;
  text-align: center;
  opacity: 0;
  animation: fadeIn 2s forwards;
}
.Teaser.product .Teaser--image.is-sold img {
  opacity: 0.1;
}
.Teaser.product .Teaser--image.is-sold:before {
  content: "SOLD";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--wp--preset--color--red);
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 600;
  z-index: 9;
}
.Teaser.product img {
  max-width: 55vw;
  width: 100%;
  height: auto;
}
@media (min-width: 1051px) {
  .Teaser.product img {
    max-width: 200px;
  }
}
.Footer {
  margin-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .Footer {
    padding-left: 50px;
  }
}
@media (max-width: 1050px) {
  .Footer {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .Footer {
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .Footer {
    padding-left: 20px;
  }
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .Footer {
    padding-right: 50px;
  }
}
@media (max-width: 1050px) {
  .Footer {
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .Footer {
    padding-right: 25px;
  }
}
@media (max-width: 400px) {
  .Footer {
    padding-right: 20px;
  }
}
@media (max-width: 750px) {
  .Footer {
    padding-bottom: 6rem;
    background-color: #f9f9f9;
    padding-top: 3rem;
  }
}
.Footer p {
  max-width: 350px;
  margin: 1rem 0;
}
.Footer .Logo {
  width: 60px;
}
.Footer--links {
  display: flex;
  gap: 0.5em;
}
@media (max-width: 750px) {
  .Footer--links {
    flex-direction: column;
    gap: 0rem;
  }
}
.Footer--links .Footer--copyright {
  opacity: 0.4;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 751px) {
  .Footer--links .Footer--copyright {
    gap: 1rem;
    flex-direction: row;
    margin-left: auto;
    margin-top: 0;
  }
}
.Footer--links .Footer--copyright p {
  margin: 0;
}
.wpcf7 form {
  padding-left: 50px;
  padding-right: 50px;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .wpcf7 form {
    padding-left: 50px;
  }
}
@media (max-width: 1050px) {
  .wpcf7 form {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .wpcf7 form {
    padding-left: 25px;
  }
}
@media (max-width: 400px) {
  .wpcf7 form {
    padding-left: 20px;
  }
}
@media (max-width: var(--wp--style--global--content-size)100px) {
  .wpcf7 form {
    padding-right: 50px;
  }
}
@media (max-width: 1050px) {
  .wpcf7 form {
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .wpcf7 form {
    padding-right: 25px;
  }
}
@media (max-width: 400px) {
  .wpcf7 form {
    padding-right: 20px;
  }
}
.wpcf7 form label {
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: block;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}
.wpcf7 form input,
.wpcf7 form textarea {
  font-size: var(--wp--preset--font-size--medium);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.6rem 0.75rem 0.5rem;
  margin-top: 0.4em;
  width: 100%;
  color: #000;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.wpcf7 form input:focus,
.wpcf7 form textarea:focus {
  outline: none;
  border-color: #000;
}
.wpcf7 form input + span,
.wpcf7 form textarea + span {
  display: block;
  margin-top: 0.8em;
  color: rgb(254, 89, 89);
  font-weight: 500;
}
.wpcf7 form input[type=submit] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 2.5rem 0.65rem;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  font-family: "SuisseIntl", sans-serif;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0.06rem;
  white-space: nowrap;
  text-align: center;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}
@media (max-width: 750px) {
  .wpcf7 form input[type=submit] {
    padding: 0.75rem 1rem 0.65rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.wpcf7 form input[type=submit]:hover {
  box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.35);
  border-radius: 1px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
}
.wpcf7 form input[type=submit]:hover {
  background: black;
}
.wpcf7 form textarea {
  padding-top: 1rem;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
}
.wpcf7 form .wpcf7-response-output {
  border-color: #ffe49b !important;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  background: rgb(255, 237, 189);
  padding: 1rem;
  text-align: center;
}
.wp-block-separator {
  margin-top: 50px;
  margin-top: var(--page-spacing-l);
  margin-bottom: 50px;
  margin-bottom: var(--page-spacing-l);
  border-color: rgba(0, 0, 0, 0.05);
}
.Home--logo {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Home--logo img {
  width: 105px;
}
.HomeGallery {
  height: 100vh;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
}
@media (min-width: 751px) {
  .HomeGallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
.HomeGallery:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}
.HomeGallery li {
  position: relative;
  opacity: 0;
  transition: all 0s;
  transition-behavior: allow-discrete;
  display: none;
}
.HomeGallery li.is-active {
  opacity: 1;
  display: block;
}
.HomeGallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .Header,
.home .Footer {
  display: none;
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./src/theme.css ***!
  \*******************************************************************************************************************************************************************/
@font-face {
	font-family: 'SuisseIntl';
	src: url(fonts/SuisseIntl-Regular.32f03b73.woff) format('woff'),
		url(fonts/SuisseIntl-Regular.4708e70d.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SuisseIntl';
	src: url(fonts/SuisseIntl-RegularItalic.b831f01a.woff) format('woff'),
		url(fonts/SuisseIntl-RegularItalic.77a95b75.woff2) format('woff2');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SuisseIntl';
	src: url(fonts/SuisseIntl-Medium.eb322886.woff) format('woff'),
		url(fonts/SuisseIntl-Medium.85a9c57b.woff2) format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SuisseIntl';
	src: url(fonts/SuisseIntl-MediumItalic.d8d2e469.woff) format('woff'),
		url(fonts/SuisseIntl-MediumItalic.6227495b.woff2) format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SuisseIntl';
	src: url(fonts/SuisseIntl-SemiBold.354b6d35.woff) format('woff'),
		url(fonts/SuisseIntl-SemiBold.d1d600d6.woff2) format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SuisseIntl';
	src: url(fonts/SuisseIntl-SemiBoldItalic.0a9a34bc.woff) format('woff'),
		url(fonts/SuisseIntl-SemiBoldItalic.37d9a392.woff2) format('woff2');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

/*# sourceMappingURL=theme.css.map*/