/* Imports
---------------------------*/
/* Modern Reset
---------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.35;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Type
---------------------------*/
/* Colors
---------------------------*/
/* Transition Durations
---------------------------*/
/* Mixins
---------------------------*/
/* Fluid Type & Space
---------------------------*/
/* @link https://utopia.fyi/type/calculator?c=380,18,1.125,1400,25,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  --step--2: clamp(0.8888rem, 0.8473rem + 0.1745vw, 1rem);
  --step--1: clamp(1rem, 0.9069rem + 0.3922vw, 1.25rem);
  --step-0: clamp(1.125rem, 0.962rem + 0.6863vw, 1.5625rem);
  --step-1: clamp(1.2656rem, 1.0095rem + 1.0784vw, 1.9531rem);
  --step-2: clamp(1.4238rem, 1.0447rem + 1.5961vw, 2.4413rem);
  --step-3: clamp(1.6019rem, 1.0617rem + 2.2745vw, 3.0519rem);
  --step-4: clamp(1.8019rem, 1.0519rem + 3.1578vw, 3.815rem);
  --step-5: clamp(2.0275rem, 1.0065rem + 4.299vw, 4.7681rem);
}

:root {
  --space-3xs: clamp(0.2813rem, 0.2405rem + 0.1716vw, 0.3906rem);
  --space-2xs: clamp(0.5625rem, 0.481rem + 0.3431vw, 0.7813rem);
  --space-xs: clamp(0.8438rem, 0.7216rem + 0.5147vw, 1.1719rem);
  --space-s: clamp(1.125rem, 0.962rem + 0.6863vw, 1.5625rem);
  --space-m: clamp(1.6875rem, 1.443rem + 1.0294vw, 2.3438rem);
  --space-l: clamp(2.25rem, 1.924rem + 1.3725vw, 3.125rem);
  --space-xl: clamp(3.375rem, 2.886rem + 2.0588vw, 4.6875rem);
  --space-2xl: clamp(4.5rem, 3.848rem + 2.7451vw, 6.25rem);
  --space-3xl: clamp(6.75rem, 5.772rem + 4.1176vw, 9.375rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.2813rem, 0.095rem + 0.7843vw, 0.7813rem);
  --space-2xs-xs: clamp(0.5625rem, 0.3355rem + 0.9559vw, 1.1719rem);
  --space-xs-s: clamp(0.8438rem, 0.576rem + 1.1275vw, 1.5625rem);
  --space-s-m: clamp(1.125rem, 0.6709rem + 1.9118vw, 2.3438rem);
  --space-m-l: clamp(1.6875rem, 1.152rem + 2.2549vw, 3.125rem);
  --space-l-xl: clamp(2.25rem, 1.342rem + 3.8235vw, 4.6875rem);
  --space-xl-2xl: clamp(3.375rem, 2.304rem + 4.5098vw, 6.25rem);
  --space-2xl-3xl: clamp(4.5rem, 2.684rem + 7.6471vw, 9.375rem);
  /* Custom pairs */
  --space-s-l: clamp(1.125rem, 0.3799rem + 3.1373vw, 3.125rem);
}

/* Body
---------------------------*/
body {
  background: #fff;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 200;
  font-size: var(--step-0);
  color: #444;
}

/* Type
---------------------------*/
a {
  color: #444;
  text-decoration: underline;
  text-decoration-thickness: 0.075em;
  text-decoration-color: #c39e4e;
  transition: 0.15s ease;
}
a:hover, a:active {
  color: #b18c3e;
  text-decoration: underline;
  text-decoration-thickness: 0.075em;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: var(--space-m-l) 0 var(--space-xs-s);
  color: #333333;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: var(--space-2xs-xs);
}

h1 {
  font-size: var(--step-3);
  font-family: wedding-gothic-atf, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  hyphens: auto;
  margin-top: 0;
}

h2 {
  font-size: var(--step-3);
  line-height: 1.1;
}

h3 {
  font-size: var(--step-2);
}

h4 {
  font-size: var(--step-1);
}

h5 {
  font-size: var(--step-0);
}

h6 {
  font-size: var(--step--1);
}

p {
  margin: var(--space-xs-s) 0 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: 600;
}

/* Images */
img {
  height: auto;
}

figure {
  margin: 0;
  max-width: 100%;
}

/* Blockquote */
blockquote {
  margin: var(--space-xl-2xl) auto;
  max-width: calc(38 * var(--step-0)) !important;
}
blockquote p {
  font-size: var(--step-1);
  text-align: center;
}

/* Formatting */
hr,
hr.wp-block-separator {
  background: #e8e8e8;
  height: 2px;
  border: none;
  display: block;
  margin: var(--space-l-xl) auto;
}

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

/* Lists */
ul,
ol {
  padding: 0;
  margin: var(--space-xs-s) 0 0 var(--space-xs-s);
  list-style-position: inside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 0.325em;
}

dl {
  margin: var(--space-xs-s) 0 0;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 var(--space-xs-s) var(--space-xs-s);
}

/* Tables */
table,
.wp-block-table table,
table.wp-block-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  font-size: var(--step--1);
  border: none;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th,
.wp-block-table table > tbody > tr > td,
.wp-block-table table > tbody > tr > th,
.wp-block-table table > tfoot > tr > td,
.wp-block-table table > tfoot > tr > th,
.wp-block-table table > thead > tr > td,
.wp-block-table table > thead > tr > th,
table.wp-block-table > tbody > tr > td,
table.wp-block-table > tbody > tr > th,
table.wp-block-table > tfoot > tr > td,
table.wp-block-table > tfoot > tr > th,
table.wp-block-table > thead > tr > td,
table.wp-block-table > thead > tr > th {
  padding: var(--space-3xs-2xs) var(--space-2xs-xs);
  vertical-align: top;
  border: none;
}
table th,
.wp-block-table table th,
table.wp-block-table th {
  text-align: left;
  font-weight: 600;
}
table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) td,
.wp-block-table table tbody tr:nth-child(even) th,
.wp-block-table table tbody tr:nth-child(even) td,
table.wp-block-table tbody tr:nth-child(even) th,
table.wp-block-table tbody tr:nth-child(even) td {
  background-color: #f2f1ed;
}
table tbody tr:nth-child(even) th:first-child, table tbody tr:nth-child(even) td:first-child,
.wp-block-table table tbody tr:nth-child(even) th:first-child,
.wp-block-table table tbody tr:nth-child(even) td:first-child,
table.wp-block-table tbody tr:nth-child(even) th:first-child,
table.wp-block-table tbody tr:nth-child(even) td:first-child {
  border-radius: var(--space-xs) 0 0 var(--space-xs);
}
table tbody tr:nth-child(even) th:last-child, table tbody tr:nth-child(even) td:last-child,
.wp-block-table table tbody tr:nth-child(even) th:last-child,
.wp-block-table table tbody tr:nth-child(even) td:last-child,
table.wp-block-table tbody tr:nth-child(even) th:last-child,
table.wp-block-table tbody tr:nth-child(even) td:last-child {
  border-radius: 0 var(--space-xs) var(--space-xs) 0;
}
table tbody tr:nth-child(even) th:only-child, table tbody tr:nth-child(even) td:only-child,
.wp-block-table table tbody tr:nth-child(even) th:only-child,
.wp-block-table table tbody tr:nth-child(even) td:only-child,
table.wp-block-table tbody tr:nth-child(even) th:only-child,
table.wp-block-table tbody tr:nth-child(even) td:only-child {
  border-radius: var(--space-xs);
}

/* Selection colors */
::selection {
  background: #c39e4e;
  color: #fff;
}

