/* AdeptDEV v0.22.3 — clean wishlist / compare toast */
body.adeptdev-storefront #small-popup {
  z-index: 10120;
}

body.adeptdev-storefront #small-popup .notification {
  width: min(390px, calc(100vw - 32px));
  min-width: 0;
  max-width: 390px;
  padding: 20px 22px 19px;
  border: 1px solid rgba(63, 119, 255, .22);
  border-radius: 20px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 60px rgba(23, 64, 132, .18);
  backdrop-filter: blur(18px);
}

body.adeptdev-storefront #small-popup .notification > button {
  top: -11px;
  right: -11px;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(34, 77, 146, .16);
}

body.adeptdev-storefront #small-popup .notification > button svg {
  width: 34px;
  height: 34px;
}

body.adeptdev-storefront #small-popup .title {
  display: none !important;
}

body.adeptdev-storefront #small-popup .ad-toast__title {
  display: block;
  margin: 0 34px 5px 0;
  color: #112d59;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -.015em;
}

body.adeptdev-storefront #small-popup .ad-toast__message {
  display: block;
  padding: 0;
  margin: 0;
  color: #6980a4;
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 550;
  overflow-wrap: break-word;
  word-break: normal;
}

body.adeptdev-storefront #small-popup .ad-toast__actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 14px;
}

body.adeptdev-storefront #small-popup .ad-toast__actions:empty {
  display: none;
}

body.adeptdev-storefront #small-popup .ad-toast__action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  background: #f7faff;
  color: #285cbd;
  font-size: 12.5px;
  font-weight: 750;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

body.adeptdev-storefront #small-popup .ad-toast__action:hover {
  transform: translateY(-1px);
  border-color: #9fc0ff;
  box-shadow: 0 7px 18px rgba(49, 104, 220, .10);
}

body.adeptdev-storefront #small-popup .ad-toast__action--primary {
  border-color: #2f6fff;
  background: linear-gradient(135deg, #3979ff, #2458da);
  color: #fff;
  box-shadow: 0 8px 20px rgba(47, 111, 255, .21);
}

body.adeptdev-storefront #small-popup.ww .notification::before,
body.adeptdev-storefront #small-popup.cp .notification::before {
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  margin: 0 0 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f6fff, #55c7ff);
}

@media (max-width: 767px) {
  body.adeptdev-storefront #small-popup .notification {
    width: calc(100vw - 24px);
    max-width: none;
    margin-right: 12px;
    margin-bottom: calc(92px + env(safe-area-inset-bottom));
    padding: 18px 18px 17px;
    border-radius: 18px;
  }

  body.adeptdev-storefront #small-popup .ad-toast__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.adeptdev-storefront #small-popup .ad-toast__action {
    width: 100%;
  }
}

@media (max-width: 390px) {
  body.adeptdev-storefront #small-popup .ad-toast__actions {
    grid-template-columns: 1fr;
  }
}
