@font-face {
  font-family: "SeasonMix";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://ecoffeecup.com/wp-content/uploads/2025/11/SeasonMix-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "SeasonMix";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://ecoffeecup.com/wp-content/uploads/2025/11/SeasonMix-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "SeasonSans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://ecoffeecup.com/wp-content/uploads/2025/11/SeasonSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "SeasonSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://ecoffeecup.com/wp-content/uploads/2025/11/SeasonSans-Medium.woff2") format("woff2");
}

.ecw-root {
  --ecw-ink: #2b122b;
  --ecw-brown: #352921;
  --ecw-muted: rgba(43, 18, 43, 0.66);
  --ecw-page: #f7f5ef;
  --ecw-panel-green: #c7e4c7;
  --ecw-panel-blue: #c6d9d9;
  --ecw-panel-cream: #fff5e6;
  --ecw-panel-grey: #dbdbdf;
  --ecw-line: rgba(53, 41, 33, 0.18);
  --ecw-soft-line: #f0eae0;
  --ecw-accent: #df5345;
  --ecw-accent-dark: #9e3a31;
  --ecw-radius: 24px;
  --ecw-control-radius: 18px;
  --ecw-pill: 30px;
  display: block;
  width: min(1304px, 100%) !important;
  max-width: min(1304px, 100%) !important;
  margin: 0 auto !important;
  color: var(--ecw-ink);
  font-family: "SeasonSans", "Avenir Next", Arial, sans-serif;
}

body:has(.ecw-root) {
  background: var(--ecw-page);
}

body:has(.ecw-root) .wp-site-blocks,
body:has(.ecw-root) main {
  background: transparent;
}

.ecw-root * {
  box-sizing: border-box;
}

.ecw-root button,
.ecw-root input,
.ecw-root textarea {
  font: inherit;
}

.ecw-shell {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  padding: 34px 0 48px;
}

.ecw-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  min-height: 150px;
  margin-bottom: 28px;
  padding: 0 4px;
}

.ecw-kicker,
.ecw-root h2,
.ecw-root h3,
.ecw-root p,
.ecw-root dl,
.ecw-root dd {
  margin-top: 0;
}

.ecw-kicker {
  margin-bottom: 7px;
  color: var(--ecw-accent);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ecw-root h2,
.ecw-root h3 {
  font-family: "SeasonMix", Georgia, serif;
  color: var(--ecw-ink);
  letter-spacing: 0;
}

.ecw-root h2 {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 74px;
  font-weight: 300;
  line-height: 0.96;
}

.ecw-root h3 {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.ecw-heading p:last-child {
  max-width: 430px;
  margin-bottom: 4px;
  color: var(--ecw-ink);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.ecw-configurator {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(420px, 0.72fr);
  gap: 28px;
  align-items: stretch;
}

.ecw-proof-panel,
.ecw-chat-panel {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--ecw-radius);
}

.ecw-proof-panel {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-height: 760px;
  padding: 32px;
  background: var(--ecw-panel-green);
}

.ecw-proof-panel.is-frio {
  background: var(--ecw-panel-blue);
}

.ecw-chat-panel {
  display: flex;
  flex-direction: column;
  min-height: 760px;
  padding: 28px;
  background: var(--ecw-panel-cream);
}

.ecw-proof-head,
.ecw-chat-head,
.ecw-step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.ecw-proof-head,
.ecw-chat-head {
  margin-bottom: 20px;
}

.ecw-proof-head h3,
.ecw-chat-head h3 {
  overflow-wrap: anywhere;
}

.ecw-ai-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  max-width: 150px;
  padding: 0 14px;
  border-radius: var(--ecw-pill);
  background: var(--ecw-soft-line);
  color: var(--ecw-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.ecw-ai-chip.is-live {
  background: #c7e4c7;
}

.ecw-ai-chip.is-thinking {
  background: #dbdbdf;
}

.ecw-ai-chip.is-off {
  background: #fdd9c2;
}

.ecw-proof-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--ecw-radius);
  background: rgba(247, 245, 239, 0.72);
}

.ecw-product-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 500px;
  isolation: isolate;
}