::-moz-selection {
  background: #c39e4e;
  color: #fff;
}

/* Grid
---------------------------*/
.row {
  max-width: calc(62 * var(--step-0));
  margin: 0 auto;
  overflow: hidden;
  padding: 0 var(--space-s-m);
}

/* Basic Navigation
---------------------------*/
nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
nav ul li {
  font-size: var(--step--1);
  font-weight: 400;
  letter-spacing: 0.02em;
}
nav ul li a {
  display: block;
}

/* Buttons & Arrows
---------------------------*/
a.link-arrow {
  background: url(../i/arrow-right-yellow.svg) no-repeat center right 0.2em;
  transition: all 0.15s ease-in-out;
  padding-right: 1.5em;
  background-size: 1em auto;
  color: #c39e4e;
  font-weight: 300;
  text-decoration: none;
}
a.link-arrow:hover {
  color: #eeeae1;
  background-position: center right;
}

p.link-arrow a {
  background: url(../i/arrow-right-yellow.svg) no-repeat center right 0.2em;
  transition: all 0.15s ease-in-out;
  padding-right: 1.5em;
  background-size: 1em auto;
  font-weight: 300;
  text-decoration: none;
}
p.link-arrow a:hover {
  background-position: center right;
}

/* Forms
---------------------------*/
label {
  display: block;
  font-size: var(--step-0);
  font-weight: 500;
  letter-spacing: 0.02em;
}

fieldset {
  margin-top: var(--space-xs-s);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: #fff;
  display: block;
  padding: var(--space-2xs) var(--space-xs);
  width: 100%;
  border: 2px solid #c1c1c1;
  border-radius: var(--space-2xs);
  font-family: alternate-gothic-atf, sans-serif;
  font-size: var(--step--1);
  font-weight: 300;
  transition: all 0.15s ease-in-out;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #919191;
}

select {
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  cursor: pointer;
  font-size: var(--step--1);
  font-weight: 400;
  line-height: 1.4;
  color: #444;
  padding: var(--space-2xs) var(--space-xs);
  border: 2px solid #c1c1c1;
  border-radius: var(--space-2xs);
  background: #fff url(../i/arrow-down.svg) no-repeat right 1em center/1em;
  max-width: 100%;
}
select option {
  color: inherit;
  background-color: #fff;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.6em;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 300;
}

/* Buttons */
.woocommerce-page .store .woocommerce-message .button,
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.wp-block-button .wp-block-button__link,
button, .button,
input[type=button],
input[type=submit] {
  background: #333 !important;
  color: #eeeae1 !important;
  font-family: alternate-gothic-atf, sans-serif;
  font-size: var(--step--1) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  padding: var(--space-2xs) var(--space-m) !important;
  border-radius: var(--space-2xs) !important;
  transition: all 0.15s linear;
  appearance: none;
}
.woocommerce-page .store .woocommerce-message .button:hover, .woocommerce-page .store .woocommerce-message .button:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
button:hover,
button:focus, .button:hover, .button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #444 !important;
  border: 0 !important;
  text-decoration: none !important;
}

.button-reverse {
  background: transparent;
  color: #eeeae1;
  box-shadow: 0 0 0 2px inset #eeeae1;
}
.button-reverse:hover, .button-reverse:focus {
  background: #eeeae1;
  color: #333;
  box-shadow: 0 0 0 2px inset #eeeae1;
}

.button-light {
  background: #eeeae1 !important;
  color: #333 !important;
}
.button-light:hover, .button-light:focus {
  background: #ccc9be !important;
}

/* Header
---------------------------*/
.header {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 var(--space-m-l);
  box-shadow: 0 0 0.6em -0.3em rgba(0, 0, 0, 0.6196078431);
}

.js-nav-active .menu-shadow {
  opacity: 1;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  transition: all 0.13s cubic-bezier(0, 0, 0.5, 1);
}

.menu-wrapper {
  position: relative;
  width: 100%;
  max-width: calc(48 * var(--step-0));
  margin: 0 auto;
  display: grid;
  align-items: center;
}

/* Logo */
.logo-container {
  grid-column: 1/2;
  height: 2.7em;
  margin: 0.5em 0;
}

.logo {
  background: url(../i/logo-makiata.jpg) no-repeat center;
  background-size: contain;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: none;
  opacity: 0.85;
}
.logo:hover {
  border-bottom: none;
}

@media (max-width: 64em) {
  .logo-container {
    height: 2em;
    margin: 0.7em 0;
    grid-column: 1/12;
    grid-row: 1;
  }
  .logo-container .logo {
    width: 2em;
    margin: 0 auto;
  }
}
/* Main Menu */
.header nav {
  grid-column: 2/10;
  padding: 0 0 0 1em;
  margin: 0;
  width: 100%;
}
.header nav ul {
  justify-content: space-around;
  align-items: center;
}
.header nav li {
  text-transform: uppercase;
}
.header nav li a {
  color: #444;
  text-decoration: none;
}
.header nav li a:hover {
  color: #c39e4e;
}

/* Responsive menu */
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}
.nav-collapse.opened ul li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.js .nav-collapse.closed {
  max-height: none;
}

/* Menu toggle button */
.nav-toggle {
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  user-select: none;
  transition-duration: 0.5s;
  grid-column: 1/2;
  grid-row: 1/1;
  position: relative;
  font-size: var(--step--1);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  border: none;
  background: transparent !important;
  color: #444 !important;
  padding: 0.45em 0 0.45em 1.9em !important;
}
.nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
  background: transparent !important;
  border: none;
  text-decoration: none;
}
.nav-toggle:hover:before, .nav-toggle:hover:after, .nav-toggle:active:before, .nav-toggle:active:after, .nav-toggle:focus:before, .nav-toggle:focus:after {
  background-color: #b18c3e;
}
.nav-toggle:before, .nav-toggle:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 1em;
  height: 2.5px;
  background-color: #444;
  content: "";
  left: 0.45em;
}
.nav-toggle:before {
  margin-top: 0.2em;
}
.nav-toggle:after {
  margin-top: 0.7em;
}
.nav-toggle.active {
  transition-duration: 0.5s;
  background: transparent !important;
}
.nav-toggle.active:before {
  transform: rotate(-45deg);
  margin-top: 0.4em;
}
.nav-toggle.active:after {
  transform: rotate(45deg);
  margin-top: 0.4em;
}

@media (max-width: 64em) {
  .js-nav-active .header.header-up {
    top: var(--space-xs-s);
  }
  .js .nav-collapse {
    position: absolute !important;
    clip: auto;
  }
  .js .nav-collapse.closed {
    max-height: 0;
  }
  .nav-toggle {
    display: block;
  }
  .header nav {
    grid-column: unset;
    background: #fff;
    top: 3.1em;
    padding: 0;
    margin-left: calc(-1 * var(--space-m-l));
    width: calc(100% + 2 * var(--space-m-l));
    box-shadow: 0 0.6em 0.6em -0.3em rgba(0, 0, 0, 0.0901960784);
  }
  .header nav ul {
    margin: 0;
    padding: var(--space-xs-s) 0;
  }
  .header nav ul li {
    width: 100%;
    margin: 0 var(--space-m-l);
    visibility: visible;
    opacity: 0;
    transform: translateY(-0.6em);
    transition: all 0.3s ease 0.3s;
  }
  .header nav ul li:not(:last-child) {
    border-bottom: 1.5px solid #e8e8e8;
  }
  .header nav ul li a {
    padding: 0.75em var(--space-2xs-xs) 0.6em;
  }
}
@media (max-width: 28em) {
  .nav-toggle {
    letter-spacing: 0.02em;
  }
  .nav-toggle::before,
  .nav-toggle::after {
    right: 0.65em;
  }
  .nav-toggle.active::before,
  .nav-toggle.active::after {
    margin-top: 0.4em;
  }
}
/* Cart */
.header .cart {
  grid-column: 11/12;
  grid-row: 1;
  justify-self: center;
  background: url(../i/cart.svg) no-repeat center;
  background-size: contain;
  color: transparent;
  line-height: 0;
  overflow: visible;
  height: 1.4em;
  width: 1.4em;
  position: relative;
  text-decoration: none;
}
.header .cart:hover {
  transform: scale(1.05);
}
.header .cart.has-items::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: #c39e4e;
  border-radius: 50%;
  animation: cartDotFadeIn 0.3s ease;
}

