.woo-wishlist-btn {
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  outline: none;
  z-index: 5;
  cursor: pointer;
  width: 55px;
  height: 54px;
  padding: 14px;
  border-radius: 10px;
  border: 2px solid var(--wp--preset--color--primary, #4787F3);
}
.woo-wishlist-btn br {
  display: none;
}

.woo-wishlist-btn:active,
.woo-wishlist-btn:focus,
.woo-wishlist-btn:hover {
  outline: none;
  background-color: transparent;
}

.wishlist-controls__btn.disabled,
.woo-wishlist-btn.disabled {
  cursor: not-allowed;
  opacity: 0.05;
}

.woo-wishlist-btn svg {
  width: 26px;
  height: 22px;
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 14px;
  transition: opacity 0.2s linear;
}

.single .woo-wishlist-btn {
  right: initial;
  left: 10px;
}

.woo-wishlist-btn--active {
  opacity: 0;
}
.woo-wishlist-btn--active path {
  fill: var(--wp--preset--color--primary, #4787F3);
  stroke: var(--wp--preset--color--primary, #4787F3);
}

.woo-wishlist-btn--noactive {
  opacity: 1;
}
.woo-wishlist-btn--noactive path {
  stroke: var(--wp--preset--color--primary, #4787F3);
}

.woo-wishlist-btn.active .woo-wishlist-btn--noactive {
  opacity: 0;
}

.woo-wishlist-btn.active .woo-wishlist-btn--active {
  opacity: 1;
}

.woo-wishlist-btn:hover .woo-wishlist-btn--active {
  opacity: 1;
}

.woo-wishlist-btn:hover .woo-wishlist-btn--noactive {
  opacity: 0;
}

.woo-wishlist-btn.active:hover .woo-wishlist-btn--active {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .storefront-primary-navigation > .col-full {
    display: flex;
    align-items: center;
  }
  .woo-wishlist-link {
    margin-right: 40px;
  }
}
.woo-wishlist-link {
  display: flex;
  width: 24px;
  height: 24px;
  position: relative;
}

.woo-wishlist-link:active,
.woo-wishlist-link:focus,
.woo-wishlist-link:hover {
  outline: none;
  background-color: transparent;
}

.woo-wishlist-link__count {
  position: absolute;
  right: -8px;
  top: -4px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: var(--wp--preset--color--primary, #4787F3);
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.woo-wishlist-link__count.active {
  display: flex;
}

.woo-wishlist-link__icon {
  width: 100%;
  height: 100%;
}

.woo-wishlist-loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  display: none;
  justify-content: center;
  align-items: center;
}

.woo-wishlist-loading.flex-display {
  display: flex;
}

.woo-wishlist-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
  margin: 0 0 40px;
  max-width: 100%;
  overflow: auto;
}

.woo-wishlist-tabs-link {
  flex: initial !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  line-height: normal;
  outline: none;
  appearance: none;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--wp--preset--color--neutral-500, #B5B5B8);
  color: var(--wp--preset--color--neutral-500, #B5B5B8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  min-height: 33px;
  min-width: fit-content;
}

.woo-wishlist-tabs-link.active {
  color: var(--wp--preset--color--primary, #4787F3);
  border-bottom: 1px solid var(--wp--preset--color--primary, #4787F3);
}
.woo-wishlist-tabs-link.active .woo-wishlist-tabs-link-count {
  background-color: var(--wp--preset--color--primary, #4787F3);
}

.woo-wishlist-tabs-link-count {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 23px;
  padding: 5px 8px;
  border-radius: 5px;
  background: var(--wp--preset--color--neutral-500, #B5B5B8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woo-wishlist-current-label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  color: var(--wp--preset--color--neutral-900, #212121);
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.woo-wishlist-current-label-wrap svg, .woo-wishlist-current-label-wrap path {
  fill: var(--wp--preset--color--primary, #4787F3);
}

.woo-wishlist-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: var(--wp--preset--color--neutral-900, #212121);
}

.woo-wishlist-current-label-wrap > * {
  pointer-events: none;
}

.woo-wishlist-current-label-wrap span {
  margin: 0;
}

.wishlist-controls-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.wishlist-controls {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.message-error {
  margin: 0;
  padding: 0;
  display: none;
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
}
.message-error .is-error {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 16px 16px 16px 58px !important;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--error, #f93232);
  align-items: stretch;
  box-sizing: border-box;
  color: #2f2f2f;
  font-size: 0.875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
}
.message-error .is-error:before {
  background-color: var(--wp--preset--color--error, #f93232);
  content: "";
  display: block;
  height: 26px;
  left: 16px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2728%27 height=%2728%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14 .667C6.648.667.667 6.648.667 14S6.648 27.334 14 27.334 27.334 21.352 27.334 14C27.334 6.648 21.352.667 14 .667Zm0 24C8.12 24.667 3.334 19.882 3.334 14 3.334 8.12 8.119 3.334 14 3.334c5.882 0 10.667 4.785 10.667 10.666 0 5.882-4.785 10.667-10.667 10.667Z%27 fill=%27%23439F6E%27/%3E%3Cpath d=%27M14 7.334c-.737 0-1.333.597-1.333 1.333v6.667a1.333 1.333 0 1 0 2.667 0V8.667c0-.736-.596-1.333-1.334-1.333ZM14 18c-.346 0-.693.147-.946.387-.242.253-.387.6-.387.946 0 .347.145.694.387.947.506.493 1.386.493 1.893 0 .24-.253.387-.6.387-.947 0-.346-.147-.693-.387-.946-.253-.24-.6-.387-.947-.387Z%27 fill=%27%23439F6E%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2728%27 height=%2728%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14 .667C6.648.667.667 6.648.667 14S6.648 27.334 14 27.334 27.334 21.352 27.334 14C27.334 6.648 21.352.667 14 .667Zm0 24C8.12 24.667 3.334 19.882 3.334 14 3.334 8.12 8.119 3.334 14 3.334c5.882 0 10.667 4.785 10.667 10.666 0 5.882-4.785 10.667-10.667 10.667Z%27 fill=%27%23439F6E%27/%3E%3Cpath d=%27M14 7.334c-.737 0-1.333.597-1.333 1.333v6.667a1.333 1.333 0 1 0 2.667 0V8.667c0-.736-.596-1.333-1.334-1.333ZM14 18c-.346 0-.693.147-.946.387-.242.253-.387.6-.387.946 0 .347.145.694.387.947.506.493 1.386.493 1.893 0 .24-.253.387-.6.387-.947 0-.346-.147-.693-.387-.946-.253-.24-.6-.387-.947-.387Z%27 fill=%27%23439F6E%27/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 26px 26px;
  mask-size: 26px 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
.message-error .is-error .wc-block-components-notice-banner__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0;
}
.message-error p {
  margin: 0;
}

.message-error.active {
  display: flex;
}

.wishlist-btn {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
}

.wishlist-btn svg {
  pointer-events: none;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: "\f004";
}

html {
  position: relative;
  min-height: 100%;
}

html.popup-opened {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html.popup-opened {
    height: 100vh;
  }
}
/* ********************** MODAL WINDOW ********************************/
.my_overlay {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  cursor: pointer;
  display: block;
}

.woo-plugin-popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

.woo-plugin-popup button br {
  display: none;
}

.woo-plugin-popup-wrapper-inner__close {
  padding: 0;
  position: absolute;
  right: 30px;
  top: 37px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.woo-plugin-popup-wrapper-inner__close br {
  display: none;
}
.woo-plugin-popup-wrapper-inner__close svg {
  pointer-events: none;
}

.woo-plugin-popup-wrapper-inner {
  max-width: 550px;
  width: 100%;
  padding: 30px;
  margin: 70px auto 50px;
  position: relative;
  z-index: 2;
  background: var(--wp--preset--color--neutral-50, #F5F5F9);
  box-sizing: border-box;
}
.woo-plugin-popup-wrapper-inner > *:empty {
  display: none;
}
.woo-plugin-popup-wrapper-inner * {
  box-sizing: border-box;
}
.woo-plugin-popup-wrapper-inner h4 {
  color: var(--wp--preset--color--neutral-800, #292A2C);
  font-size: 32px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.woo-plugin-popup-wrapper-inner p {
  font-size: 18px;
  color: var(--wp--preset--color--neutral-900, #212121);
}

.woo-plugin-popup-wrapper-inner form {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.woo-plugin-popup-wrapper-inner form.gap-0 {
  gap: 0;
}
.woo-plugin-popup-wrapper-inner form br {
  display: none;
}

.woo-plugin-popup-wrapper-inner form p {
  margin-bottom: 0;
}
.woo-plugin-popup-wrapper-inner form p:empty {
  display: none;
}

.woo-plugin-popup-wrapper-inner form p,
.woo-plugin-popup-wrapper-inner form textarea,
.woo-plugin-popup-wrapper-inner form input:not(input[type=radio]),
.woo-plugin-popup-wrapper-inner form input:not(input[type=checkbox]) {
  width: 100%;
}

.woo-plugin-popup-wrapper-inner form textarea,
.woo-plugin-popup-wrapper-inner form input:not(input[type=radio]),
.woo-plugin-popup-wrapper-inner form input:not(input[type=checkbox]) {
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--neutral-400, #E7E9EF);
  background: #FFF;
  padding: 16px 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.woo-plugin-popup-label {
  flex-direction: row-reverse;
  position: relative;
}
.woo-plugin-popup-label br {
  display: none;
}
.woo-plugin-popup-label .woo-plugin-popup-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  margin: 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.woo-plugin-popup-label .woo-plugin-popup-radio:checked {
  background: var(--wp--preset--color--primary, #4787F3) !important;
  display: block !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 0C2.23858 0 0 2.23858 0 5V15C0 17.7614 2.23858 20 5 20H15C17.7614 20 20 17.7614 20 15V5C20 2.23858 17.7614 0 15 0H5ZM5.9039 8.35343L9.43943 11.889L14.3892 6.93921L15.8034 8.35343L9.43943 14.7174L4.48969 9.76764L5.9039 8.35343Z%27 fill=%27%234787F3%27/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 0C2.23858 0 0 2.23858 0 5V15C0 17.7614 2.23858 20 5 20H15C17.7614 20 20 17.7614 20 15V5C20 2.23858 17.7614 0 15 0H5ZM5.9039 8.35343L9.43943 11.889L14.3892 6.93921L15.8034 8.35343L9.43943 14.7174L4.48969 9.76764L5.9039 8.35343Z%27 fill=%27%234787F3%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.woo-plugin-popup-label .woo-plugin-popup-radio:checked + span {
  color: var(--wp--preset--color--primary, #4787F3);
}
.woo-plugin-popup-label .woo-plugin-popup-radio:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--wp--preset--color--primary, #4787F3);
  border-bottom: 1px solid var(--wp--preset--color--primary, #4787F3);
  background: var(--wp--preset--color--neutral-200, #E4EAF8);
  z-index: -1;
}

.woo-plugin-button-container {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.woo-plugin-button-container br {
  display: none;
}

.woo-plugin-popup-wrapper-inner .woo-plugin-popup-label {
  margin: 0;
}

.woo-plugin-popup-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: var(--wp--preset--color--neutral-800, #292A2C);
}
.woo-plugin-popup-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--wp--preset--color--neutral-100, #DDDDEC);
  border-bottom: 1px solid var(--wp--preset--color--neutral-100, #DDDDEC);
  background: transparent;
  z-index: -1;
}

.woo-plugin-popup-create-new-btn {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  color: var(--wp--preset--color--primary, #4787F3);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-decoration-line: underline;
  border-top: 1px solid var(--wp--preset--color--neutral-100, #DDDDEC);
  border-bottom: 1px solid var(--wp--preset--color--neutral-100, #DDDDEC);
  padding: 20px;
}

.wp-block-klingit-woocommerce-wishlist-wishlist-link-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wp-block-klingit-woocommerce-wishlist-wishlist-link-block {
  display: inline-flex;
  height: 1.4375em;
  padding: 0.5em;
  width: 1.4375em;
}

.products-block-post-template li {
  position: relative;
}

.btn-woo-plugin {
  padding: 16px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--primary, #4787F3);
  color: var(--wp--preset--color--primary, #4787F3);
  background-color: transparent;
  flex: 1;
  cursor: pointer;
}
.btn-woo-plugin:hover {
  background-color: var(--wp--preset--color--primary, #4787F3);
  color: #ffffff;
}
.btn-woo-plugin.filled {
  background-color: var(--wp--preset--color--primary, #4787F3);
  color: #ffffff;
}
.btn-woo-plugin.filled:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary, #4787F3);
}
.delete {
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--secondary, #F93232);
  cursor: pointer;
  padding: 5px;
  width: 50px;
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete svg path {
  fill: var(--wp--preset--color--secondary, #F93232);
}
.delete:hover {
  background-color: var(--wp--preset--color--secondary, #F93232);
}
.delete:hover svg path {
  fill: #ffffff !important;
}

.woo-plugin-notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--wp--preset--color--primary, #4787F3);
  font-size: 18px;
  gap: 30px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--primary, #4787F3);
}
.woo-plugin-notification .btn-woo-plugin {
  flex: initial;
}
@media screen and (max-width: 768px) {
  .woo-plugin-notification {
    flex-direction: column;
  }
}

.woo-wrapper-orderby .woocommerce-ordering {
  position: relative;
}
.woo-wrapper-orderby .woocommerce-ordering:before {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--wp--preset--color--neutral-800, #292A2C);
  border-left: 2px solid var(--wp--preset--color--neutral-800, #292A2C);
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  transform: rotate(-45deg);
}
.woo-wrapper-orderby .woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--neutral-500, #B5B5B8);
  background: #FFF;
  padding: 16px 40px 16px 20px;
  color: var(--wp--preset--color--neutral-800, #292A2C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.woo-title-controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDDDEC;
}
@media screen and (max-width: 991px) {
  .woo-title-controls {
    flex-direction: column;
    gap: 16px;
  }
}
.woo-title-controls h2 {
  margin-bottom: 0;
}
.woo-title-controls a {
  max-width: fit-content;
  display: flex;
  gap: 10px;
}
.woo-title-controls a svg {
  min-width: 12px;
  width: 12px;
  height: 12px;
  stroke: var(--wp--preset--color--primary, #4787F3);
}
.woo-title-controls a svg path {
  stroke: var(--wp--preset--color--primary, #4787F3);
}
.woo-title-controls a:hover svg {
  stroke: #ffffff;
}
.woo-title-controls a:hover svg path {
  stroke: #ffffff;
}

div[data-block-name="woocommerce/product-button"] {
  max-width: calc(100% - 50px);
}
div[data-block-name="woocommerce/product-button"] .wp-block-button__link {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.woo-wrapper-orderby .add_to_cart_button {
  box-sizing: border-box;
  max-width: calc(100% - 50px);
}

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