/* Skipped (covered by shared chunk CSS): ../../sub-components/ProductDetailOptionSet/styles.css */

/* Figure Customizer — Semrem Arts Studio */

.cc_CuuEeMjOX3 .fc-root {
  /* Semrem Arts — self-contained tokens (hwph248i scope, global.css yok) */
  --color-bg: #f7f6fb;
  --color-surface: #ffffff;
  --color-text-primary: #0a0a0a;
  --color-text-secondary: #3a3a44;
  --color-text-muted: #7a7986;
  --color-accent: #9b8afb;
  --color-accent-dark: #6e5bd6;
  --color-accent-light: #ede9fe;
  --color-accent-muted: #cfc4ff;
  --color-border: #e4e0ef;

  font-family: var(--font-body, "cc_BQufrBVjWP_Nunito", system-ui, sans-serif);
  color: var(--color-text-primary);
  background: var(--color-bg);
}

.cc_CuuEeMjOX3 .fc-root--collapsed {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  background: #fff;
}

.cc_CuuEeMjOX3 .fc-root--studio {
  min-height: 100vh;
  padding: 0 0 40px;
  scroll-margin-top: calc(var(--header-height, 72px) + 16px);
}

.cc_CuuEeMjOX3 .fc-customizer-scroll-target {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  scroll-margin-top: calc(var(--header-height, 72px) + 16px);
}

/* Collapsed CTA */
.cc_CuuEeMjOX3 .fc-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

@media (max-width: 700px) {
  .cc_CuuEeMjOX3 .fc-cta { text-align: center; }
}

.cc_CuuEeMjOX3 .fc-cta__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent-dark);
}

.cc_CuuEeMjOX3 .fc-cta__title {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
}

.cc_CuuEeMjOX3 .fc-cta__subtitle { margin: 0 0 20px; font-size: 15px; line-height: 1.6; color: #57534e; }

.cc_CuuEeMjOX3 .fc-cta__btn {
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #9b8afb 0%, #6e5bd6 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(110, 91, 214, 0.28);
}

/* Studio header */
.cc_CuuEeMjOX3 .fc-studio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}

.cc_CuuEeMjOX3 .fc-studio-header__title {
  margin: 0;
  font-family: var(--font-display, "cc_BQufrBVjWP_Fredoka", sans-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
}

.cc_CuuEeMjOX3 .fc-studio-header__sub {
  margin: 4px 0 0;
  font-size: 14px;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-studio-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cc_CuuEeMjOX3 .fc-refresh-btn {
  padding: 8px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-refresh-btn:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #d1d5db;
}

.cc_CuuEeMjOX3 .fc-refresh-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.cc_CuuEeMjOX3 .fc-editor-badge {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--color-accent-light);
  color: var(--color-accent-dark);
  font-size: 12px;
  font-weight: 700;
}

.cc_CuuEeMjOX3 .fc-demo-parts-warning {
  max-width: 1440px;
  margin: 0 auto 12px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #f5c542;
  background: #fffbeb;
  color: #7a5c00;
  font-size: 13px;
  line-height: 1.5;
}

/* Main layout — önizleme + sağ accordion panel */
.cc_CuuEeMjOX3 .fc-studio {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 0;
}

.cc_CuuEeMjOX3 .fc-studio--accordion {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1480px;
}

.cc_CuuEeMjOX3 .fc-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(380px, 36%);
  min-width: 0;
  max-width: 100%;
  min-height: calc(100vh - 72px);
  background: #fff;
  border-left: 1px solid #ece9f7;
}

.cc_CuuEeMjOX3 .fc-studio--accordion .fc-workspace {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 440px);
  border-left: 0;
}

@media (max-width: 1100px) {
  .cc_CuuEeMjOX3 .fc-studio {
    grid-template-columns: 1fr;
  }

  .cc_CuuEeMjOX3 .fc-studio--accordion .fc-workspace {
    grid-template-columns: 1fr;
  }

  .cc_CuuEeMjOX3 .fc-workspace {
    grid-template-columns: 1fr;
    min-height: 0;
    border-left: 0;
  }
}

/* Left sidebar */
.cc_CuuEeMjOX3 .fc-sidebar {
  position: relative;
  z-index: 3;
  background: #fff;
  border-right: 1px solid #f3f4f6;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 1100px) {
  .cc_CuuEeMjOX3 .fc-sidebar {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid #f3f4f6;
  }
}

.cc_CuuEeMjOX3 .fc-sidebar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-sidebar__item:hover {
  background: #f9fafb;
}

.cc_CuuEeMjOX3 .fc-sidebar__item.is-active {
  background: #fef9c3;
  color: #1c1917;
  box-shadow: inset 3px 0 0 var(--color-accent);
}

.cc_CuuEeMjOX3 .fc-sidebar__item.is-done:not(.is-active) {
  color: #059669;
}

.cc_CuuEeMjOX3 .fc-sidebar__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
  line-height: 1;
}

.cc_CuuEeMjOX3 .fc-sidebar__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.cc_CuuEeMjOX3 .fc-sidebar__icon--lg, .cc_CuuEeMjOX3 .fc-sidebar__icon--lg img {
  width: 52px;
  height: 52px;
}

.cc_CuuEeMjOX3 .fc-sidebar__icon--md, .cc_CuuEeMjOX3 .fc-sidebar__icon--md img {
  width: 49px;
  height: 49px;
}

