.eph-product-assistant {
  position: fixed;
  inset: 0;
  z-index: 2147483000;

  display: none;
  align-items: center;
  justify-content: center;

  padding: 20px;

  background: rgba(10, 31, 20, 0.50);
  backdrop-filter: blur(10px);
}

.eph-product-assistant.is-open {
  display: flex;
}

.eph-product-assistant-panel {
  width: min(760px, 100%);
  max-height: min(880px, calc(100vh - 40px));

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border: 1px solid rgba(21, 91, 52, 0.20);
  border-radius: 26px;

  background:
    linear-gradient(
      155deg,
      rgba(248, 252, 249, 0.99),
      rgba(232, 243, 236, 0.99)
    );

  box-shadow:
    0 30px 100px rgba(8, 38, 22, 0.30);

  color: #173d29;
}

.eph-product-assistant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 16px 20px;

  border-bottom: 1px solid rgba(21, 91, 52, 0.12);
}

.eph-product-assistant-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.eph-product-assistant-orb {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff,
      #d8eee0 58%,
      #9cc8ac
    );

  box-shadow:
    0 8px 22px rgba(22, 91, 52, 0.20);
}

.eph-product-assistant-orb-mark {
  color: #245cff;
  font-size: 22px;
  font-weight: 900;
}

.eph-product-assistant-brand strong {
  display: block;
  font-size: 16px;
  line-height: 1.15;
}

.eph-product-assistant-brand span {
  display: block;
  margin-top: 3px;

  color: #62776a;
  font-size: 12px;
}

.eph-product-assistant-close {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(21, 91, 52, 0.15);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.74);
  color: #194a30;

  font-size: 24px;
  line-height: 1;

  cursor: pointer;
}

.eph-product-assistant-context {
  padding: 13px 20px;

  border-bottom: 1px solid rgba(21, 91, 52, 0.10);

  background: rgba(255, 255, 255, 0.40);
}

.eph-product-assistant-context-label,
.eph-product-assistant-step-label,
.eph-product-assistant-result-label {
  color: #6c7f73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eph-product-assistant-context-title {
  margin-top: 4px;

  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.eph-product-assistant-context-path {
  margin-top: 4px;

  color: #587063;
  font-size: 12px;
}

.eph-product-assistant-body {
  padding: 18px 20px 24px;

  overflow-y: auto;
  overscroll-behavior: contain;
}

.eph-product-assistant-step {
  margin-bottom: 20px;
}

.eph-product-assistant-step-label {
  margin-bottom: 9px;
}

.eph-product-assistant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eph-product-assistant-option {
  min-height: 38px;
  padding: 8px 13px;

  border: 1px solid rgba(21, 91, 52, 0.18);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.72);
  color: #245039;

  font: inherit;
  font-size: 13px;
  font-weight: 700;

  cursor: pointer;
}

.eph-product-assistant-option:hover {
  border-color: rgba(21, 91, 52, 0.38);
  transform: translateY(-1px);
}

.eph-product-assistant-option.is-selected {
  border-color: #146b3b;
  background: #146b3b;
  color: #ffffff;
}

.eph-product-assistant-custom-capacity,
.eph-product-assistant-custom-crop {
  display: none;
  width: min(260px, 100%);
  margin-top: 10px;
}

.eph-product-assistant-custom-capacity.is-visible,
.eph-product-assistant-custom-crop.is-visible {
  display: block;
}

.eph-product-assistant-custom-crop {
  width: min(480px, 100%);
}

.eph-product-assistant-custom-crop label {
  display: block;
  margin-bottom: 7px;
  color: #416b54;
  font-size: 13px;
  font-weight: 700;
}

.eph-product-assistant-custom-capacity input,
.eph-product-assistant-custom-crop input,
.eph-product-assistant-notes {
  width: 100%;

  border: 1px solid rgba(21, 91, 52, 0.18);
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.84);
  color: #173d29;

  font: inherit;
  font-size: 14px;
}

.eph-product-assistant-custom-capacity input,
.eph-product-assistant-custom-crop input {
  min-height: 44px;
  padding: 10px 13px;
}

.eph-product-assistant-notes {
  min-height: 72px;
  padding: 12px 14px;
  resize: vertical;
}