@keyframes cartDotFadeIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Search field
---------------------------*/
button.search-btn {
  grid-column: 10/11;
  grid-row: 1;
  justify-self: center;
  background: url(../i/search.svg) no-repeat center !important;
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 1.4em;
  width: 1.4em;
  padding: 0 !important;
  border-radius: 0 !important;
}
button.search-btn:hover {
  transform: scale(1.05);
}

button.close-btn {
  display: none;
  position: absolute;
  background: #fff url(../i/close.svg) no-repeat center !important;
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 1.3em;
  width: 1.3em;
  padding: 0 !important;
  border-radius: 0 !important;
  top: 50%;
  right: var(--space-xs);
  transform: translate(0, -50%);
}
button.close-btn:hover {
  transform: translate(0, -50%) scale(1.05);
}

.search-container {
  grid-column: 2/11;
  position: absolute;
  width: calc(100% - 1em);
  margin-left: 1em;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.search-container.active {
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}
.search-container.active .close-btn {
  display: block;
}

#submit-search {
  display: none;
}

#search-results {
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: var(--space-xs);
  box-shadow: 0 0 0.6em -0.3em rgba(0, 0, 0, 0.62);
  font-family: alternate-gothic-atf, sans-serif;
  font-size: var(--step--1);
  margin-top: var(--space-2xs);
}
#search-results a {
  text-decoration: none;
  padding: var(--space-3xs) var(--space-xs);
  display: block;
}
#search-results a:first-of-type {
  padding-top: var(--space-2xs);
}
#search-results a:last-of-type {
  padding-bottom: var(--space-2xs);
}
#search-results br {
  display: none;
}

@media (max-width: 64em) {
  button.search-btn {
    justify-self: end;
  }
  .header .cart {
    grid-column: 10/12;
    justify-self: end;
  }
  .search-container {
    grid-column: 1/12;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 38em) {
  button.search-btn {
    justify-self: center;
  }
}
@media (max-width: 26em) {
  button.search-btn {
    justify-self: baseline;
  }
}
/* Sub-menu
---------------------------*/
.submenu {
  margin: 0 var(--space-m-l);
}
.submenu nav {
  position: relative;
  z-index: 2;
  background: #e8e8e8;
  transition: all 0.15s ease-in-out;
  max-width: calc(62 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
  padding: var(--space-xs) var(--space-s-m);
  border-radius: var(--space-xs-s);
}

.submenu ul li {
  margin: 0;
  font-size: var(--step-0);
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: "alternate-gothic-atf", sans-serif;
}
.submenu ul li a {
  display: none;
  color: #333333;
  line-height: 1;
  padding: 0.25em 0.6em 0;
  border-radius: 10em;
  border: none;
}
.submenu ul li ul {
  gap: 0.2em 0;
}
.submenu ul li ul li a {
  display: block;
}
.submenu ul li ul li a:hover {
  color: #666;
  border-color: transparent;
}

/* Footer
---------------------------*/
.footer {
  background: #262626;
  color: #cec8ba;
}
.footer a {
  color: #cec8ba;
}
.footer a:hover {
  color: #c39e4e;
}
.footer h3 {
  color: #dbd7cd;
  font-size: var(--step-0);
  letter-spacing: 0.02em;
  margin: 0 0 var(--space-2xs);
}

.social-media {
  padding: var(--space-l-xl) var(--space-m-l);
}
.social-media ul {
  width: 100%;
  max-width: calc(48 * var(--step-0));
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  grid-gap: var(--space-l-xl);
  flex-wrap: wrap;
}
.social-media ul li {
  flex: 1;
  max-width: 11em;
}
.social-media ul li a {
  display: block;
  background-repeat: no-repeat;
  background-size: 6.5em auto;
  background-position: top center;
  padding-top: 7em;
  text-decoration: none;
  font-family: wedding-gothic-atf, sans-serif;
  font-weight: 800;
  font-size: var(--step--1);
  text-align: center;
}
.social-media ul li a:hover {
  transform: scale(0.97);
  text-decoration: none;
}
.social-media ul li.tripadvisor a {
  background-image: url(../i/tripadvisor-yellow.svg);
}
.social-media ul li.facebook a {
  background-image: url(../i/facebook-yellow.svg);
}
.social-media ul li.instagram a {
  background-image: url(../i/instagram-yellow.svg);
}

.footer-wrap {
  width: 100%;
  max-width: calc(48 * var(--step-0));
  margin: 0 auto;
  padding: 0 var(--space-m-l) var(--space-l-xl);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-l-xl) 0;
}

.footer-info {
  flex-grow: 1;
  flex-basis: 18em;
  margin: 0;
  align-self: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m-l);
}
.footer-info:before, .footer-info:after {
  content: "";
  background: #595959;
  height: 2px;
  width: 100%;
  margin: var(--space-3xs-2xs) 0 var(--space-s-m);
}
.footer-info:after {
  margin: var(--space-s-m) 0 var(--space-3xs-2xs);
}
.footer-info .col {
  flex-grow: 1;
  flex-basis: 7em;
  line-height: 1.45;
}
.footer-info .col p {
  margin: 0;
  color: #888478;
}
.footer-info .col strong {
  font-weight: 500;
}
.footer-info ul {
  font-size: var(--step--1);
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3xs);
}

.footer-nav {
  width: 100%;
}
.footer-nav ul {
  gap: var(--space-xs-s);
}
.footer-nav ul li {
  text-transform: uppercase;
  font-size: var(--step-0);
}
.footer-nav ul li a {
  text-decoration-color: transparent;
}

.oiva {
  width: 100%;
  font-size: var(--step--1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-2xs-xs);
}
.oiva img {
  max-width: 6em !important;
}
.oiva p {
  margin: 0;
  text-align: center;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: var(--step--1);
}
.copyright p {
  margin: 0;
}

/* Table
---------------------------*/
figure.wp-block-table {
  margin-top: var(--space-l-xl);
  margin-bottom: var(--space-l-xl);
}

/* Images
---------------------------*/
div.wp-block-image,
figure.wp-block-image {
  margin: var(--space-m-l) auto;
}
div.wp-block-image.size-full,
figure.wp-block-image.size-full {
  grid-column: m/m 2 !important;
}

div.wp-block-image .alignleft {
  margin: 0 var(--space-s-m) var(--space-xs-s) -18%;
  width: 60%;
}

div.wp-block-image .alignright {
  margin: 0 -18% var(--space-xs-s) var(--space-s-m);
  width: 60%;
}

@media (max-width: 30em) {
  div.wp-block-image,
  figure.wp-block-image {
    margin: var(--space-m-l) auto;
  }
  div.wp-block-image .alignleft,
  div.wp-block-image .alignright {
    margin: 0 0 var(--space-xs-s);
    width: 100%;
  }
}
/* Woocommerce - General
---------------------------*/
.woocommerce main > * {
  max-width: calc(48 * var(--step-0));
}