.ecw-product-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 76%;
  height: 468px;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(53, 41, 33, 0.15));
}

.ecw-product-visual.is-frio .ecw-product-photo {
  height: 430px;
  max-width: 58%;
}

.ecw-colour-wash {
  position: absolute;
  top: 57px;
  left: 50%;
  z-index: 2;
  width: 276px;
  height: 376px;
  transform: translateX(-50%);
  background: var(--cup-color);
  clip-path: polygon(12% 0, 88% 0, 78% 100%, 22% 100%);
  mix-blend-mode: color;
  opacity: 0.78;
  pointer-events: none;
}

.ecw-generated-image {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 18px;
}

.ecw-logo-mark {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 156px;
  height: 54px;
  padding: 6px 10px;
  overflow: hidden;
  transform: translateX(-50%);
  border: 1.5px dashed rgba(43, 18, 43, 0.46);
  border-radius: 14px;
  background: rgba(247, 245, 239, 0.68);
  color: var(--ecw-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(247, 245, 239, 0.52), 0 8px 18px rgba(53, 41, 33, 0.12);
  pointer-events: none;
}

.ecw-logo-mark.is-slot-2 {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.72);
}

.ecw-logo-mark.has-artwork {
  border-color: rgba(43, 18, 43, 0.58);
  background: rgba(247, 245, 239, 0.78);
}

.ecw-logo-mark span {
  display: block;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.12;
}

.ecw-product-visual.is-frio .ecw-logo-mark {
  width: 172px;
  height: 58px;
}

.ecw-hotspot {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translateX(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f3c7c1;
  box-shadow: 0 8px 22px rgba(53, 41, 33, 0.2);
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease;
}

.ecw-hotspot:hover {
  transform: translateX(-50%) scale(1.08);
}

.ecw-hotspot.is-active {
  background: var(--ecw-accent);
}

.ecw-hotspot.is-active::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid var(--ecw-accent);
  border-radius: 50%;
}

.ecw-pick-spot {
  position: absolute;
  top: 42%;
  right: 20px;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 96px;
  min-height: 72px;
  padding: 12px;
  border-radius: 18px;
  background: var(--ecw-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.ecw-render-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 28px;
  background: rgba(247, 245, 239, 0.76);
  color: var(--ecw-ink);
  text-align: center;
}

.ecw-render-overlay strong {
  font-size: 20px;
  font-weight: 400;
}

.ecw-render-overlay small {
  max-width: 260px;
  color: var(--ecw-muted);
  font-size: 13px;
  line-height: 1.25;
}

.ecw-spinner {
  display: block;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(43, 18, 43, 0.18);
  border-top-color: var(--ecw-accent);
  border-radius: 50%;
  animation: ecw-spin 780ms linear infinite;
}

.ecw-proof-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0 0;
  color: var(--ecw-ink);
  font-size: 16px;
  font-weight: 300;
}

.ecw-proof-caption strong {
  flex: 0 0 auto;
  font-weight: 400;
  white-space: nowrap;
}

.ecw-proof-caption span {
  min-width: 0;
  color: var(--ecw-muted);
  text-align: right;
  overflow-wrap: anywhere;
}

.ecw-proof-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 320px;
}

.ecw-segment,
.ecw-chip,
.ecw-choice,
.ecw-product-card,
.ecw-primary,
.ecw-secondary,
.ecw-send,
.ecw-submit,
.ecw-image-render {
  min-height: 46px;
  border: 1px solid var(--ecw-ink);
  border-radius: var(--ecw-pill);
  background: transparent;
  color: var(--ecw-ink);
  font-weight: 400;
  line-height: 1.12;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, color 150ms ease, opacity 150ms ease;
}

