/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-08-21T09:46:29+00:00 */

:root {
  --myacc-font-lg: var(--text-xl);
  --myacc-font-md: var(--text-m);
  --myacc-font-sm: var(--text-s);
  --myacc-radius-lg: var(--radius-l);
  --myacc-radius-md: var(--radius-m);
  --myacc-radius-sm: var(--radius-s);
  --myacc-color-primary: var(--primary-ultra-light);
  --myacc-color-secondary: var(--secondary-ultra-light);
}
@media (max-width: 767px) {
  :root {
    --myacc-font-lg: var(--text-xl);
    --myacc-font-md: var(--text-m);
    --myacc-font-sm: var(--text-xs);
    --myacc-radius-lg: var(--radius-m);
    --myacc-radius-md: var(--radius-s);
    --myacc-radius-sm: var(--radius-xs);
  }
}
body.woocommerce-order-received .wa-checkout {
  padding-top: calc(var(--section-space-m) + 3rem);
  position: relative;
}
body.woocommerce-order-received .wa-checkout:after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2025/05/header-bg.svg);
  z-index: -1;
  height: 35%;
  top: 0;
  left: 0;
}
body.woocommerce-order-received .wa-thank-you {
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-l);
}
body.woocommerce-order-received .wa-thank-you-wrapper {
  align-items: center;
  gap: var(--section-space-s);
}
body.woocommerce-order-received .wa-thank-you__heading {
  font-size: var(--text-xxl);
  color: var(--neutral);
  text-align: center;
}
body.woocommerce-order-received .wa-thank-you-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
  background-color: var(--tertiary);
  border-radius: var(--radius-m);
  padding: var(--space-m);
  border: 1px solid var(--base-light);
  text-align: center;
}
body.woocommerce-order-received .wa-thank-you__img img {
  max-height: 7.6rem;
  object-fit: contain;
  width: auto;
}
body.woocommerce-order-received .wa-thank-you__title {
  font-weight: 700;
  font-size: var(--text-l);
}
body.woocommerce-order-received .wa-thank-you-delivery {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
body.woocommerce-order-received .wa-thank-you-infobox {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
  padding-bottom: var(--space-s);
  border-bottom: 1px solid var(--base-light);
}
body.woocommerce-order-received .wa-thank-you-infobox svg path {
  stroke: var(--base-medium);
}
body.woocommerce-order-received .wa-thank-you-infobox__title {
  color: var(--base-medium);
}
body.woocommerce-order-received .wa-thank-you-infobox__value {
  font-weight: 600;
}
body.woocommerce-order-received .wa-thank-you-infobox-inner {
  display: flex;
  flex-direction: column;
}
body.woocommerce-order-received .wa-thank-you-infobox:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body.woocommerce-order-received .wa-thank-you-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-m);
  background-color: var(--primary);
  padding: var(--space-m);
  border-radius: var(--radius-m);
}
body.woocommerce-order-received .wa-thank-you-bottom__img img {
  max-height: 5.5rem;
  object-fit: contain;
  width: auto;
}
body.woocommerce-order-received .wa-thank-you-bottom-contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-xs);
}
body.woocommerce-order-received .wa-thank-you-bottom a {
  display: flex;
}
body.woocommerce-order-received .wa-thank-you-bottom svg {
  background-color: var(--neutral);
  border-radius: 100%;
  padding: var(--space-xs);
}
body.woocommerce-order-received .wa-thank-you-bottom svg path {
  fill: var(--secondary-light);
  transition: 0.2s all ease-in-out;
}
body.woocommerce-order-received .wa-thank-you-bottom svg:hover path {
  fill: var(--primary);
}