.cc_CuuEeMjOX3 .fc-sidebar__label {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cc_CuuEeMjOX3 .fc-sidebar__optional {
  font-size: 10px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cc_CuuEeMjOX3 .fc-sidebar__item.is-optional.is-done {
  color: #57534e;
}

.cc_CuuEeMjOX3 .fc-sidebar__count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #fef9c3;
  color: var(--color-accent-dark);
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.cc_CuuEeMjOX3 .fc-options-area__head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc_CuuEeMjOX3 .fc-options-area__note {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #78716c;
}

.cc_CuuEeMjOX3 .fc-option--selected .fc-option__check {
  background: var(--color-accent);
  color: #1c1917;
}

.cc_CuuEeMjOX3 .fc-sidebar__check {
  font-size: 12px;
  color: #059669;
  font-weight: 800;
}

/* Center column */
.cc_CuuEeMjOX3 .fc-center {
  display: flex;
  flex-direction: column;
  background: #f7f6fb;
  min-width: 0;
  border-right: 1px solid #ece9f7;
}

.cc_CuuEeMjOX3 .fc-studio--accordion .fc-center {
  min-height: calc(100vh - 72px);
}

.cc_CuuEeMjOX3 .fc-studio--accordion .fc-stage {
  flex: 1 1 auto;
  justify-content: center;
  padding-bottom: 20px;
}

@media (max-width: 1100px) {
  .cc_CuuEeMjOX3 .fc-center {
    border-right: 0;
  }
}

/* Figure tabs */
.cc_CuuEeMjOX3 .fc-figure-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.cc_CuuEeMjOX3 .fc-figure-tabs__item, .cc_CuuEeMjOX3 .fc-figure-tab--add {
  flex: 0 0 auto;
}

.cc_CuuEeMjOX3 .fc-figure-tabs__item {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  max-width: 100%;
}

.cc_CuuEeMjOX3 .fc-figure-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  padding-right: 14px;
  border: 2px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-figure-tabs__item .fc-figure-tab:has(.fc-figure-tab__remove) {
  padding-right: 34px;
}

.cc_CuuEeMjOX3 .fc-figure-tab__body {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.cc_CuuEeMjOX3 .fc-figure-tab:hover {
  border-color: var(--color-accent-muted);
}

.cc_CuuEeMjOX3 .fc-figure-tab.is-active {
  border-color: var(--color-accent);
  background: #fef9c3;
  color: #1c1917;
}

.cc_CuuEeMjOX3 .fc-figure-tab.is-complete:not(.is-active) {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.cc_CuuEeMjOX3 .fc-figure-tab__label {
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc_CuuEeMjOX3 .fc-figure-tab__meta {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
}

.cc_CuuEeMjOX3 .fc-figure-tab.is-active .fc-figure-tab__meta {
  color: #78716c;
}

.cc_CuuEeMjOX3 .fc-figure-tab__badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #059669;
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
}

.cc_CuuEeMjOX3 .fc-figure-tab__remove {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 2;
  touch-action: manipulation;
}

.cc_CuuEeMjOX3 .fc-figure-tab__remove:hover {
  background: #fee2e2;
  color: #dc2626;
}

.cc_CuuEeMjOX3 .fc-figure-tab--add {
  border-style: dashed;
  border-color: #d1d5db;
  color: #57534e;
  background: #fafafa;
}

.cc_CuuEeMjOX3 .fc-figure-tab--add:hover {
  border-color: var(--color-accent);
  background: var(--color-bg, #fafafa);
}

.cc_CuuEeMjOX3 .fc-figure-tab__plus {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #1c1917;
  font-size: 16px;
  font-weight: 800;
  display: grid;
  place-items: center;
  line-height: 1;
}

/* Figure stage */
.cc_CuuEeMjOX3 .fc-stage__name-field {
  width: min(100%, 320px);
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc_CuuEeMjOX3 .fc-stage__name-label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}

.cc_CuuEeMjOX3 .fc-stage__name-input {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #1c1917;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-stage__name-input::placeholder {
  color: #a8a29e;
  font-weight: 500;
}

.cc_CuuEeMjOX3 .fc-stage__name-input:focus {
  outline: none;
  border-color: var(--color-accent, #facc15);
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.2);
}

.cc_CuuEeMjOX3 .fc-stage__figure-name {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.cc_CuuEeMjOX3 .fc-stage {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 16px 12px;
  min-height: 0;
}

.cc_CuuEeMjOX3 .fc-stage__avatar {
  display: contents;
}

.cc_CuuEeMjOX3 .fc-stage__mobile-meta {
  display: none;
}

.cc_CuuEeMjOX3 .fc-stage__pedestal {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  flex-shrink: 0;
}

.cc_CuuEeMjOX3 .fc-stage__pedestal::after {
  display: none;
}

.cc_CuuEeMjOX3 .figure-exploded, .cc_CuuEeMjOX3 .fc-stage__figure {
  --fc-exploded-gap: clamp(8px, 2vw, 14px);
  --fc-yuz-ml: 1px;
  /* Yüz ↔ gövde — yalnızca bu değerler */
  --fc-yuz-shift: 22px;
  --fc-yuz-mt: 0px;
  --fc-yuz-mb: -17px;
  --fc-torso-mt: -7px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--fc-exploded-gap);
  padding: 8px 0 4px;
  background: transparent;
}

.cc_CuuEeMjOX3 .figure-exploded__part {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.cc_CuuEeMjOX3 .figure-exploded__part.is-active {
  filter: brightness(1.04);
}

.cc_CuuEeMjOX3 .figure-exploded__part.is-clickable, .cc_CuuEeMjOX3 .figure-exploded__accessory.is-clickable {
  cursor: pointer;
}

.cc_CuuEeMjOX3 .figure-exploded__part.is-clickable:focus-visible, .cc_CuuEeMjOX3 .figure-exploded__accessory.is-clickable:focus-visible {
  outline: 2px solid var(--color-primary, #2563eb);
  outline-offset: 2px;
}

.cc_CuuEeMjOX3 .figure-exploded__crop {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cc_CuuEeMjOX3 .figure-exploded__media-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cc_CuuEeMjOX3 .figure-exploded__media-crop img {
  position: absolute;
  max-width: none;
  max-height: none;
  object-fit: fill;
  display: block;
}

.cc_CuuEeMjOX3 .figure-exploded__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.cc_CuuEeMjOX3 .figure-exploded__contain--cover {
  object-fit: cover;
}

.cc_CuuEeMjOX3 .figure-exploded__part--sac {
  position: relative;
  z-index: 1;
}

.cc_CuuEeMjOX3 .figure-exploded__part--sac.is-overflow {
  overflow: visible;
  z-index: 1;
}

.cc_CuuEeMjOX3 .figure-exploded__part--sac.is-overflow .figure-exploded__crop, .cc_CuuEeMjOX3 .figure-exploded__part--sac.is-overflow .figure-exploded__media-crop {
  overflow: visible;
}

.cc_CuuEeMjOX3 .figure-exploded__part--yuz {
  margin-top: var(--fc-yuz-mt, 0);
  margin-bottom: var(--fc-yuz-mb);
  margin-left: var(--fc-yuz-ml);
  transform: translateY(var(--fc-yuz-shift));
  position: relative;
  z-index: 3;
  overflow: visible;
}

.cc_CuuEeMjOX3 .figure-exploded__part.is-template .figure-exploded__media-crop img, .cc_CuuEeMjOX3 .figure-exploded__part.is-template .figure-exploded__contain {
  mix-blend-mode: multiply;
}

.cc_CuuEeMjOX3 .figure-exploded__torso-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: var(--fc-torso-mt);
  margin-bottom: -8px;
  z-index: 1;
}

.cc_CuuEeMjOX3 .figure-exploded__part--govde {
  overflow: visible;
}

.cc_CuuEeMjOX3 .figure-exploded__part--bacak {
  margin-top: -14px;
  margin-bottom: 4px;
}

.cc_CuuEeMjOX3 .figure-exploded__torso-wrap {
  position: relative;
  display: inline-block;
}

.cc_CuuEeMjOX3 .figure-exploded__torso-wrap .figure-exploded__extras-col {
  position: absolute;
  left: calc(100% + 11px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cc_CuuEeMjOX3 .figure-exploded__torso-wrap .figure-exploded__accessory {
  position: static;
  left: auto;
  top: auto;
  transform: none;
}

.cc_CuuEeMjOX3 .figure-exploded__pet .figure-exploded__accessory-placeholder {
  font-size: 22px;
  line-height: 1;
}

.cc_CuuEeMjOX3 .figure-exploded__torso-wrap .figure-exploded__accessory {
  position: relative;
  flex-shrink: 0;
  width: clamp(52px, 13vw, 68px);
  height: clamp(52px, 13vw, 68px);
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: #9ca3af;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cc_CuuEeMjOX3 .figure-exploded__accessory.is-active {
  border-color: var(--color-accent, #9b8afb);
  box-shadow: 0 0 0 3px rgba(155, 138, 251, 0.18);
}

.cc_CuuEeMjOX3 .figure-exploded__accessory.has-item {
  border-color: #cbd5e1;
}

.cc_CuuEeMjOX3 .figure-exploded__accessory-placeholder {
  display: grid;
  place-items: center;
}

.cc_CuuEeMjOX3 .figure-exploded__accessory-image {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
}

.cc_CuuEeMjOX3 .figure-exploded__accessory-count {
  position: absolute;
  right: -4px;
  bottom: -2px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--color-accent, #9b8afb);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

/* Zemin şablonu + parça katmanları aynı 2048×2048 tuvalde piksel hizalı bindirilir */
.cc_CuuEeMjOX3 .figure-preview__layer, .cc_CuuEeMjOX3 .fc-figure-base, .cc_CuuEeMjOX3 .fc-figure-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center center;
  pointer-events: none;
  user-select: none;
}

.cc_CuuEeMjOX3 .fc-figure-base {
  z-index: 1;
  opacity: 1;
}

.cc_CuuEeMjOX3 .figure-preview__slot {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}

.cc_CuuEeMjOX3 .figure-preview__slot-product, .cc_CuuEeMjOX3 .figure-preview__template {
  position: absolute;
  max-width: none;
  max-height: none;
  object-fit: fill;
  display: block;
  pointer-events: none;
  user-select: none;
}

.cc_CuuEeMjOX3 .figure-preview__template {
  opacity: 1;
  transition: filter 160ms ease;
}

.cc_CuuEeMjOX3 .figure-preview__template.is-active {
  filter: brightness(1.06);
}

.cc_CuuEeMjOX3 .figure-preview__layer--product {
  object-fit: fill;
  object-position: center center;
}

/* Ürün katmanları parça zeminleriyle aynı z-index (inline style) */
.cc_CuuEeMjOX3 .figure-preview__layer--legs, .cc_CuuEeMjOX3 .figure-preview__layer--torso, .cc_CuuEeMjOX3 .figure-preview__layer--face, .cc_CuuEeMjOX3 .figure-preview__layer--hair {
  z-index: auto;
}

.cc_CuuEeMjOX3 .figure-preview__layer--accessories { z-index: 50; }

.cc_CuuEeMjOX3 .fc-stage__hint {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: min(100%, 360px);
  margin: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f7f6fb;
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  text-align: center;
  line-height: 1.4;
}

/* Options strip */
.cc_CuuEeMjOX3 .fc-options-area {
  background: #fff;
  border-top: 1px solid #f3f4f6;
  padding: 16px 20px 20px;
}

.cc_CuuEeMjOX3 .fc-options-area__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cc_CuuEeMjOX3 .fc-options-area__head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.cc_CuuEeMjOX3 .fc-options-area__head span {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 600;
}

.cc_CuuEeMjOX3 .fc-gender-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.cc_CuuEeMjOX3 .fc-gender-filter {
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cc_CuuEeMjOX3 .fc-gender-filter:hover {
  border-color: #d1d5db;
}

.cc_CuuEeMjOX3 .fc-gender-filter.is-active {
  border-color: #1c1917;
  background: #1c1917;
  color: #fff;
}

.cc_CuuEeMjOX3 .fc-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(102px, 1fr));
  gap: 10px;
  max-height: min(460px, 46vh);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 6px 6px 0;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}

.cc_CuuEeMjOX3 .fc-options-grid--compact {
  max-height: min(280px, 32vh);
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
}

.cc_CuuEeMjOX3 .fc-options-grid .fc-option {
  min-width: 0;
  max-width: none;
  width: 100%;
}

.cc_CuuEeMjOX3 .fc-options-loading--grid {
  grid-column: 1 / -1;
  min-height: 120px;
  display: grid;
  place-items: center;
}

.cc_CuuEeMjOX3 .fc-no-data--grid {
  grid-column: 1 / -1;
}

.cc_CuuEeMjOX3 .fc-options-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
}

.cc_CuuEeMjOX3 .fc-options-scroll--compact .fc-option {
  min-width: 100px;
}

.cc_CuuEeMjOX3 .fc-option {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-width: 110px;
  max-width: 120px;
  padding: 8px;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  scroll-snap-align: start;
  text-align: center;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-option:hover:not(:disabled) {
  border-color: var(--color-accent-muted);
}

.cc_CuuEeMjOX3 .fc-option--selected {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 223, 32, 0.35);
}

.cc_CuuEeMjOX3 .fc-option--skip .fc-option__media--skip {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f7f5ff 0%, #ede9fe 100%);
  border: 1px dashed rgba(110, 91, 214, 0.28);
}

.cc_CuuEeMjOX3 .fc-option--skip.fc-option--selected .fc-option__media--skip {
  background: linear-gradient(180deg, #ede9fe 0%, #ddd6fe 100%);
  border-color: var(--color-accent-dark);
}

.cc_CuuEeMjOX3 .fc-option__skip-icon {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-accent-dark);
}

.cc_CuuEeMjOX3 .fc-option--disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cc_CuuEeMjOX3 .fc-option__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #f9fafb;
}

.cc_CuuEeMjOX3 .fc-option__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.cc_CuuEeMjOX3 .fc-option__media-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

.cc_CuuEeMjOX3 .fc-option__media-crop img {
  position: absolute;
  max-width: none;
  max-height: none;
  object-fit: fill;
  display: block;
}

.cc_CuuEeMjOX3 .fc-option__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 800;
  color: #9ca3af;
}

.cc_CuuEeMjOX3 .fc-option__price {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #57534e;
}

.cc_CuuEeMjOX3 .fc-option__label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #1c1917;
  line-height: 1.25;
}

.cc_CuuEeMjOX3 .fc-option__sub {
  display: block;
  font-size: 11px;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-option__check {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #1c1917;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

/* Sağ accordion panel */
.cc_CuuEeMjOX3 .fc-right-panel, .cc_CuuEeMjOX3 .fc-product-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: calc(100vh - 72px);
  position: sticky;
  top: 0;
  align-self: start;
  background: #fff;
  padding: 0;
  overflow-x: clip;
  overflow-y: hidden;
}

.cc_CuuEeMjOX3 .fc-right-panel__body, .cc_CuuEeMjOX3 .fc-product-panel__body {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: visible;
  overscroll-behavior: contain;
  padding: 18px 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
}

.cc_CuuEeMjOX3 .fc-category-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cc_CuuEeMjOX3 .fc-cat-acc {
  border: 1px solid #ece9f7;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.cc_CuuEeMjOX3 .fc-cat-acc[open], .cc_CuuEeMjOX3 .fc-cat-acc.is-active {
  border-color: rgba(110, 91, 214, 0.22);
  box-shadow: 0 6px 18px rgba(110, 91, 214, 0.08);
}

.cc_CuuEeMjOX3 .fc-cat-acc > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  user-select: none;
}

.cc_CuuEeMjOX3 .fc-cat-acc > summary::-webkit-details-marker {
  display: none;
}

.cc_CuuEeMjOX3 .fc-cat-acc.is-done:not(.is-active) > summary {
  color: #059669;
}

.cc_CuuEeMjOX3 .fc-cat-acc__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 18px;
}

.cc_CuuEeMjOX3 .fc-cat-acc__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.cc_CuuEeMjOX3 .fc-cat-acc__icon--lg, .cc_CuuEeMjOX3 .fc-cat-acc__icon--lg img {
  width: 40px;
  height: 40px;
}

.cc_CuuEeMjOX3 .fc-cat-acc__icon--md, .cc_CuuEeMjOX3 .fc-cat-acc__icon--md img {
  width: 36px;
  height: 36px;
}

.cc_CuuEeMjOX3 .fc-cat-acc__label {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
}

.cc_CuuEeMjOX3 .fc-cat-acc__label strong {
  font-weight: 800;
  color: #1c1917;
}

.cc_CuuEeMjOX3 .fc-cat-acc__optional {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9ca3af;
}

.cc_CuuEeMjOX3 .fc-cat-acc__check {
  font-size: 12px;
  font-weight: 800;
  color: #059669;
}

.cc_CuuEeMjOX3 .fc-cat-acc__count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #fef9c3;
  color: var(--color-accent-dark);
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.cc_CuuEeMjOX3 .fc-cat-acc__body {
  padding: 0 14px 14px;
  border-top: 1px solid #f3f4f6;
}

.cc_CuuEeMjOX3 .fc-cat-acc__meta {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
}

.cc_CuuEeMjOX3 .fc-output-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(110, 91, 214, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(110, 91, 214, 0.06);
}

.cc_CuuEeMjOX3 .fc-output-section--note {
  padding: 12px 14px;
}

.cc_CuuEeMjOX3 .fc-output-section__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  color: #1c1917;
}

.cc_CuuEeMjOX3 .fc-output-section .fc-tablo-wizard {
  margin: 0;
}

.cc_CuuEeMjOX3 .fc-output-accordion {
  margin-top: 4px;
  border: 1px solid #ece9f7;
  border-radius: 14px;
  background: #fafafa;
  overflow: hidden;
}

.cc_CuuEeMjOX3 .fc-output-accordion[open] {
  background: #fff;
  border-color: rgba(110, 91, 214, 0.18);
}

.cc_CuuEeMjOX3 .fc-output-accordion > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  user-select: none;
}

.cc_CuuEeMjOX3 .fc-output-accordion > summary::-webkit-details-marker {
  display: none;
}

.cc_CuuEeMjOX3 .fc-output-accordion__title {
  font-size: 13px;
  font-weight: 800;
  color: #374151;
}

.cc_CuuEeMjOX3 .fc-output-accordion__meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent-dark);
  text-align: right;
}

