[data-anim=fill] .lines {
  overflow: hidden;
}
[data-anim=fill] .lines::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 1;
  opacity: 0.6;
  transform: translateX(var(--fill-position));
}

#editor .acf-block-preview .footer,
.footer {
  margin-top: auto;
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}
#editor .acf-block-preview .footer .wrapper-full,
.footer .wrapper-full {
  padding: 0.625rem 0 1.5rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer .wrapper-full,
  .footer .wrapper-full {
    padding: 1.25rem 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .footer .wrapper-full,
  .footer .wrapper-full {
    display: flex;
    padding: 2.125rem 0 13rem;
  }
}
#editor .acf-block-preview .footer__content,
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer__content,
  .footer__content {
    gap: 0;
    margin-bottom: 8.75rem;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .footer__content,
  .footer__content {
    max-width: 35%;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #editor .acf-block-preview .footer__content h2,
  .footer__content h2 {
    font-size: 11.75rem;
    line-height: 9.5rem;
  }
}
#editor .acf-block-preview .footer__content .logo,
.footer__content .logo {
  max-width: 9.125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer__content .logo,
  .footer__content .logo {
    padding-right: 7.6875rem;
    margin-left: 4.25rem;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .footer__content .logo,
  .footer__content .logo {
    padding-right: 0;
  }
}
#editor .acf-block-preview .footer__content .copy p + p,
.footer__content .copy p + p {
  margin-top: 0.75rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer__content .copy,
  .footer__content .copy {
    width: 100%;
    padding-right: 7.6875rem;
    margin-left: 4.375rem;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .footer__content .copy,
  .footer__content .copy {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  #editor .acf-block-preview .footer__content .copy,
  .footer__content .copy {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
#editor .acf-block-preview .footer__nav,
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer__nav,
  .footer__nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .footer__nav,
  .footer__nav {
    max-width: 50%;
    width: 100%;
    margin-left: auto;
  }
}
#editor .acf-block-preview .footer__nav-content,
.footer__nav-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .footer__nav-content,
  .footer__nav-content {
    max-width: 64% !important;
  }
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer__nav-content,
  #editor .acf-block-preview .footer__nav > ul,
  .footer__nav-content,
  .footer__nav > ul {
    max-width: 48.78%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .footer__nav > ul,
  .footer__nav > ul {
    max-width: 30.6%;
  }
}
#editor .acf-block-preview .footer__nav li,
.footer__nav li {
  border-bottom: 0.0625rem solid rgba(241, 239, 233, 0.3);
}
#editor .acf-block-preview .footer__nav li:first-of-type,
.footer__nav li:first-of-type {
  border-top: 0.0625rem solid rgba(241, 239, 233, 0.3);
}
#editor .acf-block-preview .footer__nav a,
.footer__nav a {
  font-size: 0.875rem;
  line-height: 1.05rem;
  /* letter-spacing: rem(0.84); */
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 0;
}
#editor .acf-block-preview .footer__nav .ui-socials a,
.footer__nav .ui-socials a {
  padding: 0.625rem 0;
}
#editor .acf-block-preview .footer__nav .ui-socials .button__icon:first-of-type,
.footer__nav .ui-socials .button__icon:first-of-type {
  max-width: 1.5rem;
  width: 100%;
}
#editor .acf-block-preview .footer__nav .ui-socials .button__icon:first-of-type img,
.footer__nav .ui-socials .button__icon:first-of-type img {
  width: 100%;
  height: auto;
}

#editor .acf-block-preview .footer-account,
.footer-account {
  margin-top: auto;
}
#editor .acf-block-preview .footer-account .wrapper-full,
.footer-account .wrapper-full {
  padding: 2.375rem 1.75rem;
  margin-bottom: 1rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid #3E3D40;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer-account .wrapper-full,
  .footer-account .wrapper-full {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  #editor .acf-block-preview .footer-account nav,
  .footer-account nav {
    margin-bottom: 1.5rem;
  }
}
#editor .acf-block-preview .footer-account nav ul,
.footer-account nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .footer-account nav ul,
  .footer-account nav ul {
    flex-direction: row;
    gap: 3rem;
  }
}
#editor .acf-block-preview .footer-account nav a,
.footer-account nav a {
  gap: 0.875rem;
  color: #01337C;
}
#editor .acf-block-preview .footer-account nav a .button__icon,
.footer-account nav a .button__icon {
  max-width: 0.375rem;
}
#editor .acf-block-preview .footer-account nav a svg path,
.footer-account nav a svg path {
  fill: currentColor;
}

.ui-section-index {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1400px) {
  .ui-section-index {
    margin-bottom: 0;
  }
}
.ui-section-index::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  background-color: #032E41;
}

.ui-pagination[data-pagination=default] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem;
}
.ui-pagination[data-pagination=default] ul {
  display: flex;
  align-items: center;
}
.ui-pagination[data-pagination=default] li {
  width: 5.125rem;
}
.ui-pagination[data-pagination=default] li button {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.125rem solid transparent;
}
.ui-pagination[data-pagination=default] li button.active {
  border-color: #01337C;
}
.ui-pagination[data-pagination=default] .button {
  width: 2.5rem;
  height: 2.5rem;
}
.ui-pagination[data-pagination=default] .button__icon {
  width: 0.375rem;
}

.notification {
  padding: 1rem 1.5rem;
  max-width: 100%;
  width: 100%;
  border-radius: 0.5rem;
  border: 0.0625rem solid #7A8E95;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

#editor .acf-block-preview .shop-product,
.shop-product {
  display: block;
}
#editor .acf-block-preview .shop-product:hover .shop-product__edit,
.shop-product:hover .shop-product__edit {
  opacity: 1;
  pointer-events: auto;
}
#editor .acf-block-preview .shop-product article,
.shop-product article {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
#editor .acf-block-preview .shop-product article h2,
#editor .acf-block-preview .shop-product article > p,
.shop-product article h2,
.shop-product article > p {
  max-width: 100%;
  width: 100%;
}
#editor .acf-block-preview .shop-product article h3,
.shop-product article h3 {
  max-width: 50%;
  width: 100%;
}
#editor .acf-block-preview .shop-product__image,
.shop-product__image {
  position: relative;
  max-width: 100%;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
#editor .acf-block-preview .shop-product__meta,
.shop-product__meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
#editor .acf-block-preview .shop-product__info,
.shop-product__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem;
}
#editor .acf-block-preview .shop-product__info p.sale, #editor .acf-block-preview .shop-product__info p.approved,
.shop-product__info p.sale,
.shop-product__info p.approved {
  background-color: #C3FF7F;
}
#editor .acf-block-preview .shop-product__info p.sold, #editor .acf-block-preview .shop-product__info p.declined,
.shop-product__info p.sold,
.shop-product__info p.declined {
  background-color: #FA7979;
}
#editor .acf-block-preview .shop-product__info p.request, #editor .acf-block-preview .shop-product__info p.pending,
.shop-product__info p.request,
.shop-product__info p.pending {
  background-color: #FFD27F;
}
#editor .acf-block-preview .shop-product__edit,
.shop-product__edit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}
#editor .acf-block-preview .shop-product__edit button, #editor .acf-block-preview .shop-product__edit a,
.shop-product__edit button,
.shop-product__edit a {
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 3.75rem;
  width: 100%;
  height: 3.75rem;
  background-color: #01337C;
  border-radius: 50%;
  color: #fff;
}
#editor .acf-block-preview .shop-product__edit button path, #editor .acf-block-preview .shop-product__edit a path,
.shop-product__edit button path,
.shop-product__edit a path {
  stroke: currentColor;
}
#editor .acf-block-preview .shop-product__edit button.trash path, #editor .acf-block-preview .shop-product__edit a.trash path,
.shop-product__edit button.trash path,
.shop-product__edit a.trash path {
  stroke: unset;
  fill: currentColor;
}
#editor .acf-block-preview .shop-product__edit button .button__icon, #editor .acf-block-preview .shop-product__edit a .button__icon,
.shop-product__edit button .button__icon,
.shop-product__edit a .button__icon {
  max-width: 2rem;
}

.products-related {
  overflow: hidden;
}
.products-related:last-of-type {
  margin-bottom: 1.25rem;
}
.products-related .wrapper-full {
  padding: 1.25rem 0;
}
.products-related__title {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1.25rem;
}
.products-related ul {
  display: flex;
  margin: 0 -0.75rem;
}
.products-related li {
  min-width: 80%;
  padding: 0 0.75rem;
}
@media (min-width: 576px) {
  .products-related li {
    min-width: 21.2%;
  }
}

.stripe-complete-onboarding__modal {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: fixed;
  inset: 0;
  padding: 0.5rem;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
}
.stripe-complete-onboarding__modal-content {
  display: flex;
  flex-wrap: wrap;
  pointer-events: all;
  row-gap: 0.5rem;
  position: relative;
  max-width: calc(100% - 2.5rem);
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #01337C;
  z-index: 1;
  box-shadow: 0 0.0625rem 1.5rem rgba(0, 0, 0, 0.1);
  transform: translateX(150%);
  animation: slide-in-from-right 0.75s 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes slide-in-from-right {
  from {
    transform: translateX(150%);
  }
  to {
    transform: translateX(0);
  }
}
@media (min-width: 576px) {
  .stripe-complete-onboarding__modal-content {
    max-width: 26.25rem;
  }
}
.stripe-complete-onboarding__modal-content h5 {
  font-weight: 600;
  color: #fff;
}
.stripe-complete-onboarding__modal-content h2, .stripe-complete-onboarding__modal-content p {
  color: #fff;
  width: 100%;
}
.stripe-complete-onboarding__modal-content a {
  margin-top: 0.5rem;
}
.stripe-complete-onboarding__modal-actions {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.5rem;
}
.stripe-complete-onboarding__modal button {
  flex-grow: 1;
  height: 2.75rem;
  border-radius: 0.5rem !important;
  padding: 0 1.25rem !important;
}
.stripe-complete-onboarding__modal button > span {
  width: 100%;
  justify-content: space-between;
}