.yek-push-permission,
.yek-push-mini,
.yek-push-permission *,
.yek-push-mini * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.yek-push-mini,
.yek-push-permission {
  position: fixed;
  left: 18px;
  bottom: 18px;
}

.yek-push-mini {
  z-index: 99989;
  width: min(285px, calc(100vw - 28px));
  border: 1px solid #dce3ec;
  border-radius: 12px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 35px rgba(15, 23, 42, .13);
  padding: 13px 14px 12px;
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, border-color .18s ease, box-shadow .18s ease;
}

.yek-push-mini.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.yek-push-mini:hover {
  border-color: #c9d3df;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .16);
}

.yek-push-mini-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-right: 34px;
}

.yek-push-mini-head strong {
  color: #111827;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 950;
}

.yek-push-mini p {
  margin: 7px 0 8px;
  color: #5b6677;
  font-size: 12.5px;
  line-height: 1.4;
}

.yek-push-mini.is-loading {
  opacity: .72;
  pointer-events: none;
}

.yek-push-mini-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: #d71920;
  box-shadow: 0 0 0 4px #fff1f2;
}

.yek-push-mini-close {
  position: absolute;
  right: 7px;
  top: 6px;
  width: 33px;
  height: 33px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #667085;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.yek-push-mini-close:hover {
  background: #f7f8fa;
  color: #111827;
}

.yek-push-mini-main {
  min-height: 34px;
  width: 100%;
  border: 1px solid #171b20;
  border-radius: 999px;
  background: #171b20;
  color: #fff;
  padding: 8px 13px;
  font-size: 12.5px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.yek-push-mini-main:hover {
  background: #d71920;
  border-color: #d71920;
}

.yek-push-mini-ios {
  display: block;
  margin: 8px 0 9px;
  padding: 9px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.yek-push-ios-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(15, 23, 42, .34);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.yek-push-ios-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.yek-push-ios-sheet {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid #dce3ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
  overflow: hidden;
  transform: translateY(18px);
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
}

.yek-push-ios-sheet.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.yek-push-ios-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.yek-push-ios-head {
  padding: 18px 54px 15px 18px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 58%, #8f121a 100%);
  color: #fff;
}

.yek-push-ios-head b {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.25;
}

.yek-push-ios-head span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.yek-push-ios-steps {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: #f8fafc;
}

.yek-push-ios-steps div {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 11px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: #fff;
  padding: 12px;
}

.yek-push-ios-steps i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  grid-row: span 2;
  border-radius: 12px;
  background: #fff1f2;
  color: #d71920;
  font-style: normal;
  font-size: 19px;
  font-weight: 950;
}

.yek-push-ios-steps strong {
  display: block;
  color: #111827;
  font-size: 13.5px;
  line-height: 1.25;
}

.yek-push-ios-steps span {
  color: #5b6677;
  font-size: 12.5px;
  line-height: 1.42;
}

.yek-push-ios-actions {
  display: flex;
  gap: 9px;
  padding: 0 14px 14px;
  background: #f8fafc;
}

.yek-push-ios-share,
.yek-push-ios-ok {
  min-height: 38px;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.yek-push-ios-share {
  flex: 1;
  border: 1px solid #171b20;
  background: #171b20;
  color: #fff;
}

.yek-push-ios-ok {
  border: 1px solid #d1d8e2;
  background: #fff;
  color: #334155;
}

.yek-push-ios-share:hover {
  border-color: #d71920;
  background: #d71920;
}

.yek-push-ios-ok:hover {
  border-color: #d71920;
  color: #d71920;
}

.yek-push-mini.is-loading .yek-push-mini-main {
  background: #667085;
  border-color: #667085;
}

.yek-push-permission {
  z-index: 99990;
  width: min(360px, calc(100vw - 28px));
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid #e1e7ef;
  border-left: 4px solid #d71920;
  border-radius: 10px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
  padding: 14px 15px 14px 14px;
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.yek-push-permission.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.yek-push-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff1f2;
  color: #d71920;
  font-weight: 950;
  font-size: 17px;
}

.yek-push-copy strong {
  display: block;
  padding-right: 24px;
  color: #111827;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 950;
}

.yek-push-copy span {
  display: block;
  margin-top: 5px;
  color: #5b6677;
  font-size: 13px;
  line-height: 1.42;
}

.yek-push-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 11px;
}

.yek-push-actions button,
.yek-stock-watch {
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid #d1d8e2;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.yek-push-accept {
  background: #171b20;
  border-color: #171b20;
  color: #fff;
}

.yek-push-accept:hover {
  background: #d71920;
  border-color: #d71920;
}

.yek-push-decline {
  background: #fff;
  color: #253142;
}

.yek-push-decline:hover,
.yek-stock-watch:hover {
  border-color: #d71920;
  color: #d71920;
}

.yek-push-close {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #667085;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.yek-push-close:hover {
  background: #f3f4f6;
  color: #111827;
}

.yek-push-toast {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 99991;
  max-width: min(360px, calc(100vw - 28px));
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .22);
  transform: translateY(12px);
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
}