.woocommerce h1 {
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  max-width: calc(36 * var(--step-0));
  margin: 0 auto var(--space-xs-s);
}

@media (max-width: 32em) {
  .woocommerce h1 {
    font-size: var(--step-2);
  }
}
/* Woocommerce - Cover
---------------------------*/
.page-description {
  margin-bottom: var(--space-s-m);
}

.page-description ul.woocommerce-cover-list {
  background: #f2f1ed;
  padding: var(--space-m-l);
  border-radius: var(--space-s);
  margin: 0;
  display: grid;
  grid-gap: var(--space-m-l);
  grid-template-columns: repeat(auto-fit, minmax(9em, 1fr));
  text-align: center;
}
.page-description ul.woocommerce-cover-list li {
  width: 100%;
  list-style: none;
  background: url(../i/icon-card.svg) no-repeat top center;
  background-size: 3em;
  padding-top: 3.4em;
}
.page-description ul.woocommerce-cover-list li:nth-child(1) {
  background-image: url(../i/icon-shop.svg);
}
.page-description ul.woocommerce-cover-list li:nth-child(2) {
  background-image: url(../i/icon-cake.svg);
}
.page-description ul.woocommerce-cover-list li:nth-child(3) {
  background-image: url(../i/icon-card.svg);
}
.page-description ul.woocommerce-cover-list li strong {
  font-weight: 600;
}

/* Notification
---------------------------*/
main .woocommerce-error,
main .woocommerce-info,
main .woocommerce-message {
  background-color: #f2f1ed;
  padding: var(--space-xs-s) var(--space-xs-s);
  border-radius: var(--space-s);
  border: none;
  color: #444;
  font-weight: 200;
  line-height: 1.35;
  text-align: center;
  margin-bottom: var(--space-m-l);
  display: flex;
  gap: var(--space-3xs-2xs);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
main .woocommerce-error strong,
main .woocommerce-info strong,
main .woocommerce-message strong {
  font-weight: 500;
}
main .woocommerce-error .button,
main .woocommerce-info .button,
main .woocommerce-message .button {
  order: 2;
}
main .woocommerce-error:before, main .woocommerce-error:after,
main .woocommerce-info:before,
main .woocommerce-info:after,
main .woocommerce-message:before,
main .woocommerce-message:after {
  color: #c39e4e;
  display: none;
}

main .woocommerce-error {
  background-color: #c39e4e;
  color: #fff;
  font-weight: 300;
}

/* Breadcrumb
---------------------------*/
ul.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3xs) 0;
  margin: 0 0 var(--space-s-m);
  font-size: var(--step--1);
  font-weight: 300;
  text-align: center;
}
ul.breadcrumb li:not(:last-child) a {
  background: url(../i/arrow-right-yellow.svg) no-repeat center right;
  padding-right: 1.5em;
  margin-right: 0.5em;
}

/* Product lists
---------------------------*/
.archive .term-description {
  background: #f2f1ed;
  padding: var(--space-m-l);
  border-radius: var(--space-s);
  margin: 0 0 var(--space-xs-s);
  text-align: center;
}
.archive .term-description > :last-child {
  margin-bottom: 0;
}

.woocommerce .store .woocommerce-result-count {
  margin: 0 0 var(--space-s-m);
  padding: var(--space-3xs-2xs) var(--space-2xs-xs);
  font-size: var(--step--1);
  line-height: 1.4;
}
.woocommerce .store .woocommerce-ordering {
  margin-bottom: var(--space-s-m);
}
.woocommerce .store .woocommerce-pagination {
  margin-top: var(--space-s-m);
}
.woocommerce .store .woocommerce-pagination ul {
  border: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: var(--space-2xs);
}
.woocommerce .store .woocommerce-pagination ul li {
  border: none;
}
.woocommerce .store .woocommerce-pagination ul li .page-numbers {
  background: #f2f1ed;
  padding: var(--space-2xs) var(--space-xs);
  border-radius: var(--space-3xs);
}
.woocommerce .store .woocommerce-pagination ul li .page-numbers.current {
  background: #333;
  color: #dbd7cd;
}

@media (max-width: 28em) {
  .woocommerce .store .woocommerce-result-count {
    width: 100%;
    text-align: center;
    margin-bottom: var(--space-3xs);
  }
  .woocommerce .store .woocommerce-ordering {
    width: 100%;
  }
  .woocommerce .store .woocommerce-ordering select {
    width: 100%;
  }
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11em, 1fr));
  gap: var(--space-m);
  margin: 0 !important;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none !important;
}
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}
.woocommerce ul.products li.product a .product-image-wrap {
  border-radius: var(--space-s);
  overflow: hidden;
  display: block;
  transition: all 0.15s ease-in-out;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.woocommerce ul.products li.product a .product-image-wrap img {
  border: none;
  margin: 0 !important;
  transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product a:hover .product-image-wrap {
  transform: scale(0.99);
}
.woocommerce ul.products li.product a h2 {
  font-size: var(--step-0) !important;
  font-weight: 300;
  padding: 0 !important;
  margin: var(--space-xs) 0 0 !important;
  text-align: center;
}
.woocommerce ul.products li.product a h2 mark.count {
  background: none;
  color: #888;
  font-weight: 400;
}
.woocommerce ul.products li.product a span.price {
  font-size: var(--step-0);
  text-align: center;
  color: #c39e4e;
  font-weight: 400;
  margin: var(--space-3xs) 0 0;
}
.woocommerce ul.products li.product a span.price span {
  border-radius: 0;
  display: inline;
}
.woocommerce ul.products li.product .button {
  display: none !important;
}

@media (max-width: 40em) {
  .woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, minmax(9em, 1fr));
  }
}
/* Product page
---------------------------*/
.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m-l);
}

/* Product Images */
.woocommerce .store div.product div.images {
  width: calc(50% - var(--space-m-l) / 2);
  margin: 0;
}
.woocommerce .store div.product div.images .woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-xs-s);
}
.woocommerce .store div.product div.images .woocommerce-product-gallery__image--placeholder,
.woocommerce .store div.product div.images .woocommerce-product-gallery__image {
  border-radius: var(--space-s);
  overflow: hidden;
  border: none;
  width: 100% !important;
}
.woocommerce .store div.product div.images .woocommerce-product-gallery__image--placeholder:nth-child(1),
.woocommerce .store div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
  grid-column: 1/4;
}

/* Summary text */
.woocommerce .store div.product div.summary {
  width: calc(49.8% - var(--space-m-l) / 2);
  margin: 0;
}
.woocommerce .store div.product div.summary h1 {
  font-size: var(--step-2);
  text-align: left;
}
.woocommerce .store div.product div.summary .product_meta {
  display: none;
}
.woocommerce .store div.product div.summary .price {
  font-size: var(--step-1);
  margin: 0 0 var(--space-2xs-xs);
}
.woocommerce .store div.product div.summary p.stock {
  font-size: var(--step-0);
  color: #c39e4e;
}
.woocommerce .store div.product div.summary p.stock.out-of-stock {
  color: #df433b;
}
.woocommerce .store div.product div.summary form.cart {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xs);
}
.woocommerce .store div.product div.summary form.cart:before, .woocommerce .store div.product div.summary form.cart:after {
  display: none;
}
.woocommerce .store div.product div.summary form.cart .variations {
  margin-bottom: 0;
  font-size: var(--step-0);
}
.woocommerce .store div.product div.summary form.cart .variations tr {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .store div.product div.summary form.cart .variations th, .woocommerce .store div.product div.summary form.cart .variations td {
  background: transparent;
  width: 100%;
  padding: 0;
  margin-bottom: var(--space-3xs-2xs);
}
.woocommerce .store div.product div.summary form.cart .variations label {
  font-weight: 500;
  line-height: 1;
}
.woocommerce .store div.product div.summary form.cart .variations select {
  width: 100%;
}
.woocommerce .store div.product div.summary form.cart .variations .reset_variations {
  display: none !important;
}
.woocommerce .store div.product div.summary form.cart .woocommerce-variation-price {
  margin-bottom: var(--space-3xs-2xs);
}
.woocommerce .store div.product div.summary form.cart .variations_button {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xs);
}
.woocommerce .store div.product div.summary form.cart .qty {
  padding: var(--space-3xs-2xs) var(--space-2xs-xs);
  height: 100%;
}
.woocommerce .store div.product div.summary form.cart div.quantity {
  margin-right: 0;
}

