#primary:has(.wp-block-woocommerce-checkout) {
  background-color: var(--grey-6);
}
#primary:has(.wp-block-woocommerce-checkout) header {
  display: none;
}

.wc-block-checkout {
  padding-top: 0px !important;
}

.mollie-components .mollie-component iframe {
  padding-left: 10px;
}

.page {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page .wc-block-components-sidebar-layout {
  grid-template-columns: 1fr;
  display: grid;
  gap: 30px 20px;
  position: relative;
  grid-template-areas: "notice" "account" "delivery" "options" "notes" "payment" "order" "terms" "place";
  align-items: start;
}
.page .wc-block-components-sidebar-layout h2 {
  color: var(--brand-primary);
}
.page .wc-block-components-sidebar-layout:has(.wc-block-checkout__billing-fields) {
  grid-template-areas: "notice" "account" "delivery" "billing" "options" "notes" "payment" "order" "terms" "place";
}
.page .wc-block-components-sidebar-layout #mollie-notice {
  grid-area: notice;
  border-radius: 20px;
  padding: 10px;
  border: solid 2px;
}
.page .wc-block-components-sidebar-layout #mollie-notice.woocommerce-error {
  background: #ffdcdc;
  border-color: #ff0000;
}
.page .wc-block-components-sidebar-layout fieldset {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px;
  background: white;
  margin: 0;
  height: auto;
  min-height: auto;
  align-self: start;
}
.page .wc-block-components-sidebar-layout fieldset.wc-block-checkout__contact-fields {
  grid-area: contact;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main {
  display: contents;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form {
  display: contents;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form p.or {
  grid-area: or;
  font-family: "ivypresto-headline";
  font-size: 20px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__contact-fields {
  grid-area: account;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form {
  display: grid;
  grid-template-areas: "fn ln" "phone phone" "country country" "address address" "appart appart" "city county" "postcode postcode";
  gap: 10px;
  justify-content: stretch;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form > div,
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form > span {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  height: 100% !important;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form > span {
  font-size: 0.8125em;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form #shipping-aac_visibility_button,
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form #billing-aac_visibility_button {
  text-align: left !important;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__country {
  grid-area: country;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__first_name {
  grid-area: fn;
  display: block !important;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__last_name {
  grid-area: ln;
  display: block !important;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__address_1 {
  grid-area: address;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__address_2 {
  grid-area: appart;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__city {
  grid-area: city;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__state {
  grid-area: county;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__postcode {
  grid-area: postcode;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper .wc-block-components-address-form .wc-block-components-address-form__phone {
  grid-area: phone;
  display: block !important;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__shipping-fields {
  grid-area: delivery;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__shipping-fields #shipping-pcl_button {
  background-color: var(--brand-primary);
  color: var(--base-white);
  box-shadow: none;
  border: none;
  border-radius: 25px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__shipping-fields .wc-block-components-address-card {
  padding: 16px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__shipping-fields .has-error {
  display: block;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form #shipping-option {
  grid-area: options;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form #shipping-option .wc-block-components-radio-control__label {
  font-size: 14px;
  font-weight: 400;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__terms {
  grid-area: terms;
}
@supports (position-anchor: --_) {
  .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__terms {
    anchor-name: --sf-checkout-terms;
    position: absolute;
    position-anchor: --sf-place-order;
    top: calc(anchor(bottom) - 4rem);
    left: anchor(left);
    right: anchor(right);
    width: auto;
    margin: 0;
    height: auto;
    min-height: auto;
    align-self: start;
    z-index: 3;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    padding: 20px;
    box-sizing: border-box;
  }
  @media screen and (min-width: 1200px) {
    .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__terms {
      grid-area: order;
    }
  }
}
@media screen and (min-width: 1200px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__terms {
    margin-top: 1rem;
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions {
  grid-area: place;
  align-self: start;
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions {
    flex-direction: column !important;
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions #sf-checkout-validation-summary {
  width: 100%;
  margin-top: 12px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions #sf-checkout-validation-summary .wc-block-components-validation-error {
  margin: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions .wc-block-checkout__actions_row button {
  margin-top: 0;
}
@supports (position-anchor: --_) {
  .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions {
    anchor-name: --sf-place-order;
    position: absolute;
    position-anchor: --sf-order-summary;
    top: calc(anchor(bottom) - 6rem);
    left: anchor(left);
    right: anchor(right);
    width: auto;
    margin-top: 0;
    z-index: 2;
  }
  @media screen and (min-width: 1200px) {
    .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions {
      grid-area: order;
      margin-top: 1.25rem;
    }
  }
  .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions .wc-block-checkout__actions_row {
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    padding: 20px;
    margin: 0;
    height: auto;
    min-height: auto;
    align-self: start;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  @media screen and (max-width: 1199px) {
    .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions .wc-block-checkout__actions_row {
      padding-bottom: 60px;
    }
  }
  .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions .wc-block-checkout__actions_row button {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  @media screen and (max-width: 1199px) {
    .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__actions .wc-block-checkout__actions_row button {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
    }
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__payment-method {
  grid-area: payment;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__payment-method .rvvup-payment-method-label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 739px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__payment-method {
    margin-bottom: 20px;
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__billing-fields {
  grid-area: billing;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__billing-fields #billing-pcl_button {
  background-color: var(--brand-primary);
  color: var(--base-white);
  box-shadow: none;
  border: none;
  border-radius: 25px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__order-notes {
  grid-area: notes;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px;
  background: white;
  margin: 0;
  display: flex;
  align-items: center;
}
.page .wc-block-components-sidebar-layout .wc-block-components-main form .wc-block-checkout__order-notes div {
  width: 100%;
}
.page .wc-block-components-sidebar-layout .wc-block-components-checkout-step {
  height: auto;
  min-height: auto;
  align-self: start;
}
.page .wc-block-components-sidebar-layout .wc-block-components-checkout-step__container {
  height: auto;
  min-height: auto;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  grid-area: order;
  anchor-name: --sf-order-summary;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px;
  background: white;
  margin-top: -22px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-discount span.wc-block-components-totals-item__value {
  color: var(--brand-primary);
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: none;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
  display: grid;
  grid-template-areas: "product" "voucher" "subtotal" "total";
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  grid-area: product;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  grid-area: voucher;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block.wc-block-components-totals-wrapper {
  grid-area: subtotal;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper {
  grid-area: total;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-gift-cards-apply-panel.wc-block-components-panel {
  display: none;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content:first-child {
  padding-bottom: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .slot-wrapper {
  border-top: none;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-order-summary {
  padding: 0;
  width: 100%;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  border-top: none;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:has(.wc-block-components-totals-footer-item) {
  margin-bottom: 50px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item {
  padding: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-totals-block .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-shipping .wc-block-components-totals-item {
  padding: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  padding: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  max-height: 800px;
}
@media screen and (max-width: 559px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
    max-height: none;
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__label ~ .wc-block-components-totals-item__description {
  font-size: 20px;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block p.wc-block-components-totals-footer-item-tax {
  text-align: start;
  font-size: var(--font-size-md);
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content {
  display: grid;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item {
  display: grid;
  grid-template-areas: "img title title" "img desc desc" "img amnt price";
  grid-template-columns: 100px 1fr auto;
  column-gap: 20px;
  row-gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--brand-accent);
  padding-right: 5px;
}
@media screen and (min-width: 1000px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item {
    grid-template-areas: "img title amnt price" "img desc amnt price";
    grid-template-columns: 100px 1fr auto auto;
  }
}
@media screen and (max-width: 559px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item {
    grid-template-areas: "title title" "desc desc" "amnt price";
    grid-template-columns: 1fr auto;
    column-gap: 12px;
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  display: contents;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  grid-area: amnt;
  position: relative;
  transform: translate(0, 0);
  box-shadow: none;
  justify-content: start;
  background: none;
  padding: 0;
  margin-top: 0.4em;
  color: #404040;
  border: 0;
  align-items: end;
  padding-bottom: 2px;
  gap: 5px;
}
@media screen and (min-width: 1000px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
    margin-top: 0em;
  }
}
@media screen and (max-width: 999px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity > span {
    font-size: 12px;
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  grid-area: img;
  max-width: 100px;
  width: 100px;
}
@media screen and (max-width: 559px) {
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
    display: none !important;
  }
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  display: contents;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  grid-area: title;
  font-family: var(--font-body);
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices {
  grid-area: price;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  justify-content: flex-end;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices ins,
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices .wc-block-components-product-price__value.is-discounted {
  font-weight: 700;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices del,
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices .wc-block-components-product-price__regular {
  font-weight: 400;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
  grid-area: desc;
  margin-top: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata .wc-block-components-product-details__value {
  font-size: 12px;
  line-height: 1.35;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
  display: none;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block div.wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
  display: none;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__button {
  cursor: pointer;
  border-radius: var(--radius-md, 8px);
  background: var(--brand-primary);
  font-family: var(--font-body);
  border: none;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__button .wc-block-components-button__text {
  color: var(--base-white);
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin: 0;
}
.page .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-family: var(--font-headline);
  color: var(--brand-primary);
  font-size: 20px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid var(--brand-accent);
}
.page .wc-block-components-sidebar-layout .wc-block-checkout__actions_row button {
  cursor: pointer;
  border-radius: var(--radius-md);
  background: var(--primary-color);
  height: 50px;
  width: 100%;
  color: var(--base-white);
  font-family: var(--font-body);
  font-size: var(--font-size-lg);
  border: none;
  margin-top: 20px;
}
.page .wc-block-components-sidebar-layout .wc-block-checkout__actions_row button .wc-block-components-checkout-place-order-button__text {
  font-size: var(--font-size-lg);
}
@media screen and (max-width: 1199px) {
  .page .wc-block-components-sidebar-layout .checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    order: 45;
  }
  @supports not (position-anchor: --_) {
    .page .wc-block-components-sidebar-layout .wc-block-checkout__actions {
      order: 50;
      margin-top: -200px;
      position: relative;
      z-index: 2;
    }
    .page .wc-block-components-sidebar-layout .wc-block-checkout__terms {
      order: 55;
      margin-top: 20px;
      position: relative;
      z-index: 1;
      background: white;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      border-radius: 20px;
      border: none;
      padding: 20px;
      box-sizing: border-box;
    }
    .page .wc-block-components-sidebar-layout .wc-block-checkout__actions .wc-block-checkout__actions_row {
      background: white;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      border-radius: 20px;
      border: none;
      padding: 20px;
      padding-bottom: 40px;
      margin: 0;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
    }
    .page .wc-block-components-sidebar-layout .wc-block-checkout__actions .wc-block-checkout__actions_row button {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .page .wc-block-components-sidebar-layout .checkout-order-summary-block-fill-wrapper,
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .page .wc-block-components-sidebar-layout .wc-block-checkout__terms,
  .page .wc-block-components-sidebar-layout .wc-block-checkout__actions {
    order: unset;
  }
  .page .wc-block-components-sidebar-layout:has(.mollie-notice):has(.wc-block-checkout__billing-fields) {
    grid-template-areas: "notice		notice" "account	order" "delivery	order" "billing	order" "notes		order" "payment	order" "options	place" ".			terms";
  }
  .page .wc-block-components-sidebar-layout:has(.mollie-notice) {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "notice		notice" "account	order" "delivery	order" "notes		order" "payment	order" "options	place" ".			terms";
  }
  .page .wc-block-components-sidebar-layout:has(.wc-block-checkout__billing-fields) {
    grid-template-areas: "account	order" "delivery	order" "billing	order" "notes		order" "payment	order" "options	place" ".			terms";
  }
  .page .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "account	order" "delivery	order" "notes		order" "payment	order" "options	place" ".			terms";
    align-items: start;
  }
  .page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    display: grid;
  }
}

#cc_validate_box {
  display: none;
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
  display: none;
}

.wc-block-components-product-details__parent {
  display: none;
}

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

.wc-block-components-product-name {
  font-family: var(--font-headline) !important;
  line-height: normal !important;
  font-weight: 400 !important;
}

.wc-block-components-product-details__name {
  display: none !important;
}

.wc-block-components-product-details__label {
  display: inline-block;
  font-size: 12px;
}

#crafty_postcode_lookup_result_option2,
#crafty_postcode_lookup_result_option1 {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3.125em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' focusable='false'%3e%3cpath d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-left: 0.5rem;
}

#shipping_postcode {
  border-color: var(--brand-primary);
}

#shipping-pcl_results_container {
  margin-top: 1rem !important;
}

#billing-pcl_results_container {
  margin-top: 1rem !important;
}

.wc-block-checkout-error {
  grid-area: notice;
}

div.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  overflow-y: scroll;
  padding-right: 20px;
  margin-right: -20px;
}
@media screen and (max-width: 559px) {
  div.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    overflow-y: unset;
  }
}

.wc-block-components-product-price {
  align-items: end !important;
  line-height: normal !important;
}

.wc-price-decimals {
  display: inline-block;
}

.wc-block-components-product-details {
  display: flex;
  flex-direction: column;
}

.wc-block-components-product-details__plaque {
  display: none;
}

.wc-block-components-product-details__engraving-per-character {
  display: none;
}

.wc-block-components-product-details__engraving-first-10 {
  display: none;
}

.wc-block-components-product-details__parent {
  display: inline-block !important;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  display: flex;
  justify-content: flex-end;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item .checkout-savings-badge {
  display: inline-flex;
  align-items: center;
  margin: auto 20px;
  border-radius: var(--radius-sm, 4px);
  color: var(--base-white);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--brand-tertiary);
  padding: 5px;
  height: 30px;
}

@media screen and (max-width: 1199px) {
  .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    flex-direction: column !important;
  }
  .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title .wc-block-formatted-money-amount,
  .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-checkout-order-summary__title-price {
    display: none !important;
  }
  .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title-icon {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .wc-block-checkout__actions_row.wc-block-checkout__actions_row--justify-flex-end {
    width: 100% !important;
  }
}
.wc-block-components-radio-control__option:has(> input[type=radio][value="flat_rate:2"]:checked) .wc-block-checkout__shipping-option--free,
.wp-block-woocommerce-checkout:has(input[type=radio][value="flat_rate:2"]:checked) .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value strong {
  font-size: 0 !important;
  color: transparent !important;
}
.wc-block-components-radio-control__option:has(> input[type=radio][value="flat_rate:2"]:checked) .wc-block-checkout__shipping-option--free::after,
.wp-block-woocommerce-checkout:has(input[type=radio][value="flat_rate:2"]:checked) .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value strong::after {
  content: "TBC";
  font-size: 14px;
  font-weight: 500;
  color: black !important;
}

.wc-block-components-radio-control__option:has(> input[type=radio][value="flexible_shipping_single:16"]:checked) .wc-block-checkout__shipping-option--free,
.wp-block-woocommerce-checkout:has(input[type=radio][value="flexible_shipping_single:16"]:checked) .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value strong {
  font-size: 0 !important;
  color: transparent !important;
}
.wc-block-components-radio-control__option:has(> input[type=radio][value="flexible_shipping_single:16"]:checked) .wc-block-checkout__shipping-option--free::after,
.wp-block-woocommerce-checkout:has(input[type=radio][value="flexible_shipping_single:16"]:checked) .wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value strong::after {
  content: "TBC";
  font-size: 14px;
  font-weight: 500;
  color: black !important;
}

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