.eph-product-assistant-primary {
  min-height: 46px;
  padding: 10px 18px;

  border: 0;
  border-radius: 999px;

  background: #146b3b;
  color: #ffffff;

  font: inherit;
  font-size: 14px;
  font-weight: 800;

  cursor: pointer;
}

.eph-product-assistant-primary:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.eph-product-assistant-result {
  display: none;
  margin-top: 20px;
}

.eph-product-assistant-result.is-visible {
  display: block;
}

.eph-product-assistant-main-solution {
  padding: 16px;

  border: 1px solid rgba(21, 91, 52, 0.14);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.74);
}

.eph-product-assistant-main-solution h3 {
  margin: 5px 0 8px;

  color: #123d27;
  font-size: 19px;
  line-height: 1.22;
}

.eph-product-assistant-main-solution p {
  margin: 0;

  color: #425f4d;
  font-size: 14px;
  line-height: 1.5;
}

.eph-product-assistant-flow {
  margin-top: 13px;
  padding: 11px 13px;

  border-radius: 13px;

  background: #edf5ef;
  color: #214d33;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.eph-product-assistant-related {
  margin-top: 18px;
}

.eph-product-assistant-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;

  margin-top: 9px;
}

.eph-product-assistant-related-card {
  padding: 13px;

  border: 1px solid rgba(21, 91, 52, 0.14);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.68);
}

.eph-product-assistant-related-card h4 {
  margin: 0 0 6px;

  color: #173d29;
  font-size: 14px;
  line-height: 1.25;
}

.eph-product-assistant-related-card p {
  margin: 0;

  color: #5a7062;
  font-size: 12px;
  line-height: 1.42;
}

.eph-product-assistant-video-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: 9px;
}

.eph-product-assistant-video {
  color: #146b3b;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.eph-product-assistant-ai-answer {
  display: none;
  margin-top: 15px;
  padding: 15px;

  border: 1px solid rgba(21, 91, 52, 0.12);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.76);
  color: #294b37;

  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.eph-product-assistant-ai-answer.is-visible {
  display: block;
}

.eph-product-assistant-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;

  margin-top: 15px;
}

.eph-product-assistant-secondary {
  min-height: 40px;
  padding: 8px 14px;

  border: 1px solid rgba(21, 91, 52, 0.22);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.72);
  color: #145c33;

  font: inherit;
  font-size: 12px;
  font-weight: 800;

  cursor: pointer;
}

.eph-product-assistant-status {
  min-height: 18px;
  margin-top: 10px;

  color: #60766a;
  font-size: 11px;
}

@media (max-width: 760px) {
  .eph-product-assistant {
    align-items: flex-end;
    padding: 0;
  }

  .eph-product-assistant-panel {
    width: 100%;
    max-height: 94vh;

    border-radius: 24px 24px 0 0;
  }

  .eph-product-assistant-related-grid {
    grid-template-columns: 1fr;
  }
}


/* EPHARO AI 2060 CLEARABLE FIELDS + WORKING STATE */
#eph-product-assistant .eph-field-with-clear{
  position:relative;
  width:100%;
}

#eph-product-assistant .eph-field-with-clear > input,
#eph-product-assistant .eph-field-with-clear > textarea{
  width:100%;
  padding-right:48px !important;
}

#eph-product-assistant .eph-field-clear{
  -webkit-appearance:none;
  appearance:none;
  position:absolute;
  z-index:2;
  top:50%;
  right:10px;
  width:32px;
  height:32px;
  margin:0;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#315b46;
  box-shadow:none;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  cursor:pointer;
  transition:
    opacity .16s ease,
    transform .16s ease,
    background-color .16s ease,
    box-shadow .16s ease;
  transform:translateY(-50%) scale(.88);
}

#eph-product-assistant .eph-field-with-clear-textarea .eph-field-clear{
  top:12px;
  transform:scale(.88);
}

#eph-product-assistant .eph-field-with-clear.has-value .eph-field-clear{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(-50%) scale(1);
}

#eph-product-assistant .eph-field-with-clear-textarea.has-value .eph-field-clear{
  transform:scale(1);
}

#eph-product-assistant .eph-field-clear:hover,
#eph-product-assistant .eph-field-clear:focus-visible{
  background:#e4f4ea;
  box-shadow:0 5px 18px rgba(18,108,61,.16);
  outline:none;
}

