.dot3-wishlist-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #d9e2ea;
  border-radius: 999px;
  color: #23313f;
  cursor: pointer;
  display: inline-flex;
  font-size: 23px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: transform .18s ease, border-color .18s ease, color .18s ease;
  width: 42px;
  z-index: 3;
}

.dot3-product-card,
.woocommerce ul.products li.product { position: relative; }

.dot3-product-card > .dot3-wishlist-toggle,
.woocommerce ul.products li.product > .dot3-wishlist-toggle {
  position: absolute;
  right: 12px;
  top: 12px;
}

.dot3-wishlist-toggle:hover,
.dot3-wishlist-toggle.is-active {
  border-color: #e24f64;
  color: #d92f4f;
  transform: translateY(-1px);
}

.dot3-wishlist-toggle.is-loading { opacity: .55; }

.dot3-wishlist-count {
  align-items: center;
  background: #f04458;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 17px;
  justify-content: center;
  line-height: 1;
  min-width: 17px;
  padding: 0 4px;
  vertical-align: top;
}

.dot3-core-panel {
  background: #fff;
  border: 1px solid #dce8f2;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(19, 43, 63, .07);
  margin: 28px 0;
  padding: clamp(20px, 4vw, 44px);
}

.dot3-core-heading { align-items: flex-start; display: flex; gap: 16px; margin-bottom: 24px; }
.dot3-core-heading > span { align-items: center; background: #eaf6ff; border-radius: 16px; color: #1267a7; display: flex; font-size: 30px; height: 58px; justify-content: center; min-width: 58px; }
.dot3-core-heading h1 { font-size: clamp(28px, 4vw, 44px); margin: 0 0 8px; }
.dot3-core-heading p { color: #5b6d7d; margin: 0; }
.dot3-core-heading small { color: #138a67; font-weight: 800; letter-spacing: .12em; }

.dot3-core-tip,
.dot3-core-success,
.dot3-core-error,
.dot3-core-login,
.dot3-core-empty { border-radius: 14px; margin: 18px 0; padding: 16px 18px; }
.dot3-core-tip { background: #fff8dc; border: 1px solid #f3d675; }
.dot3-core-success { background: #eaf9f0; border: 1px solid #7ed09e; color: #176a3c; }
.dot3-core-error { background: #fff0f1; border: 1px solid #ec9ca7; color: #9b2436; }
.dot3-core-login,
.dot3-core-empty { background: #f4f9fd; border: 1px solid #cfe1ee; text-align: center; }

.dot3-core-product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dot3-core-product { border: 1px solid #e0e8ee; border-radius: 16px; padding: 14px; position: relative; }
.dot3-core-product-image { align-items: center; display: flex; justify-content: center; min-height: 170px; }
.dot3-core-product-image img { height: 170px; object-fit: contain; width: 100%; }
.dot3-core-product h3 { font-size: 16px; min-height: 44px; }
.dot3-core-product-actions { align-items: center; display: flex; gap: 8px; justify-content: space-between; margin-top: 12px; }

.dot3-core-form { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dot3-core-form label { color: #273746; display: grid; font-weight: 700; gap: 7px; }
.dot3-core-form input,
.dot3-core-form select,
.dot3-core-form textarea { background: #fff; border: 1px solid #cbd9e4; border-radius: 10px; font: inherit; min-height: 48px; padding: 10px 12px; width: 100%; }
.dot3-core-form textarea { min-height: 90px; resize: vertical; }
.dot3-core-form .full { grid-column: 1 / -1; }
.dot3-core-choices { border: 1px solid #dce8f2; border-radius: 14px; display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 14px; }
.dot3-core-choices legend { font-weight: 800; padding: 0 8px; }
.dot3-core-choices label > input { height: 18px; min-height: 0; width: 18px; }
.dot3-core-choices label > span { border: 1px solid #e2e9ef; border-radius: 10px; display: grid; gap: 4px; padding: 10px; }
.dot3-core-choices img { height: 74px; object-fit: contain; width: 100%; }
.dot3-core-choices small { color: #14835e; }

.dot3-saved-lists { border-top: 1px solid #e0e8ee; margin-top: 34px; padding-top: 26px; }
.dot3-saved-lists article,
.dot3-buy-again article { align-items: center; border: 1px solid #dfe8ef; border-radius: 13px; display: flex; gap: 16px; justify-content: space-between; margin: 10px 0; padding: 16px; }
.dot3-saved-lists h3,
.dot3-buy-again h3 { margin: 0 0 5px; }
.dot3-saved-lists p,
.dot3-buy-again p { color: #607080; margin: 0; }
.dot3-list-actions { align-items: center; display: flex; gap: 8px; }
.dot3-list-actions form { margin: 0; }
.dot3-list-actions .dot3-delete { background: #fff; border-color: #e4a9b2; color: #a82c40; }
.dot3-wholesale-label { color: #075985; font-weight: 800; }
.dot3-wholesale-notice { border-left-color: #0284c7; }
.dot3-service-requests { display: grid; gap: 18px; }
.dot3-request-order { border: 1px solid #dfe8ef; border-radius: 14px; padding: 18px; }
.dot3-request-order header { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
.dot3-request-order header h3,
.dot3-request-order header p { margin: 0; }
.dot3-service-request-form { background: #f7fbfe; border-radius: 12px; display: grid; gap: 12px; margin-top: 14px; padding: 14px; }
.dot3-service-request-form label { display: grid; font-weight: 700; gap: 6px; }
.dot3-service-request-form select,
.dot3-service-request-form textarea { border: 1px solid #cbd9e4; border-radius: 8px; font: inherit; padding: 9px 10px; width: 100%; }
.dot3-request-safety { color: #5b6873; font-size: 13px; margin: 0; }
.dot3-request-state { background: #eef7ff; border-radius: 8px; padding: 10px; }
.dot3-admin-request-actions { display: flex; gap: 7px; margin-bottom: 5px; }
.dot3-admin-request-actions form { margin: 0; }
.dot3-operations h2 { margin-top: 30px; }
.dot3-operations .widefat small { color: #59636e; }
.dot3-readiness-checks { display: grid; gap: 8px; }
.dot3-readiness-checks span { border-radius: 999px; color: #fff; display: inline-block; font-size: 11px; font-weight: 800; min-width: 62px; padding: 3px 7px; text-align: center; }
.dot3-check-pass { background: #15803d; }
.dot3-check-attention { background: #b45309; }

@media (max-width: 900px) {
  .dot3-core-product-grid,
  .dot3-core-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .dot3-core-form { grid-template-columns: 1fr; }
  .dot3-core-form label { grid-column: 1; }
  .dot3-core-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .dot3-core-product { padding: 10px; }
  .dot3-core-product-image,
  .dot3-core-product-image img { height: 120px; min-height: 120px; }
  .dot3-saved-lists article,
  .dot3-buy-again article { align-items: flex-start; flex-direction: column; }
}