.ecw-segment:hover,
.ecw-chip:hover,
.ecw-choice:hover,
.ecw-product-card:hover,
.ecw-primary:hover,
.ecw-secondary:hover,
.ecw-send:hover,
.ecw-submit:hover,
.ecw-image-render:hover {
  transform: translateY(-1px);
}

.ecw-segment.is-active,
.ecw-chip.is-active,
.ecw-choice.is-active,
.ecw-product-card.is-active {
  background: var(--ecw-ink);
  color: var(--ecw-page);
}

.ecw-primary,
.ecw-send,
.ecw-submit,
.ecw-image-render-head {
  border-color: var(--ecw-ink);
  background: var(--ecw-ink);
  color: var(--ecw-page);
}

.ecw-image-render,
.ecw-primary,
.ecw-secondary,
.ecw-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 18px;
  text-align: center;
  white-space: normal;
}

.ecw-image-render:disabled,
.ecw-send:disabled,
.ecw-prompt-input:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.ecw-proof-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(43, 18, 43, 0.2);
  border-left: 1px solid rgba(43, 18, 43, 0.2);
}

.ecw-proof-summary div {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid rgba(43, 18, 43, 0.2);
  border-bottom: 1px solid rgba(43, 18, 43, 0.2);
}

.ecw-proof-summary dt {
  margin-bottom: 4px;
  color: var(--ecw-muted);
  font-size: 13px;
  font-weight: 300;
}

.ecw-proof-summary dd {
  overflow: hidden;
  margin-bottom: 0;
  color: var(--ecw-ink);
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecw-progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: 7px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.ecw-progress li {
  display: grid;
  justify-items: center;
}

.ecw-progress button {
  display: grid;
  justify-items: center;
  gap: 5px;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  min-width: 0;
  color: rgba(43, 18, 43, 0.52);
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.ecw-progress button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.ecw-progress button:focus-visible {
  outline: 2px solid var(--ecw-accent);
  outline-offset: 4px;
}

.ecw-progress span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(43, 18, 43, 0.25);
  border-radius: 50%;
  background: transparent;
  color: var(--ecw-ink);
}

.ecw-progress em {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecw-progress li.is-active {
  color: var(--ecw-ink);
}

.ecw-progress li.is-active button,
.ecw-progress li.is-reachable button:hover {
  color: var(--ecw-ink);
}

.ecw-progress li.is-active span {
  border-color: var(--ecw-accent);
  background: var(--ecw-accent);
  color: #fff;
}

.ecw-progress li.is-done span {
  background: var(--ecw-ink);
  color: var(--ecw-page);
}

.ecw-chat-log {
  display: grid;
  align-content: start;
  gap: 12px;
  max-height: 210px;
  overflow: auto;
  padding: 0 3px 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(43, 18, 43, 0.15);
}

.ecw-message {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  animation: ecw-message-in 160ms ease-out both;
}

.ecw-message span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ecw-ink);
  color: var(--ecw-page);
  font-size: 11px;
  font-weight: 400;
}

.ecw-message p {
  max-width: 82%;
  margin-bottom: 0;
  padding: 12px 15px;
  border: 1px solid rgba(43, 18, 43, 0.14);
  border-radius: 18px;
  background: rgba(247, 245, 239, 0.7);
  color: var(--ecw-ink);
  font-size: 15px;
  line-height: 1.34;
  overflow-wrap: anywhere;
}

.ecw-message.is-user {
  justify-content: flex-end;
}

.ecw-message.is-user span {
  order: 2;
  background: var(--ecw-accent);
}

.ecw-message.is-user p {
  background: var(--ecw-ink);
  color: var(--ecw-page);
}

.ecw-step-card {
  display: grid;
  align-content: start;
  gap: 16px;
  flex: 1 1 auto;
  min-height: 330px;
  padding-top: 2px;
}