#eph-product-assistant .eph-field-clear span{
  position:relative;
  display:block;
  width:13px;
  height:13px;
}

#eph-product-assistant .eph-field-clear span::before,
#eph-product-assistant .eph-field-clear span::after{
  content:"";
  position:absolute;
  left:1px;
  top:5.5px;
  width:11px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}

#eph-product-assistant .eph-field-clear span::before{
  transform:rotate(45deg);
}

#eph-product-assistant .eph-field-clear span::after{
  transform:rotate(-45deg);
}

#eph-product-assistant .eph-product-assistant-progress{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:11px;
  min-height:54px;
  margin:14px 0 12px;
  padding:12px 16px;
  border:1px solid rgba(18,108,61,.16);
  border-radius:16px;
  color:#184f31;
  background:
    linear-gradient(100deg,#f6fbf8 0%,#eaf7ef 48%,#f6fbf8 100%);
  background-size:220% 100%;
  animation:eph-ai2060-progress-sheen 1.8s linear infinite;
}

#eph-product-assistant .eph-product-assistant-progress[hidden]{
  display:none !important;
}

#eph-product-assistant .eph-product-assistant-progress-orb{
  width:24px;
  height:24px;
  border:3px solid rgba(18,108,61,.18);
  border-top-color:#126c3d;
  border-radius:50%;
  animation:eph-ai2060-spin .8s linear infinite;
}

#eph-product-assistant .eph-product-assistant-progress-copy{
  font-size:14px;
  line-height:1.35;
  font-weight:750;
}

#eph-product-assistant .eph-product-assistant-progress-dots{
  display:flex;
  gap:4px;
}

#eph-product-assistant .eph-product-assistant-progress-dots i{
  display:block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#126c3d;
  animation:eph-ai2060-dot 1.1s ease-in-out infinite;
}

#eph-product-assistant .eph-product-assistant-progress-dots i:nth-child(2){
  animation-delay:.14s;
}

#eph-product-assistant .eph-product-assistant-progress-dots i:nth-child(3){
  animation-delay:.28s;
}

#eph-product-assistant.is-busy .eph-product-assistant-panel{
  cursor:progress;
}

#eph-product-assistant.is-busy .eph-product-assistant-result-actions{
  opacity:.58;
}

@keyframes eph-ai2060-spin{
  to{transform:rotate(360deg)}
}

@keyframes eph-ai2060-dot{
  0%,60%,100%{opacity:.28;transform:translateY(0)}
  30%{opacity:1;transform:translateY(-4px)}
}

@keyframes eph-ai2060-progress-sheen{
  to{background-position:-220% 0}
}

@media (prefers-reduced-motion:reduce){
  #eph-product-assistant .eph-product-assistant-progress,
  #eph-product-assistant .eph-product-assistant-progress-orb,
  #eph-product-assistant .eph-product-assistant-progress-dots i{
    animation:none !important;
  }
}


/* EPHARO_AI_LOADER_V1 */

.eph-product-assistant-panel {
  position: relative;
}

.eph-product-assistant-ai-loader {
  position: absolute;
  inset: 74px 0 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(
      145deg,
      rgba(244, 250, 247, 0.92),
      rgba(224, 241, 232, 0.88)
    );
  -webkit-backdrop-filter:
    blur(18px) saturate(120%);
  backdrop-filter:
    blur(18px) saturate(120%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.eph-product-assistant-ai-loader.is-visible {
  opacity: 1;
  visibility: visible;
}

.eph-product-assistant-ai-loader-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  text-align: center;
}

.eph-product-assistant-ai-loader-orbit {
  position: relative;
  width: 118px;
  height: 118px;
  margin-bottom: 20px;
}

.eph-product-assistant-ai-loader-core {
  position: absolute;
  inset: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 112, 67, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255, 255, 255, 0.98),
      rgba(198, 235, 216, 0.88)
    );
  box-shadow:
    0 18px 38px rgba(14, 72, 43, 0.16),
    inset 0 0 24px rgba(255, 255, 255, 0.9);
  animation:
    epharoAiCorePulse 1.8s ease-in-out infinite;
}

