#custom-order-popup {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  direction: rtl;
}
#custom-order-popup.open {
  display: flex;
}
#custom-order-popup .cop-dialog {
  position: relative;
  width: min(520px, 94vw);
  max-height: 88vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  color: #1f2937;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  padding: 18px 16px 16px;
}
#custom-order-popup .cop-close {
  position: absolute;
  left: 10px;
  top: 8px;
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
  z-index: 2;
}
#custom-order-popup .cop-body {
  padding: 8px 6px 4px;
}
#custom-order-popup .cop-shipping {
  text-align: center;
}
#custom-order-popup .cop-ship-section {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  color: #1f2937;
}
#custom-order-popup .cop-ship-section strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #111827;
}
#custom-order-popup .cop-order-actions {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
#custom-order-popup .cop-order-title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  color: #111827;
}
#custom-order-popup .cop-order-contact-line {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#custom-order-popup .cop-contact-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  opacity: 0.95;
  font-family: inherit;
  line-height: 1.2;
  box-sizing: border-box;
  cursor: pointer;
}
#custom-order-popup .cop-contact-box .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
#custom-order-popup .cop-contact-box .icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
#custom-order-popup .cop-contact-box .label {
  white-space: nowrap;
}
#custom-order-popup .cop-contact-box:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.28);
  opacity: 1;
}
#custom-order-popup .cop-contact-box.whatsapp {
  background: #25d366;
  color: #000;
}
#custom-order-popup .cop-contact-box.telegram {
  background: #229ed9;
  color: #fff;
}
#custom-order-popup .cop-contact-box.livechat {
  background: linear-gradient(135deg, #ffd700 0%, #e6b800 100%);
  color: #111;
}
#custom-order-popup .cop-contact-box.livechat .icon {
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}
#custom-order-popup .cop-contact-box.livechat-full {
  display: flex;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #custom-order-popup .cop-order-contact-line {
    flex-direction: column;
    align-items: stretch;
  }
  #custom-order-popup .cop-contact-box {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.elementor-832 {
  display: none !important;
}

/* on-page shipping block — centered like popup */
.elementor-element-37f19be .elementor-heading-title,
.elementor-element-131c908 .elementor-heading-title {
  text-align: center !important;
}
.elementor-element-083d7fe .elementor-widget-container,
.elementor-element-b7fb3df .elementor-widget-container {
  text-align: center !important;
}
.elementor-element-083d7fe p,
.elementor-element-b7fb3df p {
  text-align: center !important;
  line-height: 2 !important;
  margin: 0 0 12px !important;
  font-size: 13px !important;
}