/* Gift Card */
.single_variation_wrap {
  width: 100%;
}

.pwgc-field-container {
  margin-bottom: var(--space-2xs-xs);
}
.pwgc-field-container .pwgc-label {
  font-weight: 500;
}
.pwgc-field-container .pwgc-subtitle {
  margin-top: var(--space-3xs);
  font-size: var(--step--1);
}
.pwgc-field-container #pwgc-message {
  width: 100%;
}

div.pika-single {
  font-family: alternate-gothic-atf, sans-serif;
  color: #444;
  border: none;
  border-radius: var(--space-2xs);
}
div.pika-single .pika-label {
  font-size: var(--step--1);
  font-weight: 500;
  letter-spacing: 0.02em;
}
div.pika-single .pika-table th {
  color: #333;
  font-weight: 500;
  font-size: var(--step--2);
}
div.pika-single button {
  padding: 5px !important;
  text-align: center !important;
  background: transparent !important;
  color: #333 !important;
  line-height: 1;
  font-weight: 500 !important;
  font-size: var(--step--2) !important;
}
div.pika-single button.pika-prev, div.pika-single button.pika-next {
  background: no-repeat center !important;
  background-size: contain !important;
  width: 17px;
  background-image: url(../i/arrow-right.svg) !important;
}
div.pika-single button.pika-prev {
  background-image: url(../i/arrow-left.svg) !important;
}
div.pika-single .is-selected .pika-button, div.pika-single .has-event .pika-button {
  box-shadow: none !important;
  color: #c39e4e !important;
}

#pwgc-email-preview-container {
  border: 2px solid #333 !important;
  border-radius: var(--space-2xs);
}

/* Saldo-sivu */
span#pwgc-balance-amount-value {
  color: #c39e4e;
  font-weight: 500;
}

input#pwgc-balance-number {
  width: 240px;
}

/* Tabs */
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  background-color: #f2f1ed;
  padding: var(--space-2xs-xs);
  margin: 0;
  border-radius: 10em;
  display: flex;
  gap: var(--space-2xs-xs);
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs:before, .woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs:after {
  display: none;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  background: #e1e0d9;
  border: none;
  color: #444;
  border-radius: 10em;
  margin: 0;
  padding: 0;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:before, .woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:after {
  display: none;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active {
  background: #fff;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
  padding: var(--space-2xs) var(--space-m);
  color: #444;
  font-size: var(--step--1);
  font-weight: 500;
  line-height: 1;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .panel {
  margin: 0;
  padding: var(--space-xs-s);
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .panel h2:first-of-type {
  display: none;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .panel table {
  border: none;
  margin: 0;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .panel table th {
  padding: var(--space-3xs-2xs) 0;
  border: none;
  width: auto;
  font-weight: 500;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .panel table td {
  font-style: normal;
  padding: var(--space-3xs-2xs) var(--space-2xs-xs);
  border: none;
}
.woocommerce .store .woocommerce-tabs.wc-tabs-wrapper .panel table td p {
  padding: 0;
}

/* Related Products */
.related.products {
  width: 100%;
  margin-top: var(--space-s-m);
}
.related.products > h2 {
  text-align: center;
  margin-top: 0;
}

@media (max-width: 50em) {
  .woocommerce .store div.product div.images,
  .woocommerce .store div.product div.summary {
    width: 100%;
  }
}
@media (max-width: 32em) {
  .woocommerce .store div.product div.summary h1 {
    font-size: var(--step-1);
  }
}
/* Ostoskori ja Kassa
---------------------------*/
main > .woocommerce {
  max-width: calc(48 * var(--step-0));
}
main > .woocommerce a.remove {
  color: #df433b !important;
  font-weight: 600;
  font-size: var(--step-1);
}
main > .woocommerce a.remove:hover {
  transform: scale(1.1);
  color: #df433b !important;
  background: transparent !important;
}

main .woocommerce table.shop_table {
  border: none;
  margin: 0 !important;
  border-radius: 0;
}
main .woocommerce table.shop_table th, main .woocommerce table.shop_table td {
  border: none !important;
  padding: var(--space-2xs);
}
main .woocommerce table.shop_table th a, main .woocommerce table.shop_table td a {
  text-decoration: none;
}
main .woocommerce table.shop_table th {
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}
main .woocommerce table.shop_table tfoot td {
  font-weight: 600;
}
main .woocommerce table.shop_table td small {
  font-weight: 200;
  font-size: var(--step--1);
}
main .woocommerce table.shop_table .product-thumbnail img {
  width: 2.5em;
  border-radius: var(--space-3xs);
}

/* Hide dates */
.christmas-order .day:not([data-date="1766102400000"]):not([data-date="1766188800000"]):not([data-date="1766361600000"]),
.christmas-order .day:not([data-date="1766102400000"]):not([data-date="1766188800000"]):not([data-date="1766361600000"]):hover {
  background: none;
  color: #777777;
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 48em) {
  main .woocommerce table.shop_table {
    position: relative;
  }
  main .woocommerce table.shop_table tbody {
    display: flex;
    flex-direction: column;
    gap: var(--space-l);
  }
  main .woocommerce table.shop_table tr td {
    text-align: center !important;
    padding: 0 var(--space-2xs);
    background: transparent !important;
  }
  main .woocommerce table.shop_table tr td:before {
    display: none;
  }
  main .woocommerce table.shop_table .product-remove {
    position: absolute;
    right: 0;
    padding: 0;
    background: transparent !important;
  }
  main .woocommerce table.shop_table .product-thumbnail {
    display: block;
    padding: var(--space-2xs) var(--space-m) 0;
    text-align: center !important;
  }
  main .woocommerce table.shop_table .product-thumbnail img {
    border-radius: var(--space-xs);
    width: 16em;
  }
  main .woocommerce table.shop_table .product-name {
    font-size: var(--step-2);
    font-weight: 500;
  }
  main .woocommerce table.shop_table .quantity {
    padding: var(--space-2xs);
  }
  main .woocommerce table.shop_table .quantity .qty {
    margin: 0 auto;
    width: 5em;
  }
  main .woocommerce .cart_totals table.shop_table tbody {
    gap: var(--space-xs);
  }
  main .woocommerce .cart_totals table.shop_table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  main .woocommerce .cart_totals table.shop_table tbody tr th {
    display: block;
    text-align: center;
  }
}
main .woocommerce .cart-collaterals {
  max-width: calc(26 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}
main .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
main .woocommerce .cart-collaterals .cart_totals h2 {
  text-align: center;
}
main .woocommerce .cart-collaterals .cart_totals table th, main .woocommerce .cart-collaterals .cart_totals table td {
  background: transparent;
}
main .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-methods li {
  margin: 0;
  line-height: 1.35;
}
main .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-methods li label {
  font-size: var(--step--1);
}

/* Gift card */
#pwgc-redeem-gift-card-form {
  background-color: #f2f1ed;
  padding: var(--space-xs-s);
  border-radius: var(--space-xs);
  border: none;
  margin-bottom: var(--space-xs-s);
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form,
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container {
  width: 100%;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form label,
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container label {
  line-height: 1.35;
  width: 100%;
  margin-bottom: var(--space-3xs-2xs);
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-gift-card-number,
#pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number,
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container #pwgc-redeem-button {
  width: calc(50% - var(--space-3xs-2xs));
  margin: 0 !important;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-error,
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container #pwgc-redeem-error {
  color: #df433b !important;
  width: 100%;
  font-size: var(--step--1);
}
#pwgc-redeem-gift-card-form #pwgc-redeem-form br,
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container br {
  display: none;
}

@media (max-width: 32em) {
  #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-gift-card-number,
  #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
  #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number,
  #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container #pwgc-redeem-button {
    width: 100%;
  }
  #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
  #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container #pwgc-redeem-button {
    width: 100%;
    margin-top: var(--space-2xs-xs) !important;
  }
}
/* Kassa */
main > .woocommerce .checkout {
  max-width: calc(26 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}
main > .woocommerce .checkout .col2-set .col-1,
main > .woocommerce .checkout .col2-set .col-2 {
  width: 100%;
}
main > .woocommerce .checkout h3 {
  border-bottom: 2px solid;
  padding-bottom: var(--space-3xs-2xs);
}
main > .woocommerce .checkout #payment {
  background: transparent;
  margin-top: var(--space-2xs-xs);
}
main > .woocommerce .checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
main > .woocommerce .checkout #payment ul.payment_methods li {
  font-weight: 200;
}
main > .woocommerce .checkout #payment ul.payment_methods li label {
  font-size: var(--step-1);
  font-weight: 600;
  letter-spacing: 0;
}
main > .woocommerce .checkout #payment ul.payment_methods li div.payment_box {
  background-color: #f2f1ed;
  padding: var(--space-xs-s);
  font-size: var(--step-0);
  color: #515151;
  border-radius: var(--space-xs);
}
main > .woocommerce .checkout #payment ul.payment_methods li div.payment_box:before {
  border-bottom-color: #f2f1ed;
}
main > .woocommerce .checkout #payment ul.payment_methods li div.payment_box .paytrail-provider-group {
  background-color: #fff !important;
  color: #444 !important;
  border-radius: var(--space-2xs);
}
main > .woocommerce .checkout #payment ul.payment_methods li div.payment_box .paytrail-provider-group.selected {
  background-color: #333 !important;
}
main > .woocommerce .checkout #payment .place-order {
  padding: 0;
}

