.w-commerce-option-name + span {
    white-space: pre;
}
.w-commerce-commerceaddtocartbutton.disabled {
    cursor: not-allowed;
}

.udesly-fake-number-input::-webkit-outer-spin-button, .udesly-fake-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.udesly-fake-number-input {
    -moz-appearance: textfield;
}
[data-node-type="cart-remove-link"] * {
    pointer-events: none;
}
.form-posted-successfully form {
  display: none;
}

.form-posted-successfully .w-form-done {
  display: inherit;
}

.form-failed .w-form-fail, .w-form-fail.form-has-errors {
  display: inherit;
}

.notyf__icon {
    display: none;
}

/* KOLAK Improved Product Variant Selector */
.add-to-cart-section fieldset[data-node-type="add-to-cart-option"] {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: 180px;
  min-height: 44px;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
}

.add-to-cart-section fieldset[data-node-type="add-to-cart-option"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #111;
  border-bottom: 1.5px solid #111;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.add-to-cart-section select[data-node-type="add-to-cart-option-select"].select-field {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box;
  width: auto;
  min-width: 180px;
  max-width: 100%;
  min-height: 44px;
  height: 44px !important;
  margin: 0;
  padding: 0 42px 0 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.28) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.add-to-cart-section select[data-node-type="add-to-cart-option-select"].select-field::-ms-expand {
  display: none;
}

.add-to-cart-section select[data-node-type="add-to-cart-option-select"].select-field:hover {
  border-color: rgba(0, 0, 0, 0.65) !important;
  background-color: #fafafa !important;
}

.add-to-cart-section select[data-node-type="add-to-cart-option-select"].select-field:focus-visible {
  border-color: #111 !important;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #111;
}

.add-to-cart-section select[data-node-type="add-to-cart-option-select"].select-field:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* KOLAK IMPROVED — KOMPLETE THE LOOK */
[id$="__1781301362adbf9ccd"] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100%;
  min-height: 34px !important;
  height: 34px !important;
  margin: 0;
  padding: 0 32px 0 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.38) !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23111' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 11px center !important;
  background-size: 10px 7px !important;
  color: #111 !important;
  font: inherit !important;
  line-height: normal !important;
  cursor: pointer;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

[id$="__1781301362adbf9ccd"] select::-ms-expand {
  display: none;
}

[id$="__1781301362adbf9ccd"] select:hover {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #fafafa !important;
}

[id$="__1781301362adbf9ccd"] select:focus-visible {
  border-color: #111 !important;
  box-shadow: none !important;
  outline: none !important;
}

[id$="__1781301362adbf9ccd"] select:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* KOLAK — KOMPLETE THE LOOK mobile Add to Cart compact size */
@media screen and (max-width: 767px) {
  [id$="__1781301362adbf9ccd"] form button[type="submit"],
  [id$="__1781301362adbf9ccd"] form input[type="submit"],
  [id$="__1781301362adbf9ccd"] form [name="add"],
  [id$="__1781301362adbf9ccd"] button[name="add"] {
    box-sizing: border-box !important;
    display: block !important;
    width: 200px !important;
    inline-size: 200px !important;
    max-width: 200px !important;
    max-inline-size: 200px !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