.ecw-step-head strong {
  color: var(--ecw-ink);
  font-size: 20px;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.ecw-step-head span {
  max-width: 190px;
  color: var(--ecw-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  text-align: right;
}

.ecw-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ecw-step-card label,
.ecw-file {
  position: relative;
  display: grid;
  gap: 7px;
  color: var(--ecw-muted);
  font-size: 14px;
  font-weight: 300;
}

.ecw-step-card label.is-muted {
  opacity: 0.5;
}

.ecw-root input,
.ecw-root textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(43, 18, 43, 0.28);
  border-radius: var(--ecw-control-radius);
  background: rgba(247, 245, 239, 0.74);
  color: var(--ecw-ink);
  outline: none;
}

.ecw-root input:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.ecw-root input:focus,
.ecw-root textarea:focus {
  border-color: var(--ecw-accent);
}

.ecw-root textarea {
  min-height: 88px;
  padding-top: 12px;
  resize: vertical;
}

.ecw-product-cards,
.ecw-chip-grid,
.ecw-swatch-grid,
.ecw-choice-grid {
  display: grid;
  gap: 12px;
}

.ecw-product-cards,
.ecw-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ecw-product-card {
  display: grid;
  grid-template-rows: 145px auto auto;
  gap: 9px;
  min-height: 250px;
  padding: 14px;
  border-radius: var(--ecw-radius);
  text-align: left;
}

.ecw-product-card img {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(247, 245, 239, 0.72);
}

.ecw-product-card strong {
  font-family: "SeasonMix", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.ecw-product-card span,
.ecw-choice span {
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
  opacity: 0.82;
}

.ecw-choice {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border-radius: var(--ecw-control-radius);
  text-align: left;
}

.ecw-choice strong {
  font-size: 19px;
  font-weight: 400;
}

.ecw-chip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ecw-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 12px;
  text-align: center;
  overflow-wrap: anywhere;
}

.ecw-chip-long {
  min-height: 58px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 18px;
}

.ecw-swatch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 330px;
  overflow: auto;
  padding-right: 2px;
}

.ecw-swatch {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  min-width: 0;
  padding: 8px 12px;
  border: 1px solid var(--ecw-ink);
  border-radius: var(--ecw-pill);
  background: transparent;
  color: var(--ecw-ink);
  font-weight: 400;
  line-height: 1.1;
  cursor: pointer;
}

.ecw-swatch span {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(43, 18, 43, 0.25);
  border-radius: 50%;
  background: var(--ecw-swatch);
}

.ecw-swatch em {
  min-width: 0;
  overflow-wrap: anywhere;
  font-style: normal;
  text-align: left;
}

.ecw-swatch.is-active {
  background: var(--ecw-ink);
  color: var(--ecw-page);
}

.ecw-file-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0.01;
  pointer-events: none;
}

.ecw-file-label {
  color: var(--ecw-muted);
}

.ecw-file-trigger {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(43, 18, 43, 0.28);
  border-radius: 999px;
  background: #fffaf0;
  color: var(--ecw-ink);
  font: inherit;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.ecw-file-trigger:focus-visible {
  outline: 2px solid var(--ecw-ink);
  outline-offset: 3px;
}

.ecw-file-name {
  color: var(--ecw-ink);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.ecw-step-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ecw-step-actions .ecw-primary {
  grid-column: 1 / -1;
}

.ecw-confirm-summary {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(43, 18, 43, 0.18);
  border-radius: 18px;
  background: rgba(247, 245, 239, 0.5);
}

.ecw-confirm-summary div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ecw-confirm-summary span {
  color: var(--ecw-muted);
  font-size: 13px;
}

.ecw-confirm-summary strong {
  min-width: 0;
  font-size: 15px;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.ecw-chat-form {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.ecw-prompt-input {
  height: 56px;
  min-height: 56px;
  padding: 0 20px;
}

.ecw-send {
  align-self: stretch;
  min-height: 56px;
  min-width: 82px;
  padding: 0 20px;
}

.ecw-ai-summary,
.ecw-status {
  padding: 18px;
  border-radius: 18px;
  background: var(--ecw-ink);
  color: var(--ecw-page);
}

.ecw-ai-summary strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
}

.ecw-ai-summary p,
.ecw-status p {
  margin-bottom: 0;
  color: rgba(247, 245, 239, 0.86);
  font-size: 15px;
  line-height: 1.42;
}

.ecw-ai-summary a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--ecw-page);
}

.ecw-status {
  margin-top: 12px;
}

.ecw-status.is-error {
  background: var(--ecw-accent-dark);
}

.ecw-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(43, 18, 43, 0.42);
}

