@charset "UTF-8";
/*!
Theme Name: Open Editions 2021
Author: Max Kohler
Author URI: http://maxkoehler.com/
Description: Custom theme for Open Editions. Design and development Max Kohler. Required plugins: Advanced Custom Fields Pro, Custom, Timber Library, WooCommerce.
Version: 1.1.0
License: All rights reserved
*/
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-message, .product__controls, .page__title, .home__subtitle, .nav {
  font-size: var(--ms-0);
  line-height: 1.1;
  letter-spacing: 0.002em;
}

.woocommerce-checkout .form-row label, .page__content .content, .product__header, .product__meta, .product__copy, .products figcaption, .cart-counter {
  font-size: var(--ms--1);
  letter-spacing: 0.015em;
  word-spacing: 0.005em;
  line-height: 1.22;
  hyphens: auto;
}
@media (min-width: 500px) {
  .woocommerce-checkout .form-row label, .page__content .content, .product__header, .product__meta, .product__copy, .products figcaption, .cart-counter {
    hyphens: none;
  }
}
.woocommerce-checkout .form-row label > ul, .page__content .content > ul, .product__header > ul, .product__meta > ul, .product__copy > ul, .products figcaption > ul, .cart-counter > ul, .woocommerce-checkout .form-row label > ol, .page__content .content > ol, .product__header > ol, .product__meta > ol, .product__copy > ol, .products figcaption > ol, .cart-counter > ol {
  margin-left: 0em;
  margin-bottom: 0.8em;
}
.woocommerce-checkout .form-row label strong, .page__content .content strong, .product__header strong, .product__meta strong, .product__copy strong, .products figcaption strong, .cart-counter strong {
  font-weight: normal;
}
.woocommerce-checkout .form-row label em, .page__content .content em, .product__header em, .product__meta em, .product__copy em, .products figcaption em, .cart-counter em {
  font-style: normal;
}
.woocommerce-checkout .form-row label ul, .page__content .content ul, .product__header ul, .product__meta ul, .product__copy ul, .products figcaption ul, .cart-counter ul {
  list-style: none;
}
.woocommerce-checkout .form-row label ul li:before, .page__content .content ul li:before, .product__header ul li:before, .product__meta ul li:before, .product__copy ul li:before, .products figcaption ul li:before, .cart-counter ul li:before {
  content: "–";
  margin-right: 0.25em;
}
.woocommerce-checkout .form-row label li, .page__content .content li, .product__header li, .product__meta li, .product__copy li, .products figcaption li, .cart-counter li {
  margin-bottom: 0.2em;
}
.woocommerce-checkout .form-row label li:last-child, .page__content .content li:last-child, .product__header li:last-child, .product__meta li:last-child, .product__copy li:last-child, .products figcaption li:last-child, .cart-counter li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .form-row label p, .page__content .content p, .product__header p, .product__meta p, .product__copy p, .products figcaption p, .cart-counter p {
  margin-bottom: 0.8em;
}
.woocommerce-checkout .form-row label p:last-child, .page__content .content p:last-child, .product__header p:last-child, .product__meta p:last-child, .product__copy p:last-child, .products figcaption p:last-child, .cart-counter p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .form-row label h3, .page__content .content h3, .product__header h3, .product__meta h3, .product__copy h3, .products figcaption h3, .cart-counter h3 {
  font-size: var(--ms--1);
  margin-top: 1.5em;
  margin-bottom: 0.25em;
}

body {
  --ms--1: 0.85rem;
  --ms-0: 1.25rem;
  --sans: "diatype";
}
body[data-font=diatype-trial] {
  --sans: "diatype-trial";
}
@media (min-width: 950px) {
  body {
    --ms--1: 0.9rem;
    --ms-0: 1.3rem;
  }
}
@media (min-width: 1600px) {
  body {
    --ms--1: .97rem;
    --ms-0: 1.55rem;
  }
}