.select2-container .selection .select2-selection--single {
  background: #fff;
  width: 100%;
  border: 2px solid #c1c1c1;
  border-radius: var(--space-2xs);
  height: auto;
  margin: 0;
}
.select2-container .selection .select2-selection--single .select2-selection__rendered {
  line-height: 1.35;
  font-size: var(--step--1);
  font-weight: 300;
  padding: var(--space-2xs) var(--space-xs);
}

/* Forms
---------------------------*/
main > .woocommerce form .form-row {
  padding: 0;
  margin-bottom: var(--space-3xs-2xs);
}

main > .woocommerce form .form-row.woocommerce-invalid label {
  color: #df433b;
}

main > .woocommerce form .form-row .required {
  color: #df433b;
}

main > .woocommerce form .form-row.woocommerce-validated .select2-container,
main > .woocommerce form .form-row.woocommerce-validated input.input-text,
main > .woocommerce form .form-row.woocommerce-validated select {
  border-color: #c1c1c1;
}

main > .woocommerce form .form-row.woocommerce-invalid .select2-container,
main > .woocommerce form .form-row.woocommerce-invalid input.input-text,
main > .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #df433b;
}

/* Etusivu
---------------------------*/
main.cover {
  padding: 0;
}
main.cover > * {
  max-width: 100%;
}
main.cover .sub-header {
  max-width: calc(28 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}

.home .header-image .text * + * {
  margin-top: var(--space-xs);
}

/* Etusivu - News
---------------------------*/
.news {
  padding: var(--space-s) var(--space-m-l);
  background: #333;
  color: #eeeae1;
}
.news > * {
  max-width: calc(28 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}
.news .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: var(--space-m);
}
.news .news-block {
  width: 100%;
  text-align: center;
  font-size: var(--step--1);
  letter-spacing: 0.01em;
}
.news .news-block :first-child {
  margin-top: 0;
}
.news .news-block :last-child {
  margin-bottom: 0;
}
.news .news-block :only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.news .news-block * + * {
  margin-top: var(--space-3xs);
  margin-bottom: 0;
}
.news .news-block h3 {
  font-size: var(--step--1);
  color: #eeeae1;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.news .news-block strong, .news .news-block b {
  font-weight: 400;
}
.news a {
  text-decoration: none;
  color: #eeeae1;
}
.news a:hover {
  color: #b18c3e;
}
.news a + a:before,
.news a + .news-block:before,
.news .news-block + a:before,
.news .news-block + .news-block:before {
  content: "";
  display: block;
  position: absolute;
  background: #595959;
  height: 1.5px;
  width: 4em;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -1em;
}

/* Etusivu - Products
---------------------------*/
.cover-products {
  padding: var(--space-xl-2xl) var(--space-m-l);
}
.cover-products > * {
  max-width: calc(48 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}
.cover-products > h2 {
  text-align: center;
  margin-bottom: var(--space-s-m);
}
.cover-products > h2:first-of-type {
  margin-top: 0;
}

/* Etusivu - Lunch
---------------------------*/
.food-section {
  background: #333 center;
  background-size: auto 12em;
  background-image: url(../i/wave.svg);
  color: #dbd7cd;
}
.food-section a {
  color: #dbd7cd;
}
.food-section a:hover, .food-section a:active {
  color: #b18c3e;
}
.food-section .food-service-block {
  padding: var(--space-xl-2xl) var(--space-m-l);
}
.food-section .food-service-block > * {
  max-width: calc(48 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}
.food-section .food-service-block:nth-child(2) {
  background: rgba(19, 19, 19, 0.1607843137);
  text-align: center;
  display: none;
}
.food-section .food-service-block:nth-child(2) .sub-header h2 {
  background-image: url(../i/fork-spoon-yellow.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 3.5em;
  padding-top: 4.2em;
}
.food-section .food-service-block :last-child {
  margin-bottom: 0;
}
.food-section .food-service-block .sub-header h2 {
  color: #c39e4e;
}
.food-section .food-service-block .sub-header h2 small {
  color: #888478;
}
.food-section .food-service-block .lunch-list h5 {
  color: #dbd7cd;
}
.food-section .food-service-block hr {
  background: #595959;
}
.food-section .food-service-block table.lunch-list-table td:nth-child(1) {
  border-right: 2px solid #595959;
}

/* Etusivu - Services
---------------------------*/
.services {
  background: #e1d9c7;
  padding: var(--space-xl-2xl) var(--space-m-l);
}
.services > * {
  max-width: calc(42 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}
.services .services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: var(--space-m-l);
}
.services .service-block {
  width: calc(49% - var(--space-m-l) / 2);
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 5.5em;
  padding-top: 6.5em;
}
.services .service-block:nth-child(1) {
  background-image: url(../i/cake-yellow.svg);
}
.services .service-block:nth-child(2) {
  background-image: url(../i/lunch-yellow.svg);
}
.services .service-block:nth-child(3) {
  background-image: url(../i/shop-yellow.svg);
}
.services .service-block:nth-child(4) {
  background-image: url(../i/catering-yellow.svg);
}
.services .service-block h2 {
  font-size: var(--step-1);
  letter-spacing: 0.02em;
  margin: 0;
}
.services .service-block p {
  font-size: var(--step-2);
  font-weight: 200;
  max-width: 9em;
  margin: var(--space-2xs-xs) auto 0;
  padding: 0;
}
.services .service-block p a {
  font-weight: 400;
  font-size: var(--step-0);
}

@media (max-width: 27em) {
  .services .services-wrapper .service-block {
    width: 100%;
  }
}
/* General
---------------------------*/
.price {
  margin: 0;
  color: #c39e4e !important;
  font-weight: 400;
  white-space: nowrap;
}

/* Header Graphics
---------------------------*/
.header-image.header-graphic {
  background: #e1d9c7 center;
  background-size: auto 40%;
  padding: 0;
}
.header-image.header-graphic.header-home-food {
  background-image: url(../i/pasta-repeat-light.svg);
}
.header-image.header-graphic.header-list-food {
  background-image: url(../i/fork-spoon-repeat-light.svg);
}
.header-image.header-graphic.header-lunch-food {
  background-image: url(../i/lunch-repeat-light.svg);
}
.header-image.header-graphic .text h1 {
  color: #333;
}
.header-image.header-graphic .text p {
  color: #333;
  text-shadow: none;
  letter-spacing: 0;
}
.header-image.header-graphic .text p strong {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header-image.header-graphic h1 {
  color: #333;
  max-width: 13em;
}
.header-image.header-graphic p {
  color: #333;
  text-shadow: none;
}
.header-image.header-graphic p strong {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Kotiruoka
---------------------------*/
ul.line-list {
  display: flex;
  flex-wrap: wrap;
}
ul.line-list li {
  padding: var(--space-xs-s) var(--space-xs-s);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-s-m);
}
ul.line-list li:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}
ul.line-list li h3 {
  font-size: var(--step-0);
  font-weight: 500;
  margin: 0;
}

/* Lista
---------------------------*/
.food-list {
  max-width: calc(42 * var(--step-0));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
  grid-gap: var(--space-m-l);
  overflow: hidden;
}
.food-list .food-block {
  position: relative;
  padding: var(--space-s-m);
  text-align: center;
}
.food-list .food-block:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  right: calc(var(--space-m-l) / 2 * -1);
  top: 0;
  background-color: #e8e8e8;
  z-index: 1;
}
.food-list .food-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: calc(var(--space-m-l) / 2 * -1);
  background-color: #e8e8e8;
  z-index: 1;
}
.food-list .food-block h2 {
  margin-top: 0;
  font-size: var(--step-2);
}
.food-list .food-block h2:first-of-type:after {
  content: "";
  display: block;
  height: 2px;
  width: var(--space-m-l);
  background: #e8e8e8;
  margin: var(--space-xs) auto 0;
}
.food-list .food-block p.price + .price {
  padding-top: var(--space-2xs);
}
.food-list .food-block p.price + .price:before {
  content: "";
  display: block;
  height: 2px;
  width: var(--space-m-l);
  background: #e8e8e8;
  margin: 0 auto var(--space-2xs-xs);
}
.food-list .food-block h3, .food-list .food-block h4, .food-list .food-block p strong {
  display: block;
  font-size: var(--step-0);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-top: var(--space-xs-s);
}

/* Lounas
---------------------------*/
.lunch-list h5 {
  text-align: center;
  margin-bottom: var(--space-xs);
}
.lunch-list + .lunch-list {
  margin-top: var(--space-l-xl);
}
.lunch-list + .lunch-list hr {
  display: none;
}
.lunch-list :last-child {
  margin-bottom: 0;
}

table.lunch-list-table {
  font-family: alternate-gothic-atf, sans-serif;
  font-size: var(--step-0);
  margin: 0 auto;
  width: 100%;
  max-width: 24em;
  margin: 0 auto var(--space-m-l);
}
table.lunch-list-table td {
  padding: var(--space-3xs-2xs) var(--space-xs-s);
  width: 50%;
  background: transparent !important;
  line-height: 1.2;
}
table.lunch-list-table td strong {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
table.lunch-list-table td:nth-child(1) {
  text-align: right;
  border-right: 2px solid #e8e8e8;
  color: #c39e4e;
}

.lunch-prices {
  margin-bottom: var(--space-2xs);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2xs);
}

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

/* Error Page
---------------------------*/
nav.vertical-menu li {
  width: 100%;
  text-transform: uppercase;
}
nav.vertical-menu li a {
  padding: var(--space-2xs) var(--space-xs);
  border-bottom: 2px solid #c1c1c1;
  text-decoration: transparent;
}

/* Sub-Header
---------------------------*/
.sub-header {
  text-align: center;
  margin-bottom: var(--space-m-l);
}
.sub-header > *:first-child {
  margin-top: 0;
}
.sub-header > *:last-child {
  margin-bottom: 0;
}
.sub-header h2 {
  font-family: wedding-gothic-atf, sans-serif;
  font-size: var(--step-2);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}
.sub-header h2 small {
  font-size: var(--step-0);
  color: #666;
}
.sub-header p {
  font-weight: 300;
}

@media (max-width: 42em) {
  .sub-header h2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
}
@media (max-width: 32em) {
  .sub-header h2 {
    font-size: var(--step-1);
  }
}
.image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.TableWrap {
  position: relative;
  float: none;
  overflow-x: scroll;
}

/* Header Image
---------------------------*/
.header-image {
  grid-column: xxl/xxl 2 !important;
  position: relative;
  z-index: 0;
  min-height: 46vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.header-image .text {
  text-align: center;
  padding: var(--space-2xl) var(--space-m-l);
  margin: auto;
  width: 100%;
  max-width: calc(32 * var(--step-0));
}
.header-image .text * + * {
  margin-top: var(--space-3xs);
}
.header-image .text > *:last-child {
  margin-bottom: 0;
}
.header-image .text h1 {
  color: #eeeae1;
  margin: 0 auto;
}
.header-image .text h1 span {
  display: block;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: var(--step-1);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.631372549);
  margin-bottom: var(--space-xs-s);
}
.header-image .text p {
  font-size: var(--step-1);
  font-weight: 300;
  color: #eeeae1;
  letter-spacing: 0.025em;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.631372549);
}
.header-image .img-wrap {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.header-image .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header-image .img-wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(36, 36, 36, 0.4);
}

@media (max-width: 32em) {
  .header-image .text h1 {
    font-size: var(--step-2);
  }
}
/* Content
---------------------------*/
main {
  position: relative;
  padding: var(--space-l-xl) var(--space-m-l);
}
main > * {
  max-width: calc(26 * var(--step-0));
  margin-left: auto;
  margin-right: auto;
}
main > *:first-child {
  margin-top: 0;
}
main > *:last-child {
  margin-bottom: 0;
}
main h1 {
  text-align: center;
}
main figure {
  max-width: calc(44 * var(--step-0));
  margin: var(--space-m-l) auto;
}

.svg-symbol {
  width: 10em;
}

.wp-block-group.content-box,
.wp-block-columns.content-box {
  background: #f4f4f4;
  color: #333333;
  padding: var(--space-s-m);
  border-radius: var(--space-xs-s);
  max-width: calc(33 * var(--step-0)) !important;
  margin-top: var(--space-m-l);
  margin-bottom: var(--space-m-l);
  gap: var(--space-m-l);
}
.wp-block-group.content-box .wp-block-group__inner-container :first-of-type,
.wp-block-columns.content-box .wp-block-group__inner-container :first-of-type {
  margin-top: 0;
}
.wp-block-group.content-box .wp-block-group__inner-container :last-of-type,
.wp-block-columns.content-box .wp-block-group__inner-container :last-of-type {
  margin-bottom: 0;
}
.wp-block-group.content-box h3,
.wp-block-columns.content-box h3 {
  font-size: var(--step-1);
  margin: var(--space-s-m) 0 var(--space-3xs-2xs);
}
.wp-block-group.content-box .wp-block-column,
.wp-block-columns.content-box .wp-block-column {
  text-align: center;
}
.wp-block-group.content-box .wp-block-column h3,
.wp-block-columns.content-box .wp-block-column h3 {
  margin: var(--space-3xs) 0 0;
}
.wp-block-group.content-box .wp-block-column .wp-block-image,
.wp-block-columns.content-box .wp-block-column .wp-block-image {
  margin: 0;
}
.wp-block-group.content-box .wp-block-column img,
.wp-block-columns.content-box .wp-block-column img {
  opacity: 0.78;
  height: 7em;
}

/* Skip Link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 999;
  padding: 0.5em 1em;
  background: #333333;
  color: #fff;
}
.skip-link:focus {
  top: 0;
}

/* Scroll Reveal */
.js .block-group .block,
.js .woocommerce .products .product,
.js .link-block,
.js .frontpage-product,
.js .tuotteet.product-list-view table tbody tr,
.js .content-box,
.js p + .wp-block-image img {
  opacity: 0;
  transform: translateY(2em);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js .block-group .block.is-revealed,
.js .woocommerce .products .product.is-revealed,
.js .link-block.is-revealed,
.js .frontpage-product.is-revealed,
.js .tuotteet.product-list-view table tbody tr.is-revealed,
.js .content-box.is-revealed,
.js p + .wp-block-image img.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Fade In */
.fade-in {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.fade-in img {
  transition-duration: 0.3s;
  transform: scale(1.03);
}
.fade-in .sub-header > * {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 0.3s;
}
.fade-in.loaded {
  opacity: 1;
}
.fade-in.loaded img {
  transform: scale(1);
}
.fade-in.loaded .sub-header > * {
  opacity: 1;
}

/* Galleries
---------------------------*/
.GalleryWrapper {
  position: relative;
  margin: var(--space-m-l) auto;
  padding-bottom: var(--space-m-l);
  overflow: hidden;
}
.GalleryWrapper figure.wp-block-gallery {
  max-width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  flex-wrap: nowrap;
  align-items: center !important;
  gap: 0;
  margin: 0;
}
.GalleryWrapper figure.wp-block-gallery figure.wp-block-image {
  flex-shrink: 0;
  height: 100%;
  margin-bottom: 0 !important;
  transition-property: transform;
  border-radius: var(--space-xs-s);
  transform: translateZ(0);
  backface-visibility: hidden;
  overflow: hidden;
}
.GalleryWrapper figure.wp-block-gallery figure.wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.GalleryWrapper figure.wp-block-gallery figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.18) 70%, transparent);
  padding: 1em;
}