.eph-product-assistant-ai-loader-x {
  font-size: 35px;
  line-height: 1;
  font-weight: 900;
  background:
    linear-gradient(
      135deg,
      #356df3,
      #14b88a,
      #8b5cf6
    );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eph-product-assistant-ai-loader-ring {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
}

.eph-product-assistant-ai-loader-ring.ring-one {
  inset: 8px;
  border-width: 2px;
  border-color:
    rgba(53, 109, 243, 0.7)
    transparent
    rgba(20, 184, 138, 0.7)
    transparent;
  animation:
    epharoAiRotate 1.35s linear infinite;
}

.eph-product-assistant-ai-loader-ring.ring-two {
  inset: 18px;
  border-width: 1px;
  border-color:
    transparent
    rgba(139, 92, 246, 0.58)
    transparent
    rgba(18, 108, 61, 0.55);
  animation:
    epharoAiRotateReverse 1.9s linear infinite;
}

.eph-product-assistant-ai-loader-dot {
  position: absolute;
  top: 2px;
  left: 51px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #356df3;
  box-shadow:
    0 0 0 6px rgba(53, 109, 243, 0.12),
    0 0 22px rgba(53, 109, 243, 0.48);
  transform-origin: 8px 57px;
  animation:
    epharoAiOrbit 1.35s linear infinite;
}

.eph-product-assistant-ai-loader-title {
  margin-bottom: 7px;
  color: #124c30;
  font-size: 21px;
  font-weight: 850;
}

.eph-product-assistant-ai-loader-copy {
  color: #526f60;
  font-size: 14px;
  line-height: 1.45;
}

.eph-product-assistant-ai-loader-dots {
  display: flex;
  gap: 6px;
  margin-top: 15px;
}

.eph-product-assistant-ai-loader-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #177746;
  animation:
    epharoAiDot 1.1s ease-in-out infinite;
}

.eph-product-assistant-ai-loader-dots i:nth-child(2) {
  animation-delay: 140ms;
}

.eph-product-assistant-ai-loader-dots i:nth-child(3) {
  animation-delay: 280ms;
}

@keyframes epharoAiRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes epharoAiRotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes epharoAiOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes epharoAiCorePulse {
  0%,
  100% {
    transform: scale(0.96);
  }

  50% {
    transform: scale(1.04);
  }
}