.mk-toolbar {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: #1e1e1e;
  color: white;
  font-family: Lucida Console, monospace;
  font-size: 0.85rem;
  border-radius: 2px;
  opacity: 0;
  transition: 100ms;
  z-index: 10000;
  border-radius: 3px;
  border: 1px solid black;
  display: none;
}
.mk-toolbar header {
  padding: 0.5rem;
  background: black;
  border-bottom: 1px solid black;
}
.mk-toolbar main {
  padding: 0.5rem;
}
.mk-toolbar.active {
  opacity: 1;
}
.mk-toolbar section {
  margin-bottom: 0.4em;
}
.mk-toolbar section:last-child {
  margin-bottom: 0;
}
.mk-toolbar .note {
  color: gray;
}
.mk-toolbar em {
  font-style: normal;
}
.mk-toolbar span {
  font-weight: bold;
}
.mk-toolbar h2 {
  color: white;
  font-size: 0.7rem;
}
.mk-toolbar h3 {
  margin-bottom: 0.5em;
}
.mk-toolbar .radio-group {
  margin-bottom: 1em;
  border: 1px solid #818181;
  border-radius: 2px;
}
.mk-toolbar .radio-group input {
  position: absolute;
  left: -9999px;
}
.mk-toolbar .radio-group input:checked + label {
  background: white;
  color: black;
}
.mk-toolbar .radio-group label {
  display: block;
  border-bottom: 1px solid #818181;
  padding: 0.5em;
  text-transform: capitalize;
}
.mk-toolbar .radio-group label:hover, .mk-toolbar .radio-group label:focus {
  cursor: pointer;
  background: black;
}
.mk-toolbar .radio-group label:last-of-type {
  border-bottom: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  font-weight: 100 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  padding: 25px;
  font-family: var(--sans);
  font-size: var(--ms-0);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 950px) {
  body {
    grid-template-columns: 12% auto 12%;
  }
}
@media (min-width: 1600px) {
  body {
    grid-template-columns: max(15%, 14rem) auto max(15%, 14rem);
  }
}
body.loading * {
  cursor: progress !important;
}
body:before {
  content: "";
  height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0) 100%);
}

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 400ms;
}
a:hover, a:focus,
button:hover,
button:focus {
  color: #818181;
}

.products img,
.single-product img,
.home img {
  opacity: 0;
  transition: 100ms;
  filter: saturate(1.08);
}
.products img.loaded,
.single-product img.loaded,
.home img.loaded {
  opacity: 1;
}

.site__header {
  display: flex;
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 12.5px;
}

.site__title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.site__title span {
  display: block;
}
@media (min-width: 950px) {
  .site__title {
    z-index: 1000;
    position: fixed;
  }
}

.nav {
  bottom: 25px;
  margin-bottom: 25px;
}
@media (min-width: 950px) {
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    position: fixed;
  }
}
.nav li {
  list-style: none;
  margin-bottom: 0.2em;
}
.nav li:last-of-type {
  margin-bottom: 0;
}
.nav li.cart {
  display: none;
}
.nav li.cart.active {
  display: block;
}

.cart-counter {
  display: inline-block;
  width: 1.428em;
  height: 1.4em;
  color: white;
  background: black;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -0.12em;
  opacity: 0;
  padding-top: 0.13em;
  padding-right: 0.01em;
  transition: 400ms;
  margin-left: 0em;
}
.cart-counter.loaded {
  opacity: 1;
}

.home__products {
  list-style: none;
  display: contents;
}

.home__product {
  grid-column: 1/4;
  margin-bottom: 1em;
}
@media (min-width: 950px) {
  .home__product {
    display: contents;
  }
}