.GalleryWrapper .swiper-button-prev,
.GalleryWrapper .swiper-container-rtl .swiper-button-next,
.GalleryWrapper .swiper-button-next,
.GalleryWrapper .swiper-container-rtl .swiper-button-prev {
  background-color: #fff !important;
  width: 2.25em;
  height: 2.25em;
  border-radius: 10em;
  margin-top: -2.25em;
  opacity: 0.8;
  transition: all 0.25s linear;
  z-index: 2;
}
.GalleryWrapper .swiper-button-prev:after,
.GalleryWrapper .swiper-container-rtl .swiper-button-next:after,
.GalleryWrapper .swiper-button-next:after,
.GalleryWrapper .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.GalleryWrapper .swiper-button-prev:hover,
.GalleryWrapper .swiper-container-rtl .swiper-button-next:hover,
.GalleryWrapper .swiper-button-next:hover,
.GalleryWrapper .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 1;
}
.GalleryWrapper .swiper-button-next,
.GalleryWrapper .swiper-container-rtl .swiper-button-prev {
  background: url(../i/arrow-right-black.svg) no-repeat center;
  background-size: auto 1.4em;
  right: var(--space-s-m);
}
.GalleryWrapper .swiper-button-prev,
.GalleryWrapper .swiper-container-rtl .swiper-button-next {
  background: url(../i/arrow-left-black.svg) no-repeat center;
  background-size: auto 1.4em;
  left: var(--space-s-m);
}