.cc_CuuEeMjOX3 .fc-output-accordion__body {
  padding: 0 14px 14px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cc_CuuEeMjOX3 .fc-product-panel__sub--compact {
  margin: 10px 0 0;
}

.cc_CuuEeMjOX3 .fc-product-panel__footer {
  flex-shrink: 0;
  padding: 14px 18px calc(16px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid #ece9f7;
  box-shadow: 0 -6px 20px rgba(10, 10, 10, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1100px) {
  .cc_CuuEeMjOX3 .fc-right-panel, .cc_CuuEeMjOX3 .fc-product-panel {
    max-height: none;
    position: static;
    border-top: 1px solid #ece9f7;
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }

  .cc_CuuEeMjOX3 .fc-right-panel__body, .cc_CuuEeMjOX3 .fc-product-panel__body {
    overflow: visible;
    padding: 14px 12px 8px;
  }

  .cc_CuuEeMjOX3 .fc-studio--accordion .fc-center {
    min-height: 0;
  }

  .cc_CuuEeMjOX3 .fc-options-grid {
    max-height: min(360px, 52vh);
  }

  .cc_CuuEeMjOX3 .fc-product-panel__footer {
    position: sticky;
    bottom: 0;
    z-index: 6;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -8px 24px rgba(10, 10, 10, 0.1);
  }
}

.cc_CuuEeMjOX3 .fc-product-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.cc_CuuEeMjOX3 .fc-product-panel__sub {
  margin: -8px 0 0;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cc_CuuEeMjOX3 .fc-mobile-output-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.cc_CuuEeMjOX3 .fc-mobile-output-step__lead {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #57534e;
}

.cc_CuuEeMjOX3 .fc-desktop-output-step {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ece9f7;
}

.cc_CuuEeMjOX3 .fc-output-change-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #faf9fd;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #6e5bd6;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    background-color 200ms ease;
}

.cc_CuuEeMjOX3 .fc-output-change-btn:hover {
  border-color: #9b8afb;
  background: #f5f3ff;
}

.cc_CuuEeMjOX3 .fc-output-change-btn__meta {
  font-weight: 500;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-product-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_CuuEeMjOX3 .fc-product-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-product-card:hover {
  border-color: var(--color-accent-muted);
}

.cc_CuuEeMjOX3 .fc-product-card.is-selected {
  border-color: var(--color-accent);
  background: var(--color-bg, #fafafa);
  box-shadow: 0 8px 24px rgba(255, 223, 32, 0.15);
}

.cc_CuuEeMjOX3 .fc-product-card__icon {
  font-size: 28px;
  flex-shrink: 0;
}

.cc_CuuEeMjOX3 .fc-product-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc_CuuEeMjOX3 .fc-product-card__body strong {
  font-size: 14px;
  color: #1c1917;
}

.cc_CuuEeMjOX3 .fc-product-card__body span {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}

.cc_CuuEeMjOX3 .fc-product-card__arrow {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-accent-dark);
}

.cc_CuuEeMjOX3 .fc-product-note {
  margin: 0;
  padding: 12px;
  border-radius: 12px;
  background: #f9fafb;
  font-size: 13px;
  color: #57534e;
  line-height: 1.5;
}

/* Tablo wizard */
.cc_CuuEeMjOX3 .fc-tablo-wizard {
  padding: 14px;
  border-radius: 14px;
  background: #f7f6fb;
  border: 1px solid #ece9f7;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.cc_CuuEeMjOX3 .fc-tablo-wizard__steps {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.cc_CuuEeMjOX3 .fc-tablo-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 4px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  cursor: pointer;
}

.cc_CuuEeMjOX3 .fc-tablo-step.is-active {
  background: #fef9c3;
  color: #1c1917;
}

.cc_CuuEeMjOX3 .fc-tablo-step.is-done {
  color: #059669;
}

.cc_CuuEeMjOX3 .fc-tablo-step:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cc_CuuEeMjOX3 .fc-tablo-step__num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e5e7eb;
  display: grid;
  place-items: center;
  font-size: 11px;
}

.cc_CuuEeMjOX3 .fc-tablo-step.is-active .fc-tablo-step__num {
  background: var(--color-accent);
  color: #1c1917;
}

.cc_CuuEeMjOX3 .fc-tablo-panel__title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.cc_CuuEeMjOX3 .fc-tablo-products {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cc_CuuEeMjOX3 .fc-tablo-product {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.cc_CuuEeMjOX3 .fc-tablo-product__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.cc_CuuEeMjOX3 .fc-tablo-product__head strong {
  font-size: 14px;
}

.cc_CuuEeMjOX3 .fc-tablo-product__head span {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-tablo-grid {
  display: grid;
  gap: 8px;
}

.cc_CuuEeMjOX3 .fc-tablo-grid--sizes {
  grid-template-columns: repeat(2, 1fr);
}

.cc_CuuEeMjOX3 .fc-tablo-size {
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc_CuuEeMjOX3 .fc-tablo-size strong { font-size: 14px; }
.cc_CuuEeMjOX3 .fc-tablo-size span { font-size: 12px; color: #6b7280; }

.cc_CuuEeMjOX3 .fc-tablo-size.is-selected {
  border-color: var(--color-accent);
  background: var(--color-bg, #fafafa);
}

.cc_CuuEeMjOX3 .fc-tablo-size:disabled, .cc_CuuEeMjOX3 .fc-tablo-color:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cc_CuuEeMjOX3 .fc-tablo-grid--colors {
  grid-template-columns: repeat(3, 1fr);
}

.cc_CuuEeMjOX3 .fc-tablo-color {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.cc_CuuEeMjOX3 .fc-tablo-color.is-selected {
  border-color: var(--color-accent);
}

.cc_CuuEeMjOX3 .fc-tablo-color__swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.cc_CuuEeMjOX3 .fc-tablo-design-set__head {
  margin-bottom: 14px;
  min-width: 0;
  max-width: 100%;
}

.cc_CuuEeMjOX3 .fc-tablo-design-set__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
}

.cc_CuuEeMjOX3 .fc-tablo-design-set__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7280;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cc_CuuEeMjOX3 .fc-tablo-examples {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.cc_CuuEeMjOX3 .fc-tablo-examples__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b6560;
}

.cc_CuuEeMjOX3 .fc-tablo-examples__link {
  width: fit-content;
  font-size: 13px;
  font-weight: 800;
  color: #9a3412;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cc_CuuEeMjOX3 .fc-tablo-examples__link:hover {
  color: #7c2d12;
}

.cc_CuuEeMjOX3 .fc-tablo-custom {
  margin-top: 12px;
}

.cc_CuuEeMjOX3 .fc-tablo-custom__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #57534e;
}

.cc_CuuEeMjOX3 .fc-tablo-custom__field, .cc_CuuEeMjOX3 .fc-tablo-custom__input, .cc_CuuEeMjOX3 .fc-tablo-custom__file {
  width: 100%;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-family: inherit;
  font-size: 13px;
  background: #fff;
}

.cc_CuuEeMjOX3 .fc-tablo-custom__input {
  resize: vertical;
}

.cc_CuuEeMjOX3 .fc-tablo-custom__field:focus, .cc_CuuEeMjOX3 .fc-tablo-custom__input:focus, .cc_CuuEeMjOX3 .fc-tablo-custom__file:focus {
  outline: none;
  border-color: var(--color-accent);
}

.cc_CuuEeMjOX3 .fc-tablo-custom__hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-tablo-custom__hint--inline {
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f3f4f6;
}

.cc_CuuEeMjOX3 .fc-tablo-custom__required {
  color: #dc2626;
}

.cc_CuuEeMjOX3 .fc-tablo-files {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc_CuuEeMjOX3 .fc-tablo-files__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 12px;
}

.cc_CuuEeMjOX3 .fc-tablo-files__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc_CuuEeMjOX3 .fc-tablo-files__remove {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set {
  margin-top: 8px;
  min-width: 0;
  max-width: 100%;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-set {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-set__status {
  margin: 8px 0 0;
  font-size: 13px;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-product-option {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-field__label {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: #1c1917;
  display: block;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.45;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-field__label-text, .cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__label-text {
  display: block;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.45;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-field__desc, .cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-field__helper {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.45;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-field--error .pdp-option-field__helper {
  color: #b91c1c;
  font-weight: 600;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font: inherit;
  color: #1c1917;
  box-sizing: border-box;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-input:focus {
  outline: 2px solid rgba(155, 138, 251, 0.35);
  border-color: #9b8afb;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-input--textarea {
  min-height: 88px;
  resize: vertical;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__label {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: #1c1917;
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.45;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file {
  min-width: 0;
  max-width: 100%;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__desc {
  margin: 0 0 4px;
  font-size: 12px;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 14px;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop:hover, .cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop--active {
  border-color: #9b8afb;
  background: #faf8ff;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop--error {
  border-color: #fca5a5;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop--disabled {
  opacity: 0.6;
  cursor: wait;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop-icon {
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop-text {
  font-size: 14px;
  color: #374151;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__input {
  display: none;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__error {
  margin: 6px 0 0;
  font-size: 12px;
  color: #b91c1c;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__meta {
  margin: 6px 0 0;
  font-size: 12px;
  color: #78716c;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f9fafb;
  font-size: 13px;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__remove {
  border: 0;
  background: transparent;
  color: #991b1b;
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
}

.cc_CuuEeMjOX3 .fc-tablo-preview-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-tablo-preview-mini__frame {
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 6px;
  border: 2px solid;
}

.cc_CuuEeMjOX3 .fc-tablo-preview-mini__bg {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.cc_CuuEeMjOX3 .fc-output-options h4 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
}

/* Summary & cart */
.cc_CuuEeMjOX3 .fc-summary {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f6fb;
  border: 1px solid #ece9f7;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cc_CuuEeMjOX3 .fc-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #6b7280;
  min-width: 0;
}

.cc_CuuEeMjOX3 .fc-summary__row span:first-child {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.cc_CuuEeMjOX3 .fc-summary__total {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
  font-size: 15px;
}

.cc_CuuEeMjOX3 .fc-add-btn {
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent);
  color: #1c1917;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 223, 32, 0.35);
}

.cc_CuuEeMjOX3 .fc-add-btn--disabled {
  background: #e5e7eb;
  color: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}

.cc_CuuEeMjOX3 .fc-add-btn--success {
  background: #059669;
  color: #fff;
  box-shadow: none;
  cursor: default;
}

.cc_CuuEeMjOX3 .fc-cart-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_CuuEeMjOX3 .fc-go-cart-btn {
  width: 100%;
  padding: 16px;
  border: 2px solid #1c1917;
  border-radius: 999px;
  background: #1c1917;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.cc_CuuEeMjOX3 .fc-go-cart-btn:hover {
  background: #44403c;
  border-color: #44403c;
}

.cc_CuuEeMjOX3 .fc-go-cart-btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.cc_CuuEeMjOX3 .fc-error {
  margin: 0;
  font-size: 13px;
  color: #dc2626;
  font-weight: 600;
}

.cc_CuuEeMjOX3 .fc-hint {
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  line-height: 1.45;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cc_CuuEeMjOX3 .fc-product-panel__footer .fc-hint {
  font-size: 11px;
}

.cc_CuuEeMjOX3 .fc-pdp-tablo-lock {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%);
  border: 1px solid #e9d5ff;
}

.cc_CuuEeMjOX3 .fc-pdp-tablo-lock__badge {
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #7c3aed;
  background: #ede9fe;
}

.cc_CuuEeMjOX3 .fc-pdp-tablo-lock__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #1f2937;
}

.cc_CuuEeMjOX3 .fc-pdp-tablo-lock__hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #6b7280;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cc_CuuEeMjOX3 .fc-tablo-wizard--pdp-locked .fc-tablo-wizard__steps {
  margin-bottom: 12px;
}

.cc_CuuEeMjOX3 .fc-root--pdp .fc-product-panel__sub {
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-root--pdp.fc-root--mobile-wizard {
  padding-bottom: 0;
}

.cc_CuuEeMjOX3 .fc-root--pdp.fc-root--mobile-wizard .fc-pdp-tablo-lock {
  margin-bottom: 0;
}

.cc_CuuEeMjOX3 .fc-no-data {
  margin: 0;
  padding: 24px;
  color: #9ca3af;
  font-size: 14px;
  grid-column: 1 / -1;
}

.cc_CuuEeMjOX3 .fc-options-loading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 24px 12px;
}

.cc_CuuEeMjOX3 .fc-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  color: #6b7280;
}

.cc_CuuEeMjOX3 .fc-loading--inline {
  padding: 8px 16px;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
}

.cc_CuuEeMjOX3 .fc-studio.is-refreshing {
  opacity: 0.92;
  pointer-events: auto;
}

/* Mobil kategori çubuğu — yalnızca dar ekranda */
.cc_CuuEeMjOX3 .fc-mobile-category-nav {
  display: none;
}

@media (max-width: 640px) {
  .cc_CuuEeMjOX3 .fc-studio-header { flex-direction: column; align-items: flex-start; }
  .cc_CuuEeMjOX3 .fc-tablo-grid--colors { grid-template-columns: repeat(2, 1fr); }
}

/* ─── Mobil studio — 3 sütun grid + kompakt önizleme ───────── */

@media (max-width: 767px) {
  .cc_CuuEeMjOX3 .fc-root--studio.fc-root--mobile-wizard {
    padding-bottom: 12px;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-studio-header--compact {
    justify-content: flex-end;
    padding: 6px 12px;
    min-height: 0;
    border-bottom: 0;
    background: transparent;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-studio-header--compact .fc-refresh-btn {
    padding: 6px 10px;
    font-size: 12px;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-demo-parts-warning, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-loading--inline {
    margin: 0 12px 6px;
    font-size: 12px;
  }

  .cc_CuuEeMjOX3 .fc-root--studio {
    padding-bottom: 24px;
    overflow-x: clip;
    max-width: 100%;
  }

  .cc_CuuEeMjOX3 .fc-studio {
    max-width: 100%;
    overflow-x: clip;
  }

  .cc_CuuEeMjOX3 .fc-studio-header {
    padding: 12px 16px 8px;
  }

  .cc_CuuEeMjOX3 .fc-studio-header__title {
    font-size: 1.25rem;
  }

  .cc_CuuEeMjOX3 .fc-studio-header__sub {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-studio {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 0;
  }

  .cc_CuuEeMjOX3 .fc-workspace {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .cc_CuuEeMjOX3 .fc-center {
    order: 1;
    position: sticky;
    top: 0;
    z-index: 12;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: linear-gradient(180deg, #fff 0%, #faf9ff 100%);
    border-bottom: 1px solid #ece9f7;
    box-shadow: 0 8px 24px rgba(79, 70, 168, 0.08);
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard:not(.fc-studio--checkout) .fc-center {
    position: relative;
    top: auto;
    box-shadow: none;
    border-bottom: 0;
    background: #fff;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-figure-tabs {
    padding: 8px 12px 6px;
  }

  .cc_CuuEeMjOX3 .fc-right-panel {
    order: 2;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-right-panel {
    flex: 1;
    min-height: 0;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-right-panel__body {
    padding: 8px 12px 4px;
  }

  .cc_CuuEeMjOX3 .fc-product-panel__footer--wizard-hidden {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-sidebar {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-figure-tabs {
    padding: 10px 12px;
    border-bottom: 1px solid #ece9f7;
  }

  .cc_CuuEeMjOX3 .fc-stage {
    flex: 0 0 auto;
    overflow: visible;
    min-height: 0;
    padding: 10px 12px;
    background: transparent;
    border-bottom: 0;
    isolation: isolate;
    z-index: 1;
    align-items: stretch;
    gap: 8px;
  }

  .cc_CuuEeMjOX3 .fc-stage__avatar {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard .fc-stage__avatar {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard.fc-stage--wizard-parts .fc-stage__avatar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard .fc-stage__mobile-meta--wizard {
    width: 100%;
    align-items: center;
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard .fc-stage__mobile-progress {
    font-size: 0.75rem;
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard.fc-stage--wizard-parts {
    padding: 8px 12px 6px;
    gap: 0;
    align-items: center;
  }

  .cc_CuuEeMjOX3 .fc-stage__mobile-meta {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .cc_CuuEeMjOX3 .fc-stage__mobile-category {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1c1917;
    line-height: 1.2;
  }

  .cc_CuuEeMjOX3 .fc-stage__mobile-progress {
    font-size: 0.72rem;
    font-weight: 700;
    color: #78716c;
    line-height: 1.35;
  }

  .cc_CuuEeMjOX3 .fc-stage__mobile-preview-badge {
    align-self: flex-start;
    margin-top: 2px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fef9c3;
    color: #854d0e;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .cc_CuuEeMjOX3 .fc-stage--previewing .fc-stage__pedestal {
    box-shadow: 0 0 0 2px rgba(255, 223, 32, 0.85);
  }

  .cc_CuuEeMjOX3 .fc-stage__name-field {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }

  .cc_CuuEeMjOX3 .fc-stage__name-label {
    font-size: 11px;
  }

  .cc_CuuEeMjOX3 .fc-stage__name-input {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .cc_CuuEeMjOX3 .fc-stage__pedestal {
    width: 108px;
    height: 132px;
    min-height: 132px;
    max-height: 132px;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2px 0 0;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7f6fb 0%, #fff 100%);
    border: 1px solid #ece9f7;
    transition: box-shadow 0.15s ease;
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard .fc-stage__pedestal {
    width: min(100%, 220px);
    height: 210px;
    min-height: 210px;
    max-height: 210px;
    padding-top: 8px;
    box-shadow: 0 10px 28px rgba(79, 70, 168, 0.12);
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard.fc-stage--wizard-parts .fc-stage__pedestal {
    width: min(100%, 176px);
    height: 168px;
    min-height: 168px;
    max-height: 168px;
    padding-top: 6px;
    box-shadow: 0 8px 22px rgba(79, 70, 168, 0.12);
  }

  .cc_CuuEeMjOX3 .fc-stage__pedestal .figure-exploded, .cc_CuuEeMjOX3 .fc-stage__pedestal .fc-stage__figure {
    width: 104px;
    max-width: 104px;
    --fc-exploded-gap: 5px;
    --fc-yuz-shift: 12px;
    --fc-yuz-mb: -10px;
    --fc-torso-mt: -4px;
    transform: scale(0.92);
    transform-origin: top center;
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard .fc-stage__pedestal .figure-exploded, .cc_CuuEeMjOX3 .fc-stage--mobile-wizard .fc-stage__pedestal .fc-stage__figure {
    width: 180px;
    max-width: 180px;
    --fc-exploded-gap: 6px;
    --fc-yuz-shift: 14px;
    --fc-yuz-mb: -12px;
    --fc-torso-mt: -6px;
    transform: scale(1);
  }

  .cc_CuuEeMjOX3 .fc-stage--mobile-wizard.fc-stage--wizard-parts .fc-stage__pedestal .figure-exploded, .cc_CuuEeMjOX3 .fc-stage--mobile-wizard.fc-stage--wizard-parts .fc-stage__pedestal .fc-stage__figure {
    width: 156px;
    max-width: 156px;
    --fc-exploded-gap: 5px;
    --fc-yuz-shift: 12px;
    --fc-yuz-mb: -10px;
    --fc-torso-mt: -5px;
    transform: scale(1);
  }

  .cc_CuuEeMjOX3 .figure-exploded__part--sac, .cc_CuuEeMjOX3 .figure-exploded__part--sac.is-overflow {
    z-index: 1;
  }

  .cc_CuuEeMjOX3 .figure-exploded__part--sac.is-overflow {
    margin-bottom: -22px;
  }

  .cc_CuuEeMjOX3 .figure-exploded__part--yuz {
    z-index: 3;
  }

  .cc_CuuEeMjOX3 .figure-exploded__part--govde {
    overflow: visible;
    position: relative;
    z-index: 2;
  }

  .cc_CuuEeMjOX3 .figure-exploded__torso-row {
    flex-direction: row;
    justify-content: center;
    margin-bottom: -8px;
  }

  .cc_CuuEeMjOX3 .figure-exploded__torso-wrap .figure-exploded__extras-col {
    display: none;
  }

  .cc_CuuEeMjOX3 .figure-exploded__part--bacak {
    margin-top: -12px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
  }

  .cc_CuuEeMjOX3 .fc-stage__hint {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-options-area {
    order: unset;
    position: relative;
    z-index: 3;
    padding: 0 12px 12px;
    border-top: 0;
    background: #f7f6fb;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    min-height: 0;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__header {
    position: sticky;
    top: 0;
    z-index: 8;
    margin-bottom: 8px;
    padding: 4px 0 8px;
    background: #f7f6fb;
    box-shadow: 0 8px 16px rgba(247, 246, 251, 0.92);
  }

  .cc_CuuEeMjOX3 .fc-options-panel-scroll {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    max-height: min(62dvh, 34rem);
    margin: 0;
    padding: 8px;
    scroll-behavior: smooth;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8e4f4;
    box-shadow: 0 8px 24px rgba(79, 70, 168, 0.06);
  }

  .cc_CuuEeMjOX3 .fc-options-grid--in-scroll {
    max-height: none;
    overflow: visible;
    padding: 8px 8px 4px;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__next-bar {
    position: sticky;
    bottom: 0;
    z-index: 7;
    margin-top: 10px;
    padding: 10px 0 calc(8px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(247, 246, 251, 0), #f7f6fb 36%);
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #6e5bd6 0%, #5b4bc4 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 24px rgba(94, 75, 196, 0.28);
    cursor: pointer;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__next-btn-icon {
    font-size: 18px;
    line-height: 1;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-workspace {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-options-grid, .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-options-grid--in-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option {
    min-width: 0;
    max-width: none;
    width: 100%;
    padding: 4px 3px 5px;
    border-radius: 10px;
    border-width: 1.5px;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option__media {
    border-radius: 8px;
    aspect-ratio: 1;
    min-height: 0;
    background: linear-gradient(180deg, #fafafa 0%, #f3f4f6 100%);
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option__media--part {
    overflow: hidden;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option__media--part .fc-option__media-crop {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option__media--part .fc-option__media-crop img {
    object-fit: fill;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option__media:not(.fc-option__media--part) img {
    object-fit: contain;
    object-position: center center;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option__label {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-panel-scroll .fc-option__price {
    font-size: 8px;
    margin-top: 1px;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-option__check {
    top: 3px;
    right: 3px;
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-cat-acc__meta {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-options-area__note {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-mobile-wizard__progress {
    margin-bottom: 8px;
    gap: 5px;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard .fc-mobile-category-nav {
    min-height: 48px;
    margin-bottom: 8px;
    padding: 6px 10px;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard .fc-cat-acc__body {
    padding: 0;
    border-top: 0;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__progress {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0 4px;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #e4e0ef;
    transition: transform 0.15s ease, background 0.15s ease;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__dot.is-active {
    background: #6e5bd6;
    transform: scale(1.25);
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__dot.is-done {
    background: #a78bfa;
  }

  .cc_CuuEeMjOX3 .fc-mobile-wizard__dot--output {
    width: 10px;
    height: 10px;
  }

  .cc_CuuEeMjOX3 .fc-mobile-output-step {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }

  .cc_CuuEeMjOX3 .fc-mobile-output-step__lead {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #57534e;
  }

  .cc_CuuEeMjOX3 .fc-product-cards--wizard {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    gap: 10px;
    padding-bottom: 0;
  }

  .cc_CuuEeMjOX3 .fc-product-cards--wizard .fc-product-card {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }

  .cc_CuuEeMjOX3 .fc-mobile-category-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
    margin: 0 0 10px;
    padding: 8px 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6e5bd6 0%, #4f46a8 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(79, 70, 168, 0.22);
    position: relative;
    z-index: 4;
  }

  .cc_CuuEeMjOX3 .fc-mobile-category-nav__btn {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    align-self: center;
  }

  .cc_CuuEeMjOX3 .fc-mobile-category-nav__btn-icon {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    transform: translateY(-1px);
  }

  .cc_CuuEeMjOX3 .fc-mobile-category-nav__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }

  .cc_CuuEeMjOX3 .fc-mobile-category-nav__title {
    flex: 1;
    min-width: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .cc_CuuEeMjOX3 .fc-mobile-category-nav__title strong {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .cc_CuuEeMjOX3 .fc-mobile-category-nav__title span {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 0.88;
  }

  .cc_CuuEeMjOX3 .fc-options-area__head--desktop {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-gender-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    margin: 0 0 10px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .cc_CuuEeMjOX3 .fc-gender-filters::-webkit-scrollbar {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-gender-filter {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 6px 14px;
    border: 1px solid #fde047;
    border-radius: 999px;
    background: #fef9c3;
    color: #1c1917;
    font-size: 12px;
    font-weight: 800;
  }

  .cc_CuuEeMjOX3 .fc-gender-filter.is-active {
    background: #ffdf20;
    border-color: #eab308;
    color: #1c1917;
  }

  .cc_CuuEeMjOX3 .fc-options-area__note {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 1.4;
  }

  .cc_CuuEeMjOX3 .fc-options-grid {
    max-height: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-right: 0;
  }

  .cc_CuuEeMjOX3 .fc-options-scroll {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }

  .cc_CuuEeMjOX3 .fc-option {
    min-width: 0;
    max-width: none;
    width: 100%;
    padding: 5px;
    border-radius: 12px;
    border-width: 1.5px;
  }

  .cc_CuuEeMjOX3 .fc-option--skip {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-align: left;
  }

  .cc_CuuEeMjOX3 .fc-option--skip .fc-option__media--skip {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .cc_CuuEeMjOX3 .fc-option--skip .fc-option__label, .cc_CuuEeMjOX3 .fc-option--skip .fc-option__sub {
    text-align: left;
  }

  .cc_CuuEeMjOX3 .fc-option--skip .fc-option__check {
    position: static;
    margin-left: auto;
  }

  .cc_CuuEeMjOX3 .fc-option__media {
    border-radius: 8px;
    background: #fff;
  }

  .cc_CuuEeMjOX3 .fc-option__label {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cc_CuuEeMjOX3 .fc-option__price {
    font-size: 9px;
    margin-top: 1px;
  }

  .cc_CuuEeMjOX3 .fc-option__sub {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-option__check {
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .cc_CuuEeMjOX3 .fc-product-panel {
    order: 3;
    width: 100%;
    max-width: 100%;
  }

  .cc_CuuEeMjOX3 .fc-product-panel__body, .cc_CuuEeMjOX3 .fc-product-panel__footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard:not(.fc-studio--checkout) .fc-product-panel__footer {
    position: static;
    box-shadow: none;
  }

  .cc_CuuEeMjOX3 .fc-studio--mobile-wizard.fc-studio--checkout .fc-product-panel__footer {
    position: sticky;
    bottom: 0;
    z-index: 8;
  }

  .cc_CuuEeMjOX3 .fc-product-panel__title {
    font-size: 1rem;
  }

  .cc_CuuEeMjOX3 .fc-product-panel__sub {
    font-size: 12px;
    margin-top: -4px;
  }

  .cc_CuuEeMjOX3 .fc-tablo-wizard, .cc_CuuEeMjOX3 .fc-tablo-panel, .cc_CuuEeMjOX3 .fc-tablo-examples, .cc_CuuEeMjOX3 .fc-tablo-design-set__head, .cc_CuuEeMjOX3 .fc-tablo-design-set__desc, .cc_CuuEeMjOX3 .fc-tablo-examples__text, .cc_CuuEeMjOX3 .fc-tablo-custom__hint {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-field__label, .cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__label {
    font-size: 13px;
  }

  .cc_CuuEeMjOX3 .fc-tablo-option-set .pdp-option-file__drop {
    max-width: 100%;
    box-sizing: border-box;
  }

  .cc_CuuEeMjOX3 .fc-hint {
    text-align: left;
    padding: 0 2px;
  }

  .cc_CuuEeMjOX3 .fc-product-cards {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .cc_CuuEeMjOX3 .fc-product-card {
    flex: 0 0 min(78%, 260px);
    padding: 12px;
  }

  .cc_CuuEeMjOX3 .fc-options-scroll--compact {
    display: flex;
    overflow-x: auto;
    grid-template-columns: none;
  }

  .cc_CuuEeMjOX3 .fc-options-scroll--compact .fc-option {
    min-width: 96px;
    max-width: 108px;
  }
}

@media (min-width: 768px) {
  .cc_CuuEeMjOX3 .fc-mobile-category-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .cc_CuuEeMjOX3 .fc-root:not(.fc-root--mobile-wizard) .fc-stage__pedestal {
    width: 100px;
    height: 124px;
    min-height: 124px;
    max-height: 124px;
  }

  .cc_CuuEeMjOX3 .fc-root:not(.fc-root--mobile-wizard) .fc-stage__pedestal .figure-exploded, .cc_CuuEeMjOX3 .fc-root:not(.fc-root--mobile-wizard) .fc-stage__pedestal .fc-stage__figure {
    width: 96px;
    max-width: 96px;
  }

  .cc_CuuEeMjOX3 .fc-tablo-grid--colors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ─── Mobile wizard — responsive layout (preview odaklı) ─────────── */

@media (max-width: 767px) {
  .cc_CuuEeMjOX3 .fc-root--mobile-wizard {
    --fc-mobile-gutter: clamp(1rem, 4.5vw, 1.25rem);
    --fc-mobile-preview-min: clamp(12.5rem, 52vw, 17.5rem);
    --fc-mobile-figure-width: min(100%, clamp(11rem, 62vw, 16.5rem));
    --fc-mobile-option-gap: clamp(0.625rem, 2.8vw, 0.875rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-studio {
    width: 100%;
    max-width: 100%;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-workspace {
    gap: 0;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-center {
    position: relative;
    top: auto;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #ece9f7;
    box-shadow: none;
    padding-bottom: clamp(0.5rem, 2vw, 0.75rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: clamp(0.5rem, 2.2vw, 0.625rem);
    margin: 0;
    padding: clamp(0.625rem, 2.5vw, 0.75rem) var(--fc-mobile-gutter);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    z-index: 4;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact::-webkit-scrollbar {
    display: none;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tabs__item, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab--add {
    flex: 0 0 auto;
    max-width: min(72vw, 14.5rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab {
    min-height: 2.75rem;
    min-width: 0;
    padding: 0.5rem 0.875rem;
    gap: 0.5rem;
    font-size: clamp(0.75rem, 3.2vw, 0.8125rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab:has(.fc-figure-tab__remove) {
    padding-right: 2.125rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab__label {
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab__meta {
    font-size: 0.6875rem;
    white-space: nowrap;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab--add {
    max-width: min(62vw, 12rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab__add-label {
    white-space: nowrap;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-figure-tabs--compact .fc-figure-tab__remove {
    right: 0.375rem;
    width: 1.625rem;
    height: 1.625rem;
    font-size: 0.875rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard {
    width: 100%;
    align-items: stretch;
    padding: clamp(0.625rem, 2.5vw, 0.875rem) var(--fc-mobile-gutter)
      clamp(0.75rem, 3vw, 1rem);
    gap: clamp(0.5rem, 2vw, 0.75rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage__avatar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage__preview-shell--mobile {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ece9f7;
    border-radius: 1rem;
    padding: clamp(0.875rem, 3.5vw, 1.25rem) clamp(0.625rem, 2.5vw, 1rem);
    box-shadow: 0 6px 24px rgba(79, 70, 168, 0.07);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--wizard-parts .fc-stage__preview-shell--mobile {
    min-height: var(--fc-mobile-preview-min);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard .fc-stage__pedestal, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard.fc-stage--wizard-parts .fc-stage__pedestal, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard.fc-stage--wizard-checkout .fc-stage__pedestal {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard .fc-stage__pedestal .figure-exploded, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard .fc-stage__pedestal .fc-stage__figure, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard.fc-stage--wizard-parts .fc-stage__pedestal .figure-exploded, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--mobile-wizard.fc-stage--wizard-parts .fc-stage__pedestal .fc-stage__figure {
    width: var(--fc-mobile-figure-width);
    max-width: var(--fc-mobile-figure-width);
    --fc-exploded-gap: 0;
    --fc-yuz-shift: clamp(0.45rem, 2.2vw, 0.625rem);
    --fc-yuz-mb: clamp(-1.35rem, -5vw, -1rem);
    --fc-torso-mt: clamp(-0.85rem, -3.2vw, -0.55rem);
    transform: none;
    transform-origin: center top;
    overflow: visible;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--wizard-parts .figure-exploded__part--bacak {
    margin-top: clamp(-1.35rem, -4.8vw, -0.95rem);
    margin-bottom: 0.125rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--wizard-parts .figure-exploded__torso-row {
    margin-bottom: clamp(-0.75rem, -2.8vw, -0.5rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage--wizard-parts .figure-exploded__part--sac.is-overflow {
    margin-bottom: clamp(-2.75rem, -10vw, -2rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-right-panel__body {
    padding: clamp(0.625rem, 2.5vw, 0.875rem) var(--fc-mobile-gutter)
      clamp(0.75rem, 3vw, 1rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-wizard {
    gap: clamp(0.5rem, 2vw, 0.75rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-category-nav {
    min-height: 2.75rem;
    margin: 0;
    padding: 0.375rem 0.5rem;
    border-radius: 0.875rem;
    gap: 0.375rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-category-nav__btn {
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    border-radius: 0.625rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-category-nav__title {
    gap: 0.125rem;
    padding: 0 0.25rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-category-nav__title strong {
    font-size: clamp(0.875rem, 3.6vw, 0.9375rem);
    line-height: 1.25;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-category-nav__title span {
    font-size: clamp(0.6875rem, 2.8vw, 0.75rem);
    line-height: 1.3;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-wizard__progress {
    margin: 0;
    padding: 0 0.125rem;
    gap: 0.375rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-wizard__dot {
    width: 0.4375rem;
    height: 0.4375rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-wizard__dot--output {
    width: 0.5625rem;
    height: 0.5625rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-cat-acc__meta {
    margin: 0 0 0.5rem;
    font-size: clamp(0.6875rem, 2.8vw, 0.75rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-area__note {
    margin: 0 0 0.5rem;
    font-size: clamp(0.6875rem, 2.8vw, 0.75rem);
    line-height: 1.45;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-options-grid, .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-options-grid--in-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.375rem, 1.6vw, 0.5rem);
    max-height: none;
    overflow: visible;
    padding: clamp(0.125rem, 0.8vw, 0.25rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll {
    display: block;
    max-height: min(62dvh, 34rem);
    margin: 0;
    padding: clamp(0.375rem, 1.6vw, 0.5rem);
    border-radius: 0.875rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-options-grid--in-scroll {
    max-height: none;
    overflow: visible;
    padding: 0;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-wizard__header {
    top: 0;
    margin-bottom: clamp(0.5rem, 2vw, 0.75rem);
    padding-bottom: clamp(0.25rem, 1vw, 0.375rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-wizard__next-bar {
    margin-top: clamp(0.625rem, 2.5vw, 0.875rem);
    padding-top: clamp(0.625rem, 2.5vw, 0.875rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-mobile-wizard__next-btn {
    min-height: 3rem;
    border-radius: 0.875rem;
    font-size: clamp(0.9375rem, 3.8vw, 1rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option {
    position: relative;
    min-width: 0;
    max-width: none;
    width: 100%;
    padding: clamp(0.25rem, 1.1vw, 0.375rem);
    border-radius: 0.625rem;
    border-width: 1.5px;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__media {
    border-radius: 0.5rem;
    aspect-ratio: 1;
    min-height: 0;
    background: linear-gradient(180deg, #fafafa 0%, #f3f4f6 100%);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__media--part {
    overflow: hidden;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__media--part .fc-option__media-crop {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__media--part .fc-option__media-crop img {
    object-fit: fill;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__media:not(.fc-option__media--part) img {
    object-fit: contain;
    object-position: center center;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__label {
    margin-top: 0.25rem;
    font-size: clamp(0.5625rem, 2.2vw, 0.6875rem);
    line-height: 1.15;
    -webkit-line-clamp: 2;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__price {
    margin-top: 0.0625rem;
    font-size: clamp(0.5rem, 2vw, 0.625rem);
    line-height: 1.15;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option__check {
    top: 0.25rem;
    right: 0.25rem;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    font-size: 0.5625rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option--skip {
    grid-column: 1 / -1;
    min-height: 2.75rem;
    padding: 0.625rem 0.75rem;
    gap: 0.625rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-options-panel-scroll .fc-option--skip .fc-option__media--skip {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-gender-filters {
    gap: 0.5rem;
    margin: 0 0 0.625rem;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-gender-filter {
    min-height: 2.75rem;
    padding: 0.375rem 0.875rem;
    font-size: clamp(0.6875rem, 2.8vw, 0.75rem);
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage__name-field {
    width: 100%;
    max-width: none;
  }

  .cc_CuuEeMjOX3 .fc-root--mobile-wizard .fc-stage__name-input {
    min-height: 2.75rem;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .cc_CuuEeMjOX3 .fc-root--mobile-wizard {
    --fc-mobile-figure-width: min(100%, clamp(12rem, 48vw, 16.5rem));
  }
}