@keyframes epharoAiDot {
  0%,
  100% {
    opacity: 0.3;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@media (max-width: 700px) {
  .eph-product-assistant-ai-loader {
    inset: 66px 0 0;
    padding: 20px;
  }

  .eph-product-assistant-ai-loader-orbit {
    width: 102px;
    height: 102px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eph-product-assistant-ai-loader *,
  .eph-product-assistant-ai-loader *::before,
  .eph-product-assistant-ai-loader *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* EPHARO PRODUCT ASSISTANT CANONICAL XENYRA ORB START */

.eph-product-assistant-header
.eph-product-assistant-brand
.eph-product-assistant-orb {
  position: relative;
  width: 52px;
  min-width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid rgba(23, 112, 72, 0.12);
  background:
    radial-gradient(
      circle at 35% 24%,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(244, 255, 250, 0.98) 35%,
      rgba(218, 248, 231, 0.98) 72%,
      rgba(177, 220, 195, 0.98) 100%
    );
  box-shadow:
    0 10px 24px rgba(18, 84, 53, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.eph-product-assistant-header
.eph-product-assistant-brand
.eph-product-assistant-orb::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at 34% 26%,
      rgba(255, 255, 255, 0.52),
      rgba(255, 255, 255, 0) 52%
    );
  pointer-events: none;
}

.eph-product-assistant-header
.eph-product-assistant-brand
.eph-product-assistant-orb-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 58%;
  height: 58%;
  object-fit: contain;
}

.eph-product-assistant-header
.eph-product-assistant-brand
.eph-product-assistant-orb-mark {
  display: none !important;
}

/* EPHARO PRODUCT ASSISTANT CANONICAL XENYRA ORB END */

/* EPHARO PRODUCT ASSISTANT SINGLE ORB START */

.eph-product-assistant-brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.eph-product-assistant-brand > div {
  min-width: 0 !important;
}

.eph-product-assistant-orb {
  position: relative !important;
  inset: auto !important;

  display: grid !important;
  place-items: center !important;

  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;

  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

  flex: 0 0 52px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
  border-radius: 999px !important;

  background:
    radial-gradient(
      circle at 32% 24%,
      rgba(255, 255, 255, 1) 0%,
      rgba(246, 255, 251, 0.98) 28%,
      rgba(225, 249, 235, 0.98) 65%,
      rgba(194, 232, 207, 0.98) 100%
    ) !important;

  border:
    1px solid rgba(102, 170, 128, 0.20) !important;

  box-shadow:
    0 8px 18px rgba(25, 88, 58, 0.15),
    inset 8px 8px 14px rgba(255, 255, 255, 0.94),
    inset -9px -10px 16px rgba(80, 143, 103, 0.15) !important;

  transform: none !important;
  animation:
    epharo-xenyra-orb-breathe
    6s
    ease-in-out
    infinite !important;
}

.eph-product-assistant-orb::before,
.eph-product-assistant-orb::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

.eph-product-assistant-orb-image {
  position: static !important;
  inset: auto !important;

  display: block !important;

  width: 46% !important;
  min-width: 0 !important;
  max-width: none !important;

  height: 46% !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center !important;

  opacity: 1 !important;

  transform-origin: 50% 50% !important;

  filter:
    drop-shadow(
      0 2px 4px rgba(77, 49, 210, 0.20)
    ) !important;

  animation:
    epharo-xenyra-x-spin
    7s
    ease-in-out
    infinite !important;
}

.eph-product-assistant-orb-mark,
.eph-product-assistant-orb-core,
.eph-product-assistant-orb-glow {
  display: none !important;
}

@keyframes epharo-xenyra-orb-breathe {
  0%,
  100% {
    box-shadow:
      0 8px 18px rgba(25, 88, 58, 0.15),
      inset 8px 8px 14px rgba(255, 255, 255, 0.94),
      inset -9px -10px 16px rgba(80, 143, 103, 0.15);
  }

  50% {
    box-shadow:
      0 10px 24px rgba(25, 88, 58, 0.21),
      0 0 15px rgba(93, 223, 169, 0.18),
      inset 8px 8px 14px rgba(255, 255, 255, 0.96),
      inset -9px -10px 16px rgba(80, 143, 103, 0.17);
  }
}

@keyframes epharo-xenyra-x-spin {
  0%,
  72% {
    transform: rotate(0deg) scale(1);
  }

  84% {
    transform: rotate(180deg) scale(1.06);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* EPHARO PRODUCT ASSISTANT SINGLE ORB END */

/* EPHARO XENYRA ORB FINAL TUNE START */

.eph-product-assistant-orb {
  box-shadow:
    0 10px 22px rgba(25, 88, 58, 0.18),
    inset 8px 8px 14px rgba(255, 255, 255, 0.94),
    inset -9px -10px 16px rgba(80, 143, 103, 0.15) !important;
}

.eph-product-assistant-orb-image {
  width: 52% !important;
  height: 52% !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 2px 4px rgba(77, 49, 210, 0.20)) !important;
  animation: epharo-xenyra-x-spin 7s ease-in-out infinite !important;
}

/* EPHARO XENYRA ORB FINAL TUNE END */

/* EPHARO PRODUCT ASSISTANT X CENTER START */

/*
 * Meni iba X vo vnutri existujucej Xenyra gule
 * v hlavicke produktoveho asistenta.
 *
 * Nemeni:
 * - velkost gule
 * - pozadie gule
 * - tiene
 * - animaciu
 * - ostatne Xenyra prvky
 */

.eph-product-assistant-brand > .xenyra-orb {
  display: grid !important;
  place-items: center !important;
}

.eph-product-assistant-brand > .xenyra-orb > .xenyra-logo {
  position: static !important;
  inset: auto !important;

  display: block !important;

  width: 72% !important;
  height: 72% !important;

  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: 50% 50% !important;

  justify-self: center !important;
  align-self: center !important;

  transform-origin: 50% 50% !important;
}

/* EPHARO PRODUCT ASSISTANT X CENTER END */

/* EPHARO PRODUCT ASSISTANT APPROVED SPIN START */

/*
 * Animuje sa iba originalne modre X.
 * Gula, velkost, poloha, tien a ostatny dizajn ostavaju bez zmeny.
 */

.eph-product-assistant-brand > .xenyra-orb > .xenyra-logo {
  transform-origin: 50% 50% !important;
  animation:
    epharo-product-assistant-approved-x-spin
    7s
    cubic-bezier(.42, 0, .18, 1)
    .5s
    infinite
    both !important;
  will-change: rotate;
}

@keyframes epharo-product-assistant-approved-x-spin {
  0% {
    rotate: 0turn;
  }

  18% {
    rotate: 1turn;
  }

  100% {
    rotate: 1turn;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eph-product-assistant-brand > .xenyra-orb > .xenyra-logo {
    animation: none !important;
  }
}

/* EPHARO PRODUCT ASSISTANT APPROVED SPIN END */

/* EPHARO DIRECT LOADER BRAND X START */

/*
 * Iba povodne stredove X loadera.
 * Orbit, kruhy, animacia, rozmery a poloha ostavaju povodne.
 */

.eph-product-assistant-ai-loader-x {
  font-size: 0 !important;
  color: transparent !important;
  text-shadow: none !important;
  display: grid !important;
  place-items: center !important;
}

.eph-product-assistant-ai-loader-x > .eph-product-assistant-ai-loader-brand-x {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  pointer-events: none !important;
  transform: none !important;
  animation: none !important;
  filter:
    drop-shadow(
      0 2px 4px rgba(77, 49, 210, 0.20)
    ) !important;
}

/* EPHARO DIRECT LOADER BRAND X END */

/* EPHARO_HISTORY_INTERACTION_CLONE_START */

/*
  Presna interakcia tlacidla Historia.
  Aplikovana iba na styri tlacidla vysledku
  v produktovom asistentovi.
*/

#eph-product-assistant
.epharo-history-interaction {
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

#eph-product-assistant
.epharo-history-interaction:hover {
  background: #eaf6ef !important;
  outline: 2px solid rgba(18, 108, 61, 0.18) !important;
}

#eph-product-assistant
.epharo-history-interaction:focus-visible {
  background: #eaf6ef !important;
  outline: 2px solid rgba(18, 108, 61, 0.18) !important;
}

@media (prefers-reduced-motion: reduce) {
  #eph-product-assistant
  .epharo-history-interaction {
    transition-duration: 0.01ms !important;
  }
}

/* EPHARO_HISTORY_INTERACTION_CLONE_END */


/* EPHARO_PRODUCT_ASSISTANT_SALES_RESULT_V1 */
.eph-product-assistant-decision-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.eph-product-assistant-decision-grid article{
  min-width:0;
  padding:12px 13px;
  border:1px solid rgba(21,91,52,.12);
  border-radius:14px;
  background:rgba(255,255,255,.62);
}
.eph-product-assistant-decision-grid span{
  display:block;
  margin-bottom:5px;
  color:#6b7c72;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.eph-product-assistant-decision-grid strong{
  display:block;
  color:#173d29;
  font-size:12px;
  line-height:1.45;
}
.eph-product-assistant-ai-details{
  display:none;
  margin-top:14px;
  border:1px solid rgba(21,91,52,.12);
  border-radius:14px;
  background:rgba(255,255,255,.54);
  overflow:hidden;
}
.eph-product-assistant-ai-details.is-visible{display:block}
.eph-product-assistant-ai-details>summary{
  padding:11px 14px;
  cursor:pointer;
  color:#145c33;
  font-size:12px;
  font-weight:800;
  list-style:none;
}
.eph-product-assistant-ai-details>summary::-webkit-details-marker{display:none}
.eph-product-assistant-ai-details>summary::after{content:"+";float:right}
.eph-product-assistant-ai-details[open]>summary::after{content:"−"}
.eph-product-assistant-ai-details .eph-product-assistant-ai-answer{
  margin:0;
  border:0;
  border-top:1px solid rgba(21,91,52,.10);
  border-radius:0;
  background:transparent;
}
@media(max-width:760px){
  .eph-product-assistant-decision-grid{grid-template-columns:1fr}
}
@media(prefers-color-scheme:dark){
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-main-solution,
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-related-card,
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-decision-grid article,
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-ai-details{background:rgba(15,31,23,.86);border-color:rgba(137,187,158,.20)}
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-main-solution h3,
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-related-card h4,
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-decision-grid strong{color:#eaf6ee}
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-main-solution p,
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-related-card p,
  :root:not([data-eph-theme="light"]) #eph-product-assistant .eph-product-assistant-decision-grid span{color:#a7bdb0}
}
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-main-solution,
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-related-card,
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-decision-grid article,
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-ai-details{background:rgba(15,31,23,.86);border-color:rgba(137,187,158,.20)}
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-main-solution h3,
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-related-card h4,
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-decision-grid strong{color:#eaf6ee}
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-main-solution p,
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-related-card p,
[data-eph-theme="dark"] #eph-product-assistant .eph-product-assistant-decision-grid span{color:#a7bdb0}


/* EPHARO_CARD2060_GUIDED_RESULT_V2 */
#eph-product-assistant .eph-product-assistant-result{
  color:#173d29 !important;
}
#eph-product-assistant .eph-card2060-result-request,
#eph-product-assistant .eph-product-assistant-main-solution,
#eph-product-assistant .eph-card2060-result-manifest,
#eph-product-assistant .eph-product-assistant-decision-grid article,
#eph-product-assistant .eph-product-assistant-related-card,
#eph-product-assistant .eph-product-assistant-ai-details{
  background:#fff !important;
  color:#173d29 !important;
  border:1px solid rgba(21,91,52,.14) !important;
  box-shadow:none !important;
}
#eph-product-assistant .eph-card2060-result-request,
#eph-product-assistant .eph-card2060-result-manifest{
  margin-top:12px;
  padding:14px;
  border-radius:16px;
}
#eph-product-assistant .eph-card2060-result-request-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:8px;
}
#eph-product-assistant .eph-card2060-result-request-chips span{
  padding:7px 10px;
  border:1px solid rgba(21,91,52,.14);
  border-radius:999px;
  background:#f4faf6;
  color:#24533a;
  font-size:12px;
  font-weight:750;
}
#eph-product-assistant .eph-card2060-result-request-chips span.is-note{
  flex:1 1 100%;
  border-radius:12px;
  background:#eef7f1;
  color:#173d29;
}
#eph-product-assistant .eph-card2060-result-manifest-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:9px;
}
#eph-product-assistant .eph-card2060-result-manifest-item{
  padding:11px 12px;
  border:1px solid rgba(21,91,52,.12);
  border-radius:13px;
  background:#f8fcf9;
}
#eph-product-assistant .eph-card2060-result-manifest-item.is-user-request{
  border-color:rgba(15,125,66,.32);
  background:#edf8f1;
}
#eph-product-assistant .eph-card2060-result-manifest-item span,
#eph-product-assistant .eph-product-assistant-decision-grid article span{
  display:block;
  color:#71877a !important;
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#eph-product-assistant .eph-card2060-result-manifest-item strong,
#eph-product-assistant .eph-product-assistant-decision-grid article strong{
  display:block;
  margin-top:4px;
  color:#173d29 !important;
}
#eph-product-assistant .eph-card2060-result-manifest-item p{
  margin:5px 0 0;
  color:#5b7163;
  font-size:11px;
  line-height:1.35;
}
#eph-product-assistant .eph-product-assistant-main-solution{
  margin-top:12px;
}
#eph-product-assistant .eph-product-assistant-main-solution h3,
#eph-product-assistant .eph-product-assistant-related-card h4{
  color:#173d29 !important;
}
#eph-product-assistant .eph-product-assistant-main-solution p,
#eph-product-assistant .eph-product-assistant-related-card p,
#eph-product-assistant .eph-product-assistant-ai-answer{
  color:#4f6858 !important;
}
#eph-product-assistant .eph-product-assistant-flow{
  background:#eef7f1 !important;
  color:#24533a !important;
}
#eph-product-assistant .eph-product-assistant-decision-grid{
  gap:8px !important;
  margin-top:12px !important;
}
#eph-product-assistant .eph-product-assistant-related{
  margin-top:12px;
}
#eph-product-assistant .eph-product-assistant-result-actions{
  position:sticky;
  bottom:0;
  z-index:4;
  margin:14px -4px -4px;
  padding:10px 4px 4px;
  background:linear-gradient(180deg,rgba(248,252,249,0),rgba(248,252,249,.96) 34%);
}
#eph-product-assistant .eph-product-assistant-secondary{
  background:#fff !important;
  color:#145c33 !important;
}
#eph-product-assistant .eph-product-assistant-secondary:first-child{
  background:#146b3b !important;
  color:#fff !important;
  border-color:#146b3b !important;
}
@media(max-width:760px){
  #eph-product-assistant .eph-card2060-result-manifest-grid{grid-template-columns:1fr;}
}