.ecw-modal {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 28px;
  border-radius: var(--ecw-radius);
  background: var(--ecw-panel-cream);
  box-shadow: 0 24px 80px rgba(43, 18, 43, 0.28);
}

.ecw-modal h3 {
  margin-bottom: 18px;
}

.ecw-modal ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 0;
}

.ecw-modal li {
  color: var(--ecw-ink);
  font-size: 16px;
  line-height: 1.35;
}

.ecw-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(43, 18, 43, 0.24);
  border-radius: 50%;
  background: transparent;
  color: var(--ecw-ink);
  cursor: pointer;
}

.ecw-error {
  color: var(--ecw-accent);
  font-weight: 400;
}

@media (max-width: 1080px) {
  .ecw-configurator {
    grid-template-columns: 1fr;
  }

  .ecw-proof-panel,
  .ecw-chat-panel {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .ecw-shell {
    padding: 24px 0 36px;
  }

  .ecw-root {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ecw-heading {
    display: block;
    min-height: 0;
    margin-bottom: 22px;
  }

  .ecw-root h2 {
    font-size: 48px;
    line-height: 1;
  }

  .ecw-root h3 {
    font-size: 30px;
  }

  .ecw-heading p:last-child {
    margin-top: 14px;
    font-size: 17px;
  }

  .ecw-proof-panel,
  .ecw-chat-panel {
    padding: 20px;
  }

  .ecw-proof-head,
  .ecw-chat-head,
  .ecw-step-head,
  .ecw-proof-caption {
    display: grid;
    gap: 12px;
  }

  .ecw-proof-buttons {
    justify-content: stretch;
    max-width: none;
  }

  .ecw-proof-buttons > * {
    width: 100%;
  }

  .ecw-proof-caption span,
  .ecw-step-head span {
    max-width: none;
    text-align: left;
  }

  .ecw-proof-stage,
  .ecw-product-visual {
    min-height: 390px;
    height: 390px;
  }

  .ecw-product-photo {
    height: 350px;
    max-width: 86%;
  }

  .ecw-product-visual.is-frio .ecw-product-photo {
    height: 350px;
    max-width: 68%;
  }

  .ecw-generated-image {
    height: 390px;
  }

  .ecw-logo-mark {
    transform: translate(-50%, -42px) scale(0.84);
  }

  .ecw-hotspot {
    transform: translate(-50%, -42px);
  }

  .ecw-hotspot:hover {
    transform: translate(-50%, -42px) scale(1.08);
  }

  .ecw-pick-spot {
    right: 12px;
    width: 76px;
    min-height: 66px;
    font-size: 12px;
  }

  .ecw-proof-summary,
  .ecw-field-grid,
  .ecw-product-cards,
  .ecw-choice-grid,
  .ecw-chip-grid,
  .ecw-swatch-grid,
  .ecw-step-actions {
    grid-template-columns: 1fr;
  }

  .ecw-product-card {
    min-height: 210px;
    grid-template-rows: 120px auto auto;
  }

  .ecw-product-card img {
    height: 120px;
  }

  .ecw-progress {
    grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
  }

  .ecw-progress em {
    font-size: 9px;
  }

  .ecw-chat-form {
    grid-template-columns: 1fr;
  }

  .ecw-confirm-summary div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@keyframes ecw-message-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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