.home__image, .product__image {
  position: relative;
  overflow: hidden;
  margin-right: 0%;
  margin-bottom: 0.1em;
}
@media (min-width: 950px) {
  .home__image, .product__image {
    grid-column: 2/3;
  }
}
@media (min-width: 950px) {
  .home__image, .product__image {
    margin-bottom: 25px;
    padding-top: 50%;
  }
}
.home__product:last-of-type .home__image, .home__product:last-of-type .product__image {
  margin-bottom: 0;
}
.home__image img, .product__image img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 950px) {
  .home__image img, .product__image img {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
}

.home__subtitle {
  grid-column: 3/4;
  width: 100%;
  text-align: left;
}
@media (min-width: 950px) {
  .home__subtitle {
    text-align: right;
  }
}

del {
  color: #818181;
  margin-right: 0.25em;
}

.products {
  list-style: none;
  grid-column: 1/4;
  grid-template-columns: 1fr 1fr;
  row-gap: 25px;
  column-gap: calc(25px * 0.5);
  display: grid;
}
@media (min-width: 950px) {
  .products {
    column-gap: calc(25px * 1);
    grid-column: 2/3;
    padding-left: 10%;
    padding-right: 10%;
    row-gap: calc(25px * 2);
  }
}
@media (min-width: 1600px) {
  .products {
    row-gap: calc(25px * 3);
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }
}
.products img {
  width: 100%;
}
.products h2 {
  line-height: 1.12;
}
.page__title {
  position: fixed;
  top: 25px;
  right: 25px;
  max-width: 10em;
  text-align: right;
  display: none;
}
@media (min-width: 950px) {
  .page__title {
    display: block;
  }
}

.product__controls {
  color: #db3b8e;
  bottom: 25px;
  right: 25px;
  margin-top: 1em;
}
.product__controls button {
  width: 100%;
  display: block;
  cursor: pointer;
  appearance: none;
  background: transparent;
  text-align: left;
}
@media (min-width: 950px) {
  .product__controls button {
    text-align: right;
  }
}
@media (min-width: 950px) {
  .product__controls {
    position: fixed;
  }
}

.add-to-cart {
  transition: cubic-bezier(0.3, 0.71, 0.54, 1.26) 300ms;
}
.add-to-cart.thanks {
  transform: translateY(-3em);
}
.add-to-cart:hover, .add-to-cart:focus {
  color: #db3b8e;
  opacity: 0.8;
}

.shipping-calculator-button {
  margin-bottom: 0.5em;
  display: inline-block;
}

.shipping-calculator-form input {
  width: 100%;
}

.woocommerce-shipping-destination {
  padding-top: 0.25em;
  margin-bottom: 0.25em !important;
}

#calc_shipping_country_field {
  margin-bottom: 0.5em;
}

.product__meta {
  display: grid;
  margin-bottom: -0.5em;
  padding-top: 1em;
  grid-template-columns: 1fr 1fr;
  row-gap: 1em;
}
@media (min-width: 950px) {
  .product__meta {
    padding-top: 2em;
  }
}
.product__meta ul {
  margin-left: 0;
}
.product__meta li {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.product__meta li:before {
  display: none;
}
.product__meta p {
  margin-bottom: 0;
}
.product__meta .multiplication-sign {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.15em;
  position: relative;
  top: -0.01em;
}
.product__meta em {
  display: block;
  font-style: normal;
}

.product__meta__item {
  margin-bottom: 0.5em;
}

.product__header {
  display: grid;
  justify-content: space-between;
  margin-bottom: 0.8em;
  grid-template-columns: 1fr 1fr;
}
.product__header p {
  padding-right: 1em;
}

.single-product {
  grid-column: 2/3;
}

.product__info {
  max-width: 40rem;
  padding-top: 1em;
  margin: 0 auto;
}

.product__images .gallery {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 950px) {
  .product__images .gallery {
    padding-top: 50%;
  }
}
.product__images .gallery img {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  position: absolute;
}
@media (min-width: 950px) {
  .product__images .gallery img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.product__images .gallery img:nth-of-type(1) {
  position: static;
}
@media (min-width: 950px) {
  .product__images .gallery img:nth-of-type(1) {
    position: absolute;
  }
}
.product__images .gallery img:nth-of-type(2) {
  opacity: 0;
}
.product__images .gallery img.active {
  opacity: 1;
}
.product__images img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.page__content {
  grid-column: 1/4;
}
@media (min-width: 950px) {
  .page__content {
    grid-column: 2/3;
  }
}
.page__content .content {
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 0.45em;
}
.page__content h2 {
  margin-bottom: 0.2em;
}
.page__content a {
  text-decoration: underline;
}
.woocommerce-page .page__content .content {
  max-width: none;
}

.button {
  display: inline-block;
  border: 1px solid black;
  padding: 0.5em 0.75em;
  padding-bottom: 0.4em;
  background: transparent;
  cursor: pointer;
  border-radius: 0px;
}

.button--primary, a.wc-forward,
#place_order {
  background: #ebebeb;
  color: black;
  border-radius: 0px;
  border: 0;
  font-size: var(--ms--1);
}
.button--primary:hover, a.wc-forward:hover,
#place_order:hover, .button--primary:focus, a.wc-forward:focus,
#place_order:focus {
  background: #dedede;
}

