.layout {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
}

.header {
  padding: 4rem 0;
}
@media (min-width: 1280px) {
  .header {
    padding: 4rem 0;
  }
}
.header__inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 180px;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 220px;
  }
}
.header__logo__link {
  display: flex;
}
.header__logo__image {
  width: 100%;
}
.header__button .button {
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .header__button .button {
    font-size: inherit;
  }
}
.header__button #manage-gutscheine {
  display: none;
}
@media (min-width: 768px) {
  .header__button #manage-gutscheine {
    display: inline-block;
  }
}

.footer {
  height: 8rem;
  background-color: #eadfd4;
}
.footer__links {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer__link {
  display: inline-block;
  text-decoration: none;
  color: #494441;
  font-weight: 500;
}

.section {
  margin-bottom: 2rem;
}
@media (min-width: 1280px) {
  .section {
    margin-bottom: 4rem;
  }
}

.container {
  max-width: 1280px;
  margin: 0 2rem;
}
@media (min-width: 1280px) {
  .container {
    margin: 0 auto;
  }
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/iselialbrecht/assets/fonts/inter/Inter_24pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/iselialbrecht/assets/fonts/inter/Inter_24pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/iselialbrecht/assets/fonts/inter/Inter_24pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/iselialbrecht/assets/fonts/inter/Inter_24pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/iselialbrecht/assets/fonts/inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.1875rem;
  color: #494441;
}

h1.heading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.375rem;
  color: #ec6712;
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.wc-block-components-product-name {
  color: #ec6712;
  pointer-events: none;
  text-decoration: none;
}

.wc-block-components-button {
  color: #ec6712;
  font-weight: 500;
  font-size: 1.1875rem;
}

.wc-block-components-checkout-place-order-button {
  background-color: #ec6712;
  color: #f9f9f9;
  border: none;
  border-radius: 4px;
}

.wc-block-components-totals-item__label {
  display: none;
}

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

html {
  font-size: 16px;
}

.button {
  display: inline-block;
  font-size: inherit;
  background-color: #ec6712;
  color: #f9f9f9;
  text-decoration: none;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.button--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.form__row {
  margin: 1rem 0;
}
.form__row label {
  display: inline-block;
  margin-bottom: 6px;
}
.form__row input {
  display: block;
  font-size: inherit;
  width: 100%;
  height: 38px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.form .submit {
  margin-top: 1rem;
  height: 2.9rem;
}
.form #errors {
  font-size: 1rem;
}

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