.eshop-contact {
  --ink: #172033;
  --muted: #667085;
  --line: #d7deea;
  --purple: #5b42d6;
  max-width: 720px;
  margin: 0 auto;
  padding: 22px 16px 50px;
  color: var(--ink);
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-family: inherit;
  box-sizing: border-box;
}
.elementor-widget-shortcode:has(.eshop-contact),
.elementor-widget-shortcode:has(.eshop-contact) > .elementor-widget-container,
.elementor-shortcode:has(.eshop-contact),
.wp-block-shortcode:has(.eshop-contact),
.entry-content:has(.eshop-contact),
.page-content:has(.eshop-contact) {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.eshop-contact * { box-sizing: border-box; }
.eshop-contact [hidden] { display: none !important; }

.eshop-contact-intro {
  position: relative;
  margin: 0 0 28px;
  padding: 25px 24px 24px;
  overflow: hidden;
  border: 1px solid #f1d486;
  border-right: 5px solid #e6a817;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf5, #fff8df);
  box-shadow: 0 8px 22px rgba(156, 105, 0, .09);
}
.eshop-contact-intro__icon {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #bd7900;
  background: #fff1bd;
  border-radius: 50%;
  font-size: 20px;
}
.eshop-contact-intro__badge { display: inline-flex; margin: 0 0 11px; padding: 5px 10px; color: #8a5900; background: rgba(255,255,255,.72); border: 1px solid #efd899; border-radius: 999px; font-size: .76rem; font-weight: 850; }
.eshop-contact-intro h2 { margin: 0 0 9px; padding-left: 48px; color: #7b4b00; font-size: 1.35rem; }
.eshop-contact-intro p { margin: 0; color: #684f27; font-size: .97rem; line-height: 1.9; }
.eshop-contact-intro__steps { margin-top: 16px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.eshop-contact-intro__steps span { min-height: 42px; padding: 7px 8px; display: flex; align-items: center; justify-content: center; gap: 6px; color: #684f27; background: rgba(255,255,255,.70); border: 1px solid #f0d998; border-radius: 11px; font-size: .76rem; font-weight: 800; text-align: center; }
.eshop-contact-intro__steps b { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 22px; color: #fff; background: #b87900; border-radius: 7px; }

.eshop-contact-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 0;
}
.eshop-social {
  min-height: 60px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--channel-text) !important;
  background: var(--channel-bg);
  border: 1px solid var(--channel-border);
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .20), inset 0 1px 0 rgba(255, 255, 255, .30), inset 0 -3px 0 rgba(0, 0, 0, .12);
  font-weight: 800;
  letter-spacing: .1px;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.eshop-social:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 12px 22px rgba(15, 23, 42, .24), inset 0 1px 0 rgba(255, 255, 255, .32);
}
.eshop-social:active { transform: translateY(1px); box-shadow: 0 4px 8px rgba(15, 23, 42, .18), inset 0 2px 4px rgba(0, 0, 0, .15); }
.eshop-social:focus-visible { outline: 3px solid rgba(91, 66, 214, .28); outline-offset: 3px; }
.eshop-social__icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; color: currentColor; background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .18); border-radius: 12px; box-shadow: inset 0 1px 0 rgba(255,255,255,.20); }
.eshop-social__icon svg { width: 23px; height: 23px; display: block; overflow: visible; }
.eshop-social__icon img { width: 24px; height: 24px; display: block; object-fit: contain; border-radius: 6px; }
.eshop-social__copy { min-width: 0; display: grid; gap: 1px; line-height: 1.25; }
.eshop-social__copy strong { color: inherit; font: inherit; font-weight: 850; }
.eshop-social__copy small { color: inherit; opacity: .82; font-size: .72em; font-weight: 600; }
.eshop-social--tiktok .eshop-social__icon { background: #101114; border-color: rgba(255,255,255,.20); }
.eshop-tiktok-cyan { fill: #25f4ee; transform: translate(-.45px,-.25px); }
.eshop-tiktok-red { fill: #fe2c55; transform: translate(.45px,.25px); }

.eshop-contact-form-wrap {
  width: min(100%, var(--form-max-width));
  margin-right: auto;
  margin-left: auto;
  padding: var(--form-padding);
  color: var(--ink);
  background: var(--form-bg);
  border: var(--form-border-width) solid var(--form-border);
  border-radius: var(--form-radius);
  box-shadow: var(--form-shadow);
  isolation: isolate;
}
.eshop-contact-form-wrap.is-outside { margin-top: var(--form-gap); }
.eshop-contact-form-wrap.is-inside {
  grid-column: 1 / -1;
  margin-top: max(8px, calc(var(--form-gap) - 13px));
  margin-bottom: max(8px, calc(var(--form-gap) - 13px));
}
.eshop-contact-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 0 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--form-border);
  text-align: center;
}
.eshop-contact-section-title span { color: var(--form-title-color); font-size: var(--form-title-size); font-weight: 900; line-height: 1.35; }
.eshop-contact-section-title small { color: var(--form-subtitle-color); font-size: var(--form-subtitle-size); }
.eshop-contact-field { margin-bottom: 21px; }
.eshop-contact-field label {
  margin: 0 2px 8px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--field-label);
  font-size: .93rem;
  font-weight: 800;
}
.eshop-contact-field label small { color: #7c8798; direction: ltr; font-weight: 500; }
.eshop-required { margin-right: 4px; color: #c62828; }
.eshop-contact-field input,
.eshop-contact-field select,
.eshop-contact-field textarea {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  color: var(--field-text);
  background: var(--field-bg);
  border: var(--field-border-width) solid var(--field-border);
  border-radius: var(--field-radius);
  outline: none;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .09), inset 0 1px 0 rgba(255, 255, 255, .70);
  font: inherit;
  font-size: 1rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.eshop-contact-field input,
.eshop-contact-field select { height: var(--field-height); }
.eshop-contact-field select.is-placeholder {
  color: #667085 !important;
  font-weight: 500 !important;
}
.eshop-contact-field select.is-selected {
  color: #17324d !important;
  font-weight: 700 !important;
}
.eshop-contact-field textarea { min-height: 125px; padding-top: 14px; padding-bottom: 14px; resize: vertical; }
.eshop-contact-field input:focus,
.eshop-contact-field select:focus,
.eshop-contact-field textarea:focus {
  border-color: var(--field-focus);
  box-shadow: 0 7px 16px rgba(91, 66, 214, .16), 0 0 0 3px rgba(91, 66, 214, .09);
}
.eshop-contact-field .is-error { background: #fff9f9; border-color: #c62828; }
.eshop-contact-error { display: none; margin: 6px 4px 0; color: #bd2020; font-size: .84rem; font-weight: 700; }
.eshop-contact-global-error {
  width: 100%;
  margin: 2px 0 4px;
  padding: 14px 16px;
  color: #9f1239;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-inline-start: 4px solid #e11d48;
  border-radius: 12px;
  line-height: 1.75;
  font-size: .92rem;
  font-weight: 800;
  text-align: start;
}
.eshop-contact-global-error[hidden] { display: none !important; }

.eshop-contact-submit {
  width: 100%;
  min-height: var(--submit-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--submit-text);
  background: var(--submit-bg);
  border: var(--submit-border-width) solid var(--submit-border);
  border-radius: var(--submit-radius);
  box-shadow: var(--submit-shadow);
  cursor: pointer;
  font: inherit;
  font-size: 1.08rem;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.eshop-contact-submit:hover { transform: translateY(-2px); filter: brightness(1.05); }
.eshop-contact-submit:active { transform: translateY(1px); }
.eshop-contact-submit:focus-visible { outline: 3px solid rgba(79, 70, 229, .28); outline-offset: 3px; }
.eshop-contact-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.eshop-contact-submit__arrow { transition: transform .2s ease; }
.eshop-contact-submit:hover .eshop-contact-submit__arrow { transform: translateX(-4px); }
.eshop-contact-honeypot { position: absolute !important; left: -9999px !important; }

.eshop-contact-duplicate,
.eshop-contact-success { padding: 50px 10px 35px; text-align: center; }
.eshop-contact-duplicate__icon,
.eshop-contact-success__check { width: 78px; height: 78px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; }
.eshop-contact-duplicate__icon { color: #b97800; background: #fff7df; border: 5px solid #f7e3a7; font-size: 34px; }
.eshop-contact-success__check { color: #128456; background: #eafaf1; border: 5px solid #c9f0da; font-size: 40px; font-weight: 900; }
.eshop-contact-duplicate h2 { margin: 0 0 13px; color: #6f4a00; }
.eshop-contact-success h2 { margin: 0 0 13px; color: #173b68; }
.eshop-result-kicker { display: inline-flex; margin: 0 0 10px; padding: 5px 11px; color: #4338ca; background: #eeecff; border: 1px solid #d8d3ff; border-radius: 999px; font-size: .78rem; font-weight: 900; }
.eshop-contact-duplicate p,
.eshop-contact-success p { max-width: 540px; margin: 0 auto; color: #596579; line-height: 1.9; }
.eshop-result-points { max-width: 590px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.eshop-result-points span { min-height: 58px; padding: 10px 8px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #344054; background: #fff; border: 1px solid #dfe5ee; border-radius: 13px; box-shadow: 0 7px 18px rgba(15,23,42,.07); font-size: .82rem; font-weight: 800; }
.eshop-result-points b { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 25px; color: #fff; background: #4f46e5; border-radius: 8px; }
.eshop-contact-success__note { max-width: 560px; margin: 24px auto 0; padding: 17px 18px; color: #714c05; background: #fffaf0; border: 1px solid #efd88c; border-inline-start: 4px solid #e5a313; border-radius: 13px; line-height: 1.8; }
.eshop-contact-success__note strong { color: #9a6500; }

.eshop-contact-loader { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; background: rgba(241, 245, 249, .72); backdrop-filter: blur(8px); }
.eshop-contact-loader__card { padding: 24px 28px; display: flex; align-items: center; gap: 9px; color: #334155; background: #fff; border-radius: 20px; box-shadow: 0 20px 45px rgba(15, 23, 42, .18); font-weight: 800; }
.eshop-contact-loader__card i { width: 13px; height: 13px; background: #5b42d6; border-radius: 50%; animation: eshop-bounce .65s infinite alternate; }
.eshop-contact-loader__card i:nth-child(2) { background: #1687e8; animation-delay: .18s; }
.eshop-contact-loader__card i:nth-child(3) { background: #18ad61; animation-delay: .36s; }
.eshop-contact-loader__card span { margin-right: 7px; }
@keyframes eshop-bounce { to { transform: translateY(-9px); } }

@media (max-width: 520px) {
  .eshop-contact { padding: 15px 14px 38px; }
  .eshop-contact-socials { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .eshop-social { min-height: 56px; padding: 9px 7px; gap: 6px; border-radius: 13px; font-size: .76rem; }
  .eshop-social__icon { width: 31px; height: 31px; flex-basis: 31px; border-radius: 10px; }
  .eshop-social__icon svg { width: 20px; height: 20px; }
  .eshop-contact-intro { padding: 22px 18px; }
  .eshop-contact-intro h2 { padding-left: 42px; }
  .eshop-contact-intro__steps { grid-template-columns: 1fr; }
  .eshop-contact-intro__steps span { justify-content: flex-start; text-align: right; }
  .eshop-result-points { grid-template-columns: 1fr; }
  .eshop-contact-form-wrap { padding: min(var(--form-padding), 20px); }
  .eshop-contact-field label { align-items: center; gap: 10px; font-size: .88rem; }
  .eshop-contact-field label small { font-size: .78rem; white-space: nowrap; }
  .eshop-contact-section-title { align-items: center; }
  .eshop-contact-loader__card { flex-wrap: wrap; justify-content: center; }
  .eshop-contact-loader__card span { width: 100%; margin: 8px 0 0; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .eshop-contact *, .eshop-contact *::before, .eshop-contact *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