a.wc-forward,
#place_order {
  text-decoration: none;
}

input,
select,
textarea, .wcpay-card-mounted {
  background: #ebebeb !important;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  padding: 0.25em;
}
@media (min-width: 950px) {
  input,
select,
textarea, .wcpay-card-mounted {
    padding: 0.5em;
  }
}
input:focus,
select:focus,
textarea:focus, .wcpay-card-mounted:focus {
  border: 1px solid black;
  outline: 0;
}

.wcpay-card-mounted {
  padding: 0.5em !important;
  max-width: 30rem;
  font-size: var(--ms-0);
  border: 0 !important;
}

.payment_method_woocommerce_payments .form-row {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.payment_method_woocommerce_payments .form-row label {
  margin-bottom: 0 !important;
}
.payment_method_woocommerce_payments .form-row input {
  margin-right: 0.25rem;
  margin-bottom: 0.1rem;
}

.content .woocommerce {
  max-width: 70rem;
  margin: 0 auto;
}

.select2-container--default .select2-selection--single {
  background-color: #ebebeb !important;
  border: 0 !important;
  color: black;
  height: 2.2em !important;
  padding-top: 0.2em;
}

.select2-container {
  margin-bottom: 0.55em !important;
}

.select2-results__option, .select2-search__field {
  font-size: var(--ms--1);
  padding: 0.15rem 0.5rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: black !important;
}

.woocommerce-cart .remove {
  text-decoration: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.checkout_coupon + .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul {
  list-style: inside;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-message {
  color: #db3b8e;
  margin-bottom: 2em;
}
.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce-NoticeGroup .woocommerce-error li,
.woocommerce-NoticeGroup .woocommerce-message li {
  margin-bottom: 0.2em;
}
.woocommerce-notices-wrapper .woocommerce-error strong,
.woocommerce-notices-wrapper .woocommerce-message strong,
.woocommerce-NoticeGroup .woocommerce-error strong,
.woocommerce-NoticeGroup .woocommerce-message strong {
  font-weight: normal;
  text-decoration: underline;
}
.woocommerce-cart-form table {
  width: 100%;
  margin-top: 0;
}
.woocommerce-cart-form td,
.woocommerce-cart-form th {
  text-align: left;
  padding: 0.5em;
  vertical-align: top;
}
.woocommerce-cart-form thead {
  border-bottom: 1px solid black;
  font-weight: bold;
}
.woocommerce-cart-form tr:last-of-type {
  border-bottom: 0;
}
.woocommerce-cart-form .actions .coupon {
  display: none;
}
.woocommerce-cart-form .cart_item {
  border-bottom: 1px solid black;
}
.woocommerce-cart-form .product-thumbnail {
  display: none;
}
@media (min-width: 950px) {
  .woocommerce-cart-form .product-thumbnail {
    display: block;
  }
}
.woocommerce-cart-form .product-quantity input {
  width: 4em;
}
.woocommerce-cart-form .product-quantity label {
  font-size: 0;
  position: absolute;
}
.woocommerce-cart-form .product-thumbnail {
  width: 8rem;
}
.woocommerce-cart-form .product-thumbnail img {
  width: 100%;
  height: auto;
}

@media (min-width: 1600px) {
  .woocommerce-checkout-review-order {
    width: 50%;
  }
}

.woocommerce-thankyou-order-details {
  margin-left: 1em;
  max-width: 40em;
}

.shop_table {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
}
.shop_table li {
  list-style: none;
}
.shop_table li:before {
  display: none !important;
}
.shop_table strong {
  font-weight: normal;
}
.shop_table h2 {
  padding: 0.5em;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}
.shop_table tr {
  border-bottom: 1px solid black;
}
.shop_table th,
.shop_table td {
  text-align: left;
  font-weight: normal;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 2em;
}

.cart-collaterals {
  padding-top: 1rem;
  display: flex;
  justify-content: flex-start;
}
.cart-collaterals h2 {
  margin-bottom: 0.5em;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields,
.shipping_address {
  margin-bottom: 1em;
  display: grid;
  column-gap: 25px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper,
.shipping_address .woocommerce-billing-fields__field-wrapper,
.shipping_address .woocommerce-shipping-fields__field-wrapper {
  display: contents;
}
@media (min-width: 950px) {
  .woocommerce-billing-fields,
.woocommerce-additional-fields,
.shipping_address {
    grid-template-columns: 1fr 1fr;
  }
}

.woocommerce-checkout h3 {
  position: absolute;
  left: -9999px;
  font-weight: 400;
}
.woocommerce-checkout h3#ship-to-different-address {
  margin-top: 0;
  position: static;
}
.woocommerce-checkout .form-row {
  margin: 0;
  margin-bottom: 1em;
}
.woocommerce-checkout .form-row:last-of-type {
  margin-bottom: 0;
}
.woocommerce-checkout .form-row label {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 0.25em;
}
.woocommerce-checkout .form-row abbr {
  text-decoration: none;
}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select {
  display: block;
  width: 100%;
  padding: 0.5em;
  padding-bottom: 0.45em;
}

.woocommerce-additional-fields textarea {
  width: 100% !important;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 1em;
}
.woocommerce-privacy-policy-text p {
  max-width: 30em;
}

.woocommerce-shipping-totals {
  vertical-align: top;
}
.woocommerce-shipping-totals p {
  margin-bottom: 0;
  max-width: 16em;
}
.woocommerce-shipping-totals li {
  padding-left: 0 !important;
}
.woocommerce-shipping-totals li:before {
  display: none !important;
}

.woocommerce-shipping-methods {
  list-style: none;
}
.woocommerce-shipping-methods input {
  margin-right: 0.5em;
}

.woocommerce-shipping-fields {
  padding-top: 0.1em;
}

.woocommerce-additional-fields {
  padding-top: 1em;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
}

.woocommerce-order-details table {
  width: 100%;
}

.woocommerce-checkout-payment ul li {
  list-style: none;
  padding: 1em !important;
  border-bottom: 1px solid black;
}
.woocommerce-checkout-payment ul li:before {
  display: none !important;
}
.woocommerce-checkout-payment ul li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.woocommerce-checkout-payment .payment_box {
  padding-top: 0.25em;
}
.woocommerce-checkout-payment label img {
  display: block;
  max-height: 5em;
}
.woocommerce-checkout-payment label a {
  display: block;
}
.woocommerce-checkout-payment .payment_methods {
  border: 1px solid black;
  margin-bottom: 1em;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.place-order p {
  margin: 0;
  margin-bottom: 1em;
}