.GalleryWrapper .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.75em;
  align-items: flex-end;
  z-index: 2;
}
.GalleryWrapper .swiper-pagination .swiper-pagination-bullet {
  background: #222;
  width: 0.5em;
  height: 0.5em;
  margin: 0;
  transition: all 0.25s linear;
}
.GalleryWrapper .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.GalleryWrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #c63739;
}
.GalleryWrapper .swiper-pagination .swiper-pagination-bullet-active:hover {
  opacity: 1;
}

/* Elements
---------------------------*/
.block-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13em, 1fr));
  gap: var(--space-s-m);
  margin-top: var(--space-m-l);
  margin-bottom: var(--space-m-l);
}

.block {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  color: #333333;
  padding: var(--space-s-m);
  border-radius: var(--space-xs-s);
}
.block .img-wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 0.6em;
}
.block .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.block .text-wrap {
  padding: 0;
}
.block .text-wrap h3 {
  font-size: var(--step-2);
  padding-bottom: var(--space-3xs-2xs);
  border-bottom: 1.5px solid #dfdfdf;
  margin: 0 0 var(--space-2xs-xs);
}
.block .text-wrap p {
  font-size: var(--step--1);
  line-height: 1.5;
  margin-bottom: var(--space-2xs-xs);
}
.block .text-wrap :last-child {
  margin-bottom: 0;
}

/* Contact Forms
---------------------------*/
.wpcf7-form {
  margin-top: var(--space-m-l);
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--space-xs-s);
}
.wpcf7-form p {
  margin: 0;
  flex-basis: 10em;
  flex-grow: 1;
}
.wpcf7-form p:nth-child(6) {
  flex-basis: 100%;
}
.wpcf7-form label {
  margin-bottom: var(--space-2xs-xs);
}
.wpcf7-form span {
  font-weight: 600;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  margin-top: var(--space-3xs-2xs);
}
.wpcf7-form input[type=submit] {
  margin-top: var(--space-2xs);
}

div.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #c39e4e;
  margin-top: var(--space-3xs);
  font-size: var(--step--1);
  font-weight: 300;
}
div.wpcf7 form.wpcf7-form div.wpcf7-response-output {
  background: #c39e4e;
  color: #fff;
  margin: var(--space-xs-s) 0 0;
  border: none;
  padding: var(--space-2xs-xs);
  width: 100%;
  font-size: var(--step--1);
  font-weight: 400;
  border-radius: var(--space-2xs);
  text-align: center;
}
div.wpcf7 form.wpcf7-form div.wpcf7-mail-sent-ok {
  background: #f4f4f4;
  color: #222;
}

@media (max-width: 45em) {
  .wpcf7-form .field-half-one {
    width: 100%;
    margin-right: 0;
  }
  .wpcf7-form .field-half-two {
    width: 100%;
  }
}

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