pre {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  direction: ltr;
}

.admin-bar .header {
  top: 32px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  opacity: 1;
  visibility: visible;
  border: 1rem solid var(--color-green-300);
  padding: 5rem 10rem;
  width: 100%;
  color: inherit;
  font-weight: 500;
  font-size: 14rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-green-300);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: var(--color-red-400) !important;
  color: var(--color-red-400) !important;
}

.checkout-block__form .wpcf7-not-valid {
  border-color: var(--color-red-300) !important;
  color: var(--color-red-300) !important;
}

.wpcf7-response-output.coupon-block__form {
  grid-template-columns: 1fr;
  text-align: start;
}
.wpcf7-response-output.coupon-block__form:empty {
  margin: 0;
  margin-block-start: 0;
}

.footer__subscribe-form .wpcf7 {
  width: 100%;
}
.wpcf7-form-control-wrap[data-name="newsletter-email"] {
  display: block;
  width: 100%;
  max-width: calc(100% - 103rem);
}
.wpcf7-form-control-wrap[data-name="newsletter-email"] input {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .wpcf7-form-control-wrap[data-name="newsletter-email"] {
    max-width: calc(100% - 94rem);
  }
}

.product .product__tag,
.product-hero__tag {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.product .product__tag img,
.product-hero__tag img {
  position: inherit;
  width: 10rem;
  height: 10rem;
  z-index: auto;
}

.cart-block__products {
  overflow-x: hidden;
}
.cart-block__products.cart-block__products--count-1 {
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .cart-block__product-footer {
    padding-inline-end: 8rem;
  }
  .cart-block {
    padding-inline-end: 25rem;
  }
  .cart-block__products {
    padding-inline-end: 25rem;
  }
  .cart-block__header,
  .cart-block__footer {
    margin-inline-end: 25rem;
  }
  .cart__product-img {
    min-height: 90rem;
  }
}

.cart-block__product-content {
  position: relative;
}
.cart-block__product .cart__product-delete {
  top: 0;
  left: 0;
  transform: none;
}

.cart-block__product-header {
  padding-inline-end: 25rem;
}

.cart__product-title,
.cart-block__product-title {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .cart-block__content {
    padding-block-start: 0;
  }
  .cart-block__content .cart-block__products {
    padding-block-start: 32rem;
  }
  .cart-block__product .cart__product-delete {
    top: -7rem;
    left: -10rem;
    transform: none;
  }
}

.woocommerce-notices-wrapper {
  font-size: 14rem;
}

.is-loading {
  position: relative;
}
.button.is-loading {
  border: 0;
}

*:not(.button).is-loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  cursor: default !important;
}
.cart-block__product.is-loading::after {
  left: -3%;
  width: 103%;
}
.cart-block__product:first-child.is-loading::after {
  top: -6%;
  height: 106%;
}
*:not(.button).is-loading::before {
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/loading-donkey.svg") no-repeat center center / contain;
  z-index: 10;
}

.button.is-loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8) url("../img/loading-donkey.svg") no-repeat center 50% / 24rem;
  z-index: 10;
}

.cart-block__product:last-child.is-loading::before {
  margin-top: 20rem;
}
.cart-block__product:first-child.is-loading::before {
  margin-top: -20rem;
}

.cart__product:last-child.is-loading::before {
  margin-top: 12rem;
}
.cart__product:first-child.is-loading::before {
  margin-top: -12rem;
}
.cart__products[data-count="1"] .cart__product.is-loading::before {
  margin-top: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin-bottom: 2.617924em;
  background-color: #3b4c41;
  margin-right: 0;
  border-radius: 2rem;
  color: #fff;
  clear: both;
  border-right: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 1em 1em 1em;
  position: relative;
  list-style: none outside;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: left;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-right: 1em;
  padding-right: 1em;
  border-width: 0;
  border-right-width: 1rem;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: rgba(247, 244, 243, 0.5);
  color: var(--color-black);
}

.woocommerce-error {
  background-color: #f15042;
}

#modal-cart .modal__content {
  box-shadow: 0 0 124rem 0 rgba(0, 0, 0, 0.34);
}

.checkout-inline-error-message {
  color: var(--color-red-300);
  font-size: 12rem;
  line-height: 1.3;
}

.woocommerce-billing-fields .checkout-inline-error-message {
  position: absolute;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: -1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkout-item__fieldset-privacy.woocommerce-invalid {
  flex-direction: column;
}

.woocommerce-invalid .checkout-item__input {
  border-color: var(--color-red-400);
}

@media screen and (min-width: 768px) {
  .modal__content:has(.checkout-block) {
    max-width: 335rem;
  }
}
.checkout-block {
  width: 100%;
  background-image: linear-gradient(218.12deg, var(--color-pink-300) -7.84%, var(--color-white) 78.01%);
  color: #2a4734;
  text-align: center;
  padding-block: 45rem;
  padding-inline: 40rem;
}
.modal[data-modal="checkout"] .modal__close {
  top: 16rem;
  inset-inline-end: 16rem;
}
.checkout-block__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-block__title {
  margin: 5rem 0;
  font-weight: 700;
  font-size: 16rem;
  line-height: 22rem;
}
.checkout-block__text {
  font-size: 14rem;
  line-height: 24rem;
}
.checkout-block__form {
  margin-top: 18rem;
  font-size: 12rem;
  line-height: 1;
  text-align: start;
}
.checkout-block__form label {
  display: block;
  margin-bottom: 6rem;
  line-height: 1.5;
}
.checkout-block__form-item {
  margin-bottom: 20rem;
}
.checkout-block__form input {
  text-align: start;
}
.checkout-block__form .coupon-block__form-button {
  margin-top: 25rem;
  margin-inline-start: 0;
  height: 40rem;
  border-radius: 28rem;
}
.checkout-block__form .coupon-block__form-input {
  font-size: 12rem;
  line-height: 1;
  padding-inline: 12rem;
}
.checkout-block__notice {
  margin-top: 18rem;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: none;
}
.checkout__button[disabled] {
  background-color: var(--color-gray);
  border-color: var(--color-gray);
  color: var(--color-white);
}
.checkout__button[disabled]::after {
  background-color: var(--color-white);
}
.checkout-block__form .wpcf7 .wpcf7-response-output:not(:empty) {
  margin-top: 20rem;
  font-weight: normal;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.woocommerce-billing-fields .woocommerce-invalid .select2-selection--single .select2-selection__rendered {
  border-color: var(--color-red-400);
}