.yek-push-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

body [data-yek-stock-state="in"] .yek-stock-watch,
body [data-yek-stock-watch="0"] .yek-stock-watch,
body.yek-stock-watch-hidden .yek-stock-watch {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.yek-stock-watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  width: 100% !important;
  max-width: none;
  flex: 0 0 100% !important;
  white-space: normal;
  line-height: 1.2;
  background: #d71920;
  border-color: #d71920;
  color: #fff;
  box-shadow: 0 10px 22px rgba(215, 25, 32, .18);
}

.yek-stock-watch:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .18);
}

.button-group-page .cart-group .yek-stock-watch,
.product-details .yek-stock-watch {
  min-height: 44px;
  margin-top: 10px;
  border-radius: 999px;
}

.yek-stock-watch:hover {
  background: #aa141a;
  border-color: #aa141a;
  color: #fff;
}

.yek-stock-watch:disabled {
  cursor: default;
  opacity: .72;
  background: #8f959b;
  border-color: #8f959b;
}

.yek-stock-watch-main:not(:disabled),
.yek-stock-watch:not(:disabled) {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.yek-stock-watch.is-loading {
  background: #aa141a;
  border-color: #aa141a;
  color: #fff;
}

.yek-stock-watch.is-saved {
  background: #15803d !important;
  border-color: #15803d !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(21, 128, 61, .18);
}

.yek-push-mini,
.yek-push-permission {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.button-group-page.yek-out-of-stock-actions .cart-group .yek-stock-watch-main,
.button-group-page .cart-group .yek-stock-watch.yek-stock-watch-main {
  flex: 1 1 auto !important;
  width: auto !important;
  margin-top: 0 !important;
  min-height: 44px;
  padding: 10px 18px;
}

.yek-stock-watch-main .btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

.yek-out-of-stock-stepper {
  opacity: .64;
}

.yek-out-of-stock-stepper button,
.yek-out-of-stock-stepper input {
  cursor: not-allowed !important;
}

.yek-out-of-stock-stepper input {
  color: #6b7280 !important;
}

.yek-out-of-stock-actions .extra-group {
  gap: 8px;
}

.yek-out-of-stock-actions .extra-group .btn-extra {
  min-height: 40px;
}

.yek-out-of-stock-actions .extra-group .yek-quickbuy-disabled,
.yek-quickbuy-disabled {
  background: #30343a !important;
  border-color: #30343a !important;
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: .82;
  pointer-events: none;
  box-shadow: none !important;
}

.yek-out-of-stock-actions .extra-group .btn-extra:not(.yek-quickbuy-disabled) {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.yek-out-of-stock-actions .extra-group .btn-extra:not(.yek-quickbuy-disabled):hover {
  background: #0b111c !important;
  border-color: #0b111c !important;
  color: #fff !important;
}

.yek-stock-request-open {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid #d71920 !important;
  background: #d71920 !important;
  color: #fff !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(215, 25, 32, .18) !important;
  cursor: pointer !important;
}

.yek-stock-request-open:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .18);
}

.yek-stock-request-open:hover {
  background: #aa141a !important;
  border-color: #aa141a !important;
  color: #fff !important;
}

.yek-stock-request-open.is-loading,
.yek-stock-request-submit.is-loading {
  opacity: .78;
  pointer-events: none;
}

.product-info.out-of-stock .product-details .button-group-page .cart-group,
.product-details .button-group-page.yek-out-of-stock-actions .cart-group {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.product-details .button-group-page .cart-group:has(.yek-stock-request-open) {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.product-info.out-of-stock .product-details .button-group-page .cart-group .stepper,
.product-details .button-group-page.yek-out-of-stock-actions .cart-group .stepper {
  opacity: .55 !important;
  pointer-events: none !important;
}

.product-info.out-of-stock .product-details .button-group-page .cart-group .yek-stock-request-open,
.product-details .button-group-page.yek-out-of-stock-actions .cart-group .yek-stock-request-open,
.product-details .button-group-page .cart-group .yek-stock-request-open {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.yek-stock-request-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15, 23, 42, .54);
}

.yek-stock-request-modal {
  position: relative;
  width: min(440px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 18px;
  background: #fff;
  color: #17212f;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .28);
  padding: 22px;
}

.yek-stock-request-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.yek-stock-request-modal h3 {
  margin: 0 38px 8px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.yek-stock-request-modal p {
  margin: 0 0 14px;
  color: #5b6676;
  font-size: 14px;
  line-height: 1.45;
}

.yek-stock-request-field {
  display: block;
  margin-bottom: 12px;
  font-weight: 800;
  color: #253142;
}

.yek-stock-request-field span {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.yek-stock-request-field input {
  width: 100%;
  height: 44px;
  border: 1px solid #d1d8e2;
  border-radius: 10px;
  padding: 0 12px;
  color: #111827;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
}

.yek-stock-request-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 6px 0 14px;
  color: #344054;
  font-size: 13px;
  line-height: 1.35;
}

.yek-stock-request-check input {
  margin-top: 2px;
}

.yek-stock-request-error {
  display: none;
  margin: 0 0 12px;
  border-radius: 10px;
  background: #fff1f2;
  color: #b42318;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
}

.yek-stock-request-error.is-visible {
  display: block;
}

.yek-stock-request-actions {
  display: flex;
  gap: 10px;
}

.yek-stock-request-submit {
  flex: 1;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: #d71920;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.yek-stock-request-later {
  min-height: 46px;
  border: 1px solid #d1d8e2;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-weight: 900;
  cursor: pointer;
  padding: 0 16px;
}

.yek-stock-request-success {
  display: none;
  text-align: center;
  padding: 12px 4px 4px;
}

.yek-stock-request-success.is-visible {
  display: block;
}

.yek-stock-request-form.is-hidden {
  display: none;
}

@media (max-width: 480px) {
  .yek-stock-request-backdrop {
    align-items: flex-end;
    padding: 10px;
  }

  .yek-stock-request-modal {
    width: 100%;
    border-radius: 16px;
    padding: 18px;
  }

  .yek-stock-request-actions {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .yek-push-mini,
  .yek-push-permission,
  .yek-push-toast {
    left: 14px;
    bottom: 14px;
  }

  .yek-push-permission {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .yek-push-icon {
    display: none;
  }

  .yek-stock-watch {
    min-height: 42px !important;
    max-width: none !important;
    margin-top: 9px !important;
    padding: 9px 12px !important;
    font-size: 12.5px !important;
    line-height: 1.18 !important;
  }
}
