.product-quantity-hidden,
.woocommerce-remove-coupon {
  display: none !important;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-billing-fields h3,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
#customer_details,
#order_review_heading,
#order_review {
  display: none !important;
}

.pickup-mode .woocommerce-billing-fields {
  display: none;
}

.woocommerce-checkout .woocommerce {
  max-width: 62.5rem;
  margin: 0 auto;
}

.woocommerce-checkout .woocommerce > .checkout-form__title {
  margin-bottom: 1.25rem;
}

.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-message,
.checkout-sidebar .woocommerce-message,
.checkout-sidebar .woocommerce-error,
.checkout-sidebar .woocommerce-info {
  margin-bottom: 0;
}

.woocommerce-form-coupon,
.wcus-checkout-fields {
  display: block !important;
}

.coupon-error-notice {
  padding: 0.5rem 1.5rem;
  margin: 1.25rem 0 0;
  position: relative;
  background-color: #fff5f5;
  color: #b81c23;
  border: 1px solid #b81c23;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.35;
  display: block;
  word-wrap: break-word;
}

.wcus-checkout-fields .wcus-state-loading:after {
  border-color: #2c424c;
  border-left-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.blockOverlay {
  background: none !important;
  opacity: 1 !important;
}

.is-loading,
.ajax_add_to_cart.loading {
  position: relative;
}

.blockOverlay::before,
.is-loading::before,
.ajax_add_to_cart.loading::before {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  border-color: transparent #2c424c #2c424c;
  content: "";
  height: 1.5rem !important;
  width: 1.5rem !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none !important;
  z-index: 21;
}

.blockOverlay::after,
.is-loading::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.6);
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.form-row.place-order {
  font-size: 0.75rem;
  line-height: 1.71em;
  font-style: italic;
}

.checkout-form__delivery-fields .zen-ui-select__value {
  background: #fff;
  border: 0.0625rem solid #f5f3f2;
  border-radius: 0.3125rem;
  padding: 1rem 1.5625rem !important;
  font-size: 0.875rem;
}
.zen-ui-select__value-text {
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}

.zen-ui-select__dropdown-container .zen-ui-select__dropdown {
  box-shadow: 0 0 0 0.0625rem #2c424c;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.checkout-form__delivery-fields .form-row:not(:first-child),
.checkout-form__delivery-fields .form-row ~ div {
  margin-top: 1.25rem;
}

.checkout-form__delivery-fields .zen-ui-select__value > svg {
  right: 20px;
}

.checkout-form__delivery-fields .form-row > label {
  display: none;
}

/* Hide default variation dropdowns when using custom variant buttons */
.product-page .variations_form .variations {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  margin: 1.5rem auto 0;
  font-size: 0.85rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}

.contacts-form__form .wpcf7-response-output {
  color: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 0.85rem;
  line-height: 1.2;
}

.wpcf7-form.submitting {
  position: relative;
}
.wpcf7-form.submitting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  z-index: 90;
}
.wpcf7-form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
  display: block !important;
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #720eec;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  font-size: 1.1em;
  line-height: 1;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #2c424c;
}

.woocommerce-message::before {
  content: "\2713";
  color: #2c424c;
}

.woocommerce-info {
  border-top-color: #000;
}

.woocommerce-info::before {
  content: "\2139";
  color: #000;
}

.woocommerce-error {
  border-top-color: #b81c23;
}

.woocommerce-error::before {
  content: "\2715";
  color: #b81c23;
}

.woocommerce-notices-wrapper a {
  text-decoration: underline;
}

.woocommerce-notices-wrapper a:hover {
  text-decoration: none;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 10px 10px;
}

.header__main-content [type="search"]::-webkit-search-cancel-button {
  filter: invert(100%);
}

.products .add_to_cart_button {
  font-size: 0 !important;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 5;
}
.products .add_to_cart_button:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/svg/basket-shopping.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-card__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.login-modal__footer p:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* START: Search live results */
.header__search-live {
  position: absolute;
  top: 100%;
  left: 0;
  right: -1rem;
  z-index: 100;
  width: 100%;
  min-width: 16.875rem;
  background-color: #fff;
  color: #2c424c;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  max-height: min(22rem, 70vh);
  overflow-y: auto;
  text-align: left;
}

.header-search-mobile .header__search-live {
  color: #2c424c;
}

.header__search-live-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__search-live-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.35;
  transition: background 0.15s ease;
}

.header__search-live-link:hover,
.header__search-live-link:focus-visible {
  background-color: #f5f3f2;
  color: #2c424c;
  outline: none;
}

.header__search-live-thumb {
  flex-shrink: 0;
  width: 2.5rem;
  height: 3rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #f6f5f8;
}

.header__search-live-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__search-live-title {
  flex: 1;
  min-width: 0;
}

.header__search-live-all {
  display: block;
  margin: 0.5rem 0;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}

.header__search-live-empty,
.header__search-live-status {
  margin: 0;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.35;
}

.header__search-live-empty {
  color: #6b7280;
}

@media (max-width: 767px) {
  .header__search-live {
    min-width: auto;
  }
}
/* END: Search live results */
