.clicky-builder {
  --clicky-ink: #211e20;
  --clicky-muted: #70686b;
  --clicky-cream: #fff8e9;
  --clicky-paper: #fffdf7;
  --clicky-pink: #f5afc4;
  --clicky-pink-dark: #dc7798;
  --clicky-lilac: #c9b9f3;
  --clicky-line: rgba(56, 42, 48, 0.13);
  --clicky-shadow: 0 24px 65px rgba(79, 50, 60, 0.11);
  width: 100%;
  color: var(--clicky-ink);
  background:
    radial-gradient(circle at 3% 8%, rgba(245, 175, 196, 0.19), transparent 25rem),
    radial-gradient(circle at 97% 38%, rgba(169, 220, 194, 0.19), transparent 28rem),
    var(--clicky-cream);
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: clip;
  isolation: isolate;
}

.clicky-builder *,
.clicky-builder *::before,
.clicky-builder *::after {
  box-sizing: border-box;
}

.clicky-builder button,
.clicky-builder input {
  font: inherit;
}

.clicky-builder button {
  color: inherit;
}

.clicky-builder__shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 104px) 0 clamp(72px, 8vw, 120px);
}

.clicky-builder__intro {
  width: min(720px, 100%);
  margin: 0 0 clamp(38px, 5vw, 64px);
}

.clicky-builder__intro .clicky-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 5px 12px;
  border: 1.5px solid var(--clicky-ink);
  border-radius: 999px;
  background: var(--clicky-pink);
  box-shadow: 3px 3px 0 var(--clicky-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.clicky-builder__intro h2 {
  margin: 0;
  color: var(--clicky-ink);
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.clicky-builder__intro > p:last-child {
  max-width: 610px;
  margin: 22px 0 0;
  color: var(--clicky-muted);
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 600;
}

.clicky-builder__layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.91fr) minmax(500px, 1.09fr);
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
}

.clicky-preview-column {
  position: relative;
  min-width: 0;
}

.clicky-preview-card {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1.5px solid rgba(45, 35, 39, 0.72);
  border-radius: 30px;
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 8px 9px 0 rgba(33, 30, 32, 0.92), var(--clicky-shadow);
  backdrop-filter: blur(12px);
}

.clicky-preview-card__topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding: 13px 19px;
  border-bottom: 1px solid var(--clicky-line);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.clicky-preview-card__model {
  padding: 5px 10px;
  border-radius: 999px;
  background: #f0eafd;
  color: #68588c;
  letter-spacing: 0;
}

.clicky-preview-stage {
  --clicky-base: #f5afc4;
  --clicky-base-light: #f9c6d6;
  --clicky-base-deep: #d596aa;
  --clicky-base-shadow: rgba(100, 52, 70, 0.4);
  --clicky-key: #fff4dd;
  --clicky-key-light: #fffaf1;
  --clicky-key-deep: #d9cdb9;
  --clicky-char: #211e20;
  --slot-count: 5;
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(355px, 39vw, 485px);
  padding: 78px 22px 72px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(255, 255, 255, 0.95) 0 13%, transparent 46%),
    radial-gradient(circle at 19% 20%, rgba(255, 255, 255, 0.86), transparent 25%),
    linear-gradient(145deg, #f7d9e5 0%, #f0e8fb 46%, #dff2e9 100%);
  perspective: 1000px;
}

.clicky-preview-stage::before,
.clicky-preview-stage::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.clicky-preview-stage::before {
  width: 260px;
  height: 260px;
  top: -145px;
  right: -72px;
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.36);
}

.clicky-preview-stage::after {
  width: 150px;
  height: 150px;
  bottom: -92px;
  left: -37px;
  background: rgba(255, 255, 255, 0.14);
}

.clicky-preview-glow {
  position: absolute;
  z-index: 0;
  width: 82%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.8), transparent 68%);
  filter: blur(13px);
}

.clicky-product {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  max-width: 100%;
  transform: rotateX(5deg) rotateZ(-2.2deg) translateY(-4px);
  transform-style: preserve-3d;
  transition: transform 350ms cubic-bezier(.2,.8,.2,1);
}

.clicky-product:hover {
  transform: rotateX(2deg) rotateZ(-0.6deg) translateY(-8px) scale(1.015);
}

.clicky-product__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--slot-count) * 49px + 52px);
  min-width: 103px;
  max-width: min(470px, calc(100vw - 94px));
  height: 124px;
  padding: 24px 25px 31px;
  border: 1px solid color-mix(in srgb, var(--clicky-base-deep), #2d1e23 18%);
  background:
    linear-gradient(101deg, transparent 5%, rgba(255,255,255,.19) 20%, transparent 44%),
    radial-gradient(ellipse at 50% 5%, var(--clicky-base-light), transparent 45%),
    linear-gradient(165deg, var(--clicky-base-light) 0 8%, var(--clicky-base) 42%, var(--clicky-base-deep) 100%);
  box-shadow:
    inset 0 3px 2px rgba(255,255,255,.56),
    inset 0 -6px 8px rgba(67,31,45,.16),
    inset 3px 0 3px rgba(255,255,255,.21),
    0 8px 0 color-mix(in srgb, var(--clicky-base-deep), #5f3a48 30%),
    0 15px 22px var(--clicky-base-shadow);
  transition: width 300ms ease, border-radius 300ms ease, background 260ms ease;
}

.clicky-product__body::before {
  position: absolute;
  inset: 8px 12px auto;
  height: 25px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0));
  opacity: 0.62;
  content: "";
  pointer-events: none;
}

.clicky-product__body::after {
  position: absolute;
  right: 13px;
  bottom: 11px;
  left: 15px;
  height: 7px;
  border-radius: 50%;
  background: rgba(76, 38, 51, 0.12);
  filter: blur(2px);
  content: "";
}

.clicky-product__rim {
  position: absolute;
  inset: 5px 7px 4px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(58,31,41,.06);
}

.clicky-product--flexi .clicky-product__body {
  height: 132px;
  border-radius: 58px 47px 55px 44px / 50px 59px 46px 57px;
}

.clicky-product--flexi[data-count="1"] .clicky-product__body,
.clicky-product--flexi[data-count="2"] .clicky-product__body {
  border-radius: 48%;
}

.clicky-product--classic .clicky-product__body {
  height: 112px;
  padding-top: 20px;
  border-radius: 26px;
  transform: rotateZ(1.1deg);
  background:
    linear-gradient(112deg, transparent 2%, rgba(255,255,255,.24) 18%, transparent 36%),
    linear-gradient(165deg, var(--clicky-base-light) 0%, var(--clicky-base) 42%, var(--clicky-base-deep) 100%);
}

.clicky-preview-slots {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.clicky-preview-segment {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 70px;
  flex: 0 1 44px;
  min-width: 0;
  transform: translateY(calc((var(--slot-index) % 2) * 2px));
  transform-style: preserve-3d;
}

.clicky-product--flexi .clicky-preview-segment:nth-child(3n + 1) {
  transform: translateY(3px) rotate(-1.4deg);
}

.clicky-product--flexi .clicky-preview-segment:nth-child(3n + 2) {
  transform: translateY(-2px) rotate(.6deg);
}

.clicky-preview-segment__well {
  position: absolute;
  width: 43px;
  height: 58px;
  border-radius: 19px;
  background: color-mix(in srgb, var(--clicky-base-deep), #4e2e3a 17%);
  box-shadow:
    inset 0 3px 7px rgba(64, 32, 43, .36),
    0 1px 1px rgba(255,255,255,.36);
}

.clicky-product--classic .clicky-preview-segment__well {
  width: 42px;
  height: 60px;
  border-radius: 12px;
}

.clicky-preview-key {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 52px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--clicky-key-deep), #372a2e 22%);
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 15%, rgba(255,255,255,.78), transparent 30%),
    linear-gradient(145deg, var(--clicky-key-light) 0%, var(--clicky-key) 46%, var(--clicky-key-deep) 100%);
  box-shadow:
    inset 1px 2px 1px rgba(255,255,255,.62),
    inset -2px -4px 4px rgba(57,42,47,.13),
    0 5px 0 color-mix(in srgb, var(--clicky-key-deep), #57474b 28%),
    0 8px 8px rgba(53,32,40,.24);
  transform: translateZ(8px) translateY(-3px);
  transition: transform 150ms ease, background 220ms ease;
}

.clicky-product--classic .clicky-preview-key {
  width: 37px;
  height: 51px;
  border-radius: 10px;
}

.clicky-preview-key:active {
  transform: translateZ(3px) translateY(1px);
  box-shadow:
    inset 1px 2px 4px rgba(50,35,41,.12),
    0 2px 0 var(--clicky-key-deep),
    0 4px 5px rgba(53,32,40,.18);
}

.clicky-preview-key__shine {
  position: absolute;
  top: 3px;
  right: 6px;
  left: 5px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0));
  filter: blur(.3px);
}

.clicky-preview-key__value {
  position: relative;
  z-index: 2;
  color: var(--clicky-char);
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.22);
}

.clicky-preview-segment.is-emoji .clicky-preview-key__value {
  display: grid;
  place-items: center;
  font-size: 19px;
}

.clicky-preview-key__icon {
  width: 22px;
  height: 22px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clicky-preview-key__value.is-placeholder {
  opacity: 0.22;
}

.clicky-product-shadow {
  position: absolute;
  z-index: 1;
  width: min(calc(var(--slot-count) * 49px + 64px), 480px);
  height: 42px;
  margin-top: 140px;
  border-radius: 50%;
  background: rgba(74, 45, 56, .29);
  filter: blur(15px);
  transform: rotate(-1deg);
  transition: width 300ms ease;
}

.clicky-keyring,
.clicky-paracord {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -56px;
  width: 77px;
  height: 92px;
  transform: translateY(-54%) rotate(-12deg);
  transform-origin: right center;
  transition: opacity 220ms ease, transform 300ms ease;
}

.clicky-keyring {
  opacity: 0;
  transform: translateY(-54%) rotate(-12deg) scale(.75);
}

.clicky-product.has-keyring .clicky-keyring {
  opacity: 1;
  transform: translateY(-54%) rotate(-12deg) scale(1);
}

.clicky-keyring__outer,
.clicky-keyring__inner {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.clicky-keyring__outer {
  inset: 4px;
  border: 6px solid #c8c9ca;
  background: radial-gradient(circle, transparent 50%, rgba(255,255,255,.75) 52% 57%, #85888b 60% 64%, #e6e7e7 67% 73%, transparent 75%);
  box-shadow: inset 2px 3px 2px #fff, 1px 5px 8px rgba(36,31,33,.3);
}

.clicky-keyring__outer::after {
  position: absolute;
  top: -6px;
  right: 4px;
  width: 19px;
  height: 7px;
  border-radius: 5px;
  background: linear-gradient(#f7f7f7, #96999b);
  transform: rotate(38deg);
  content: "";
}

.clicky-keyring__inner {
  top: 27px;
  right: -7px;
  width: 24px;
  height: 31px;
  border: 5px solid #b7b9ba;
  box-shadow: inset 1px 1px #f9f9f9, 1px 2px 4px rgba(0,0,0,.2);
}

.clicky-paracord {
  left: -68px;
  opacity: 0;
  transform: translateY(-54%) rotate(-10deg) scale(.75);
}

.clicky-product.has-paracord .clicky-paracord {
  opacity: 1;
  transform: translateY(-54%) rotate(-10deg) scale(1);
}

.clicky-paracord__back,
.clicky-paracord__front {
  position: absolute;
  left: 3px;
  display: block;
  width: 65px;
  height: 38px;
  border: 8px solid #262126;
  border-right-width: 9px;
  border-radius: 50%;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.24),
    1px 4px 6px rgba(44,28,34,.25);
}

.clicky-paracord__back {
  top: 7px;
  transform: rotate(-8deg);
}

.clicky-paracord__front {
  top: 37px;
  transform: rotate(14deg);
}

.clicky-paracord__front::after,
.clicky-paracord__back::after {
  position: absolute;
  inset: -7px;
  border: 2px dashed rgba(255,255,255,.28);
  border-radius: inherit;
  content: "";
}

.clicky-paracord__knot {
  position: absolute;
  right: -8px;
  top: 35px;
  width: 29px;
  height: 26px;
  border-radius: 9px;
  background: repeating-linear-gradient(135deg, #171519 0 4px, #40383f 4px 8px);
  box-shadow: 2px 4px 7px rgba(0,0,0,.28);
}

.clicky-preview-card__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 86px;
  padding: 17px 20px 18px;
  border-top: 1px solid var(--clicky-line);
  background: rgba(255,255,255,.58);
}

.clicky-preview-card__summary > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.clicky-preview-card__summary span {
  margin-bottom: 2px;
  color: var(--clicky-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
}

.clicky-preview-card__summary strong {
  font-size: 15px;
  font-weight: 800;
}

.clicky-preview-card__summary .clicky-live-price {
  flex: 0 0 auto;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.04em;
}

.clicky-configurator {
  display: grid;
  min-width: 0;
  gap: 18px;
}

.clicky-step {
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--clicky-line);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 11px 35px rgba(75, 48, 57, 0.055);
}

.clicky-step legend {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
}

.clicky-step legend > span:first-child,
.clicky-step__number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  flex: 0 0 36px;
  border: 1.5px solid var(--clicky-ink);
  border-radius: 50%;
  background: var(--clicky-lilac);
  box-shadow: 2px 2px 0 var(--clicky-ink);
  font-size: 13px;
  font-weight: 900;
}

.clicky-step legend > span:last-child {
  display: flex;
  flex-direction: column;
}

.clicky-step legend strong {
  color: var(--clicky-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.clicky-step legend small {
  margin-top: 3px;
  color: var(--clicky-muted);
  font-size: 13px;
  font-weight: 600;
}

.clicky-builder input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.clicky-model-option,
.clicky-attachment-option,
.clicky-count-option,
.clicky-color-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.clicky-model-option__body {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr 20px;
  align-items: center;
  min-height: 92px;
  padding: 13px;
  border: 1.5px solid var(--clicky-line);
  border-radius: 17px;
  background: #fff;
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease, background 170ms ease;
}

.clicky-model-option:hover .clicky-model-option__body,
.clicky-attachment-option:hover > span,
.clicky-count-option:hover > span {
  border-color: rgba(33,30,32,.55);
  transform: translateY(-2px);
}

.clicky-model-option.is-selected .clicky-model-option__body,
.clicky-model-option input:focus-visible + .clicky-model-option__body {
  border-color: var(--clicky-ink);
  background: #fff7fa;
  box-shadow: 3px 3px 0 var(--clicky-ink);
}

.clicky-model-option__body > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.clicky-model-option__body strong {
  font-size: 15px;
  font-weight: 900;
}

.clicky-model-option__body small {
  margin-top: 2px;
  color: var(--clicky-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.clicky-model-option svg,
.clicky-attachment-option svg {
  width: 19px;
  height: 19px;
  padding: 3px;
  border-radius: 50%;
  background: var(--clicky-ink);
  opacity: 0;
  stroke: #fff;
  stroke-width: 2.4;
  fill: none;
  transition: opacity 160ms ease;
}

.clicky-model-option.is-selected svg,
.clicky-attachment-option.is-selected svg {
  opacity: 1;
}

.clicky-model-mini {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 45px;
  padding: 7px 5px;
  gap: 2px;
  border: 1px solid #a86679;
  background: linear-gradient(#f8c3d3, #e894ae);
  box-shadow: 0 4px 0 #bd6d85;
}

.clicky-model-mini--flexi {
  border-radius: 19px 15px 18px 14px;
  transform: rotate(-3deg);
}

.clicky-model-mini--classic {
  border-radius: 9px;
  transform: rotate(2deg);
}

.clicky-model-mini i {
  display: block;
  width: 8px;
  height: 22px;
  border-radius: 4px;
  background: #fff6e3;
  box-shadow: 0 2px 0 #d6c8ad;
}

.clicky-model-mini--classic i {
  border-radius: 2px;
}

.clicky-count-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(47px, 1fr));
  gap: 7px;
}

.clicky-count-option > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 7px 3px;
  border: 1.5px solid var(--clicky-line);
  border-radius: 13px;
  background: #fff;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.clicky-count-option strong {
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.clicky-count-option small {
  color: var(--clicky-muted);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.clicky-count-option small .woocommerce-Price-currencySymbol {
  margin-left: 1px;
}

.clicky-count-option.is-selected > span,
.clicky-count-option input:focus-visible + span {
  border-color: var(--clicky-ink);
  background: #fff3f7;
  box-shadow: 2px 2px 0 var(--clicky-ink);
}

.clicky-color-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(48px, 1fr));
  gap: 9px;
}

.clicky-color-option {
  min-width: 0;
  text-align: center;
}

.clicky-color-option__swatch {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  max-width: 56px;
  margin: 0 auto 6px;
  border: 1.5px solid rgba(44,36,39,.18);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow:
    inset 6px 7px 10px rgba(255,255,255,.36),
    inset -5px -6px 9px rgba(42,29,34,.10),
    0 4px 8px rgba(51,35,41,.09);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.clicky-color-option__swatch::after {
  position: absolute;
  top: 16%;
  left: 21%;
  width: 32%;
  height: 19%;
  border-radius: 50%;
  background: rgba(255,255,255,.62);
  filter: blur(1.5px);
  transform: rotate(-25deg);
  content: "";
}

.clicky-color-option__swatch i {
  position: relative;
  z-index: 2;
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--clicky-ink);
  box-shadow: 0 1px 3px rgba(0,0,0,.28);
  opacity: 0;
}

.clicky-color-option__swatch i::after {
  position: absolute;
  width: 8px;
  height: 4px;
  top: 4px;
  left: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

.clicky-color-option small {
  display: block;
  overflow: hidden;
  color: var(--clicky-muted);
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clicky-color-option:hover .clicky-color-option__swatch {
  transform: translateY(-2px) scale(1.04);
}

.clicky-color-option.is-selected .clicky-color-option__swatch,
.clicky-color-option input:focus-visible + .clicky-color-option__swatch {
  border-color: var(--clicky-ink);
  box-shadow:
    inset 6px 7px 10px rgba(255,255,255,.36),
    inset -5px -6px 9px rgba(42,29,34,.10),
    0 0 0 3px var(--clicky-paper),
    0 0 0 5px var(--clicky-ink);
}

.clicky-color-option.is-selected .clicky-color-option__swatch i {
  opacity: 1;
}

.clicky-slot-editors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.clicky-slot-editor {
  overflow: hidden;
  border: 1.5px solid var(--clicky-line);
  border-radius: 15px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.clicky-slot-editor.is-active {
  border-color: var(--clicky-ink);
  box-shadow: 3px 3px 0 var(--clicky-ink);
  transform: translateY(-1px);
}

.clicky-slot-editor__choice {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.clicky-slot-editor__choice span {
  color: var(--clicky-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.clicky-slot-editor__choice strong {
  grid-row: span 2;
  min-width: 29px;
  font-family: "Archivo Black", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.clicky-slot-editor__choice small {
  color: var(--clicky-muted);
  font-size: 10px;
  font-weight: 700;
}

.clicky-slot-editor.is-active .clicky-slot-editor__choice {
  background: #fff5f8;
}

.clicky-slot-editor__input {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border-top: 1px solid var(--clicky-line);
  background: #fffdf9;
}

.clicky-slot-editor__input span {
  flex: 1;
  color: var(--clicky-muted);
  font-size: 9px;
  font-weight: 700;
}

.clicky-slot-editor__input input {
  width: 31px !important;
  height: 29px !important;
  min-height: 29px !important;
  margin: 0 !important;
  padding: 2px !important;
  border: 1px solid var(--clicky-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--clicky-ink) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center;
  text-transform: uppercase;
}

.clicky-slot-editor__input input:focus {
  border-color: var(--clicky-pink-dark) !important;
  outline: 2px solid rgba(245,175,196,.33) !important;
}

.clicky-character-picker {
  margin-top: 18px;
  padding: 16px;
  border: 1px dashed rgba(50,40,44,.25);
  border-radius: 18px;
  background: #fffaf2;
}

.clicky-character-picker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.clicky-character-picker__head strong {
  font-size: 13px;
  font-weight: 900;
}

.clicky-character-picker__head > span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #eee8fb;
  color: #5d5278;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.clicky-library + .clicky-library {
  margin-top: 15px;
}

.clicky-library p {
  margin: 0 0 7px;
  color: var(--clicky-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.clicky-letter-library,
.clicky-emoji-library {
  display: grid;
  grid-template-columns: repeat(10, minmax(30px, 1fr));
  gap: 4px;
}

.clicky-letter-library button,
.clicky-emoji-library button {
  display: grid;
  place-items: center;
  min-width: 0;
  aspect-ratio: 1;
  padding: 2px;
  border: 1px solid var(--clicky-line);
  border-radius: 8px;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: border-color 130ms ease, background 130ms ease, transform 130ms ease, box-shadow 130ms ease;
}

.clicky-emoji-library button {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 16px;
}

.clicky-letter-library button:hover,
.clicky-emoji-library button:hover,
.clicky-letter-library button:focus-visible,
.clicky-emoji-library button:focus-visible {
  border-color: var(--clicky-ink);
  outline: 0;
  background: #fff0f5;
  box-shadow: 2px 2px 0 var(--clicky-ink);
  transform: translateY(-1px);
}

.clicky-attachment-option > span {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  align-items: center;
  min-height: 78px;
  padding: 11px 13px;
  border: 1.5px solid var(--clicky-line);
  border-radius: 16px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.clicky-attachment-option b,
.clicky-attachment-option small {
  grid-column: 2;
}

.clicky-attachment-option b {
  align-self: end;
  font-size: 14px;
  font-weight: 900;
}

.clicky-attachment-option small {
  align-self: start;
  color: var(--clicky-muted);
  font-size: 10px;
  font-weight: 600;
}

.clicky-attachment-option svg {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.clicky-attachment-option.is-selected > span,
.clicky-attachment-option input:focus-visible + span {
  border-color: var(--clicky-ink);
  background: #f8f5ff;
  box-shadow: 3px 3px 0 var(--clicky-ink);
}

.clicky-attachment-icon {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 2;
  display: block;
  width: 37px;
  height: 37px;
}

.clicky-attachment-icon--ring {
  border: 5px solid #b9bbbd;
  border-radius: 50%;
  box-shadow: inset 1px 1px 1px #fff, 1px 2px 3px rgba(0,0,0,.16);
}

.clicky-attachment-icon--cord::before,
.clicky-attachment-icon--cord::after {
  position: absolute;
  left: 2px;
  width: 33px;
  height: 19px;
  border: 5px solid #29252a;
  border-radius: 50%;
  content: "";
}

.clicky-attachment-icon--cord::before {
  top: 2px;
  transform: rotate(-8deg);
}

.clicky-attachment-icon--cord::after {
  bottom: 1px;
  transform: rotate(9deg);
}

.clicky-step--checkout {
  padding: 25px;
  border-color: var(--clicky-ink);
  background:
    radial-gradient(circle at 95% 0, rgba(201,185,243,.45), transparent 180px),
    #fff;
  box-shadow: 6px 6px 0 var(--clicky-ink);
}

.clicky-checkout-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0;
  margin-bottom: 21px;
}

.clicky-checkout-summary > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.clicky-checkout-summary > div strong {
  font-size: 17px;
  font-weight: 900;
}

.clicky-checkout-summary > div small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--clicky-muted);
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clicky-checkout-summary > strong {
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.clicky-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 59px;
  gap: 12px;
  padding: 14px 20px;
  border: 1.5px solid var(--clicky-ink);
  border-radius: 15px;
  background: var(--clicky-pink);
  box-shadow: 4px 4px 0 var(--clicky-ink);
  color: var(--clicky-ink);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.clicky-add-to-cart svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.clicky-add-to-cart:hover:not(:disabled) {
  background: #f79db8;
  transform: translate(-1px, -1px);
  box-shadow: 6px 6px 0 var(--clicky-ink);
}

.clicky-add-to-cart:active:not(:disabled) {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--clicky-ink);
}

.clicky-add-to-cart:focus-visible {
  outline: 3px solid rgba(92,72,160,.35);
  outline-offset: 3px;
}

.clicky-add-to-cart:disabled {
  cursor: not-allowed;
  filter: grayscale(.35);
  opacity: .55;
}

.clicky-add-to-cart.is-loading svg {
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  animation: clicky-spin .7s linear infinite;
}

.clicky-add-to-cart.is-loading svg path {
  display: none;
}

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

.clicky-form-status {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 39px;
  margin-top: 13px;
  padding: 9px 11px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.clicky-form-status.is-error,
.clicky-form-status.is-success,
.clicky-form-status.is-loading {
  display: flex;
}

.clicky-form-status.is-error {
  background: #ffe8e7;
  color: #8e302d;
}

.clicky-form-status.is-loading {
  background: #f3effd;
  color: #5d4e84;
}

.clicky-form-status.is-success {
  background: #e5f5eb;
  color: #245f3d;
}

.clicky-form-status a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  white-space: nowrap;
}

.clicky-microcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 16px 0 0;
  color: var(--clicky-muted);
  font-size: 10px;
  font-weight: 700;
}

.clicky-microcopy svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.clicky-setup-note {
  margin: 0 0 15px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff0d5;
  color: #7d5818;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .clicky-builder__layout {
    grid-template-columns: minmax(340px, .82fr) minmax(430px, 1.18fr);
    gap: 34px;
  }

  .clicky-count-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .clicky-color-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 14px;
  }

  .clicky-slot-editors {
    grid-template-columns: repeat(3, 1fr);
  }

  .clicky-letter-library,
  .clicky-emoji-library {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 820px) {
  .clicky-builder__shell {
    width: min(680px, calc(100% - 28px));
    padding-top: 52px;
  }

  .clicky-builder__layout {
    grid-template-columns: 1fr;
  }

  .clicky-preview-column {
    position: relative;
    z-index: 5;
  }

  .clicky-preview-card {
    position: relative;
    top: auto;
  }

  .clicky-preview-stage {
    min-height: 410px;
  }

  .clicky-count-grid,
  .clicky-color-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .clicky-slot-editors {
    grid-template-columns: repeat(4, 1fr);
  }

  .clicky-letter-library,
  .clicky-emoji-library {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 590px) {
  .clicky-builder__shell {
    width: min(100% - 20px, 520px);
    padding: 42px 0 72px;
  }

  .clicky-builder__intro {
    margin-bottom: 30px;
  }

  .clicky-builder__intro h2 {
    font-size: clamp(43px, 15vw, 64px);
  }

  .clicky-builder__intro > p:last-child {
    margin-top: 15px;
    font-size: 15px;
  }

  .clicky-preview-card {
    border-radius: 22px;
    box-shadow: 5px 6px 0 var(--clicky-ink), 0 18px 45px rgba(79,50,60,.11);
  }

  .clicky-preview-card__topline {
    min-height: 45px;
    padding: 10px 14px;
    font-size: 9px;
  }

  .clicky-preview-stage {
    min-height: 300px;
    padding: 63px 16px 55px;
  }

  .clicky-product {
    transform: rotateX(5deg) rotateZ(-2deg) scale(.9);
  }

  .clicky-product:hover {
    transform: rotateX(3deg) rotateZ(-1deg) scale(.91);
  }

  .clicky-product__body {
    max-width: calc(100vw - 58px);
    padding-right: 19px;
    padding-left: 19px;
  }

  .clicky-preview-segment {
    width: 39px;
    flex-basis: 39px;
  }

  .clicky-preview-segment__well {
    width: 38px;
  }

  .clicky-preview-key {
    width: 34px;
  }

  .clicky-preview-card__summary {
    min-height: 73px;
    padding: 13px 15px;
  }

  .clicky-preview-card__summary strong {
    font-size: 13px;
  }

  .clicky-preview-card__summary .clicky-live-price {
    font-size: 19px;
  }

  .clicky-step {
    padding: 19px 15px;
    border-radius: 18px;
  }

  .clicky-step legend {
    margin-bottom: 17px;
  }

  .clicky-step legend strong {
    font-size: 16px;
  }

  .clicky-step legend small {
    font-size: 11px;
  }

  .clicky-model-grid,
  .clicky-attachment-grid {
    grid-template-columns: 1fr;
  }

  .clicky-model-option__body {
    min-height: 77px;
  }

  .clicky-count-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .clicky-color-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .clicky-color-option__swatch {
    max-width: 49px;
  }

  .clicky-slot-editors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clicky-character-picker {
    margin-top: 14px;
    padding: 12px;
  }

  .clicky-letter-library,
  .clicky-emoji-library {
    grid-template-columns: repeat(7, 1fr);
  }

  .clicky-checkout-summary {
    grid-template-columns: auto 1fr;
  }

  .clicky-checkout-summary > strong {
    grid-column: 2;
    margin-top: 5px;
    font-size: 21px;
  }

  .clicky-step__number {
    grid-row: 1 / span 2;
  }

  .clicky-form-status.is-success {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 390px) {
  .clicky-product {
    transform: rotateX(5deg) rotateZ(-2deg) scale(.79);
  }

  .clicky-product:hover {
    transform: rotateX(3deg) rotateZ(-1deg) scale(.8);
  }

  .clicky-preview-stage {
    min-height: 270px;
  }

  .clicky-character-picker__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .clicky-letter-library,
  .clicky-emoji-library {
    grid-template-columns: repeat(6, 1fr);
  }
}

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

/* ======================================================
   CLICKY.DK STOREFRONT ALIGNMENT · 1.1
   Full-bleed section with the same visual system as the
   homepage: warm cream, clean white cards and #ff4f87.
   ====================================================== */

.clicky-builder {
  --clicky-ink: #171717;
  --clicky-muted: #6e686a;
  --clicky-cream: #fffaf3;
  --clicky-paper: #ffffff;
  --clicky-pink: #ff4f87;
  --clicky-pink-dark: #ed3f77;
  --clicky-pink-soft: #fff0f5;
  --clicky-preview-pink: #ffdfe9;
  --clicky-mint-soft: #ddf4e6;
  --clicky-butter-soft: #fff2bd;
  --clicky-lilac-soft: #eee7ff;
  --clicky-line: rgba(23, 23, 23, .10);
  --clicky-shadow: none;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
  color: var(--clicky-ink);
  background: linear-gradient(180deg, #fffaf3 0%, #fff0f5 100%);
}

.clicky-builder__shell {
  width: min(1240px, calc(100% - 40px));
  padding: 80px 0 96px;
}

.clicky-builder__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
  grid-template-rows: auto auto;
  column-gap: clamp(48px, 8vw, 130px);
  row-gap: 4px;
  width: 100%;
  max-width: none;
  margin-bottom: 34px;
}

.clicky-builder__intro .clicky-eyebrow {
  grid-column: 1;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--clicky-pink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.clicky-builder__intro h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(48px, 4.3vw, 58px);
  letter-spacing: -.055em;
  line-height: .94;
}

.clicky-builder__intro > p:last-child {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  max-width: 520px;
  margin: 0 0 2px;
  color: var(--clicky-ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.clicky-builder__layout {
  grid-template-columns: minmax(0, 1.07fr) minmax(0, .93fr);
  gap: 20px;
}

.clicky-preview-card {
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: var(--clicky-preview-pink);
  box-shadow: none;
  backdrop-filter: none;
}

.clicky-preview-card__topline {
  min-height: 52px;
  padding: 25px 28px 8px;
  border: 0;
  font-size: 10px;
  letter-spacing: .06em;
}

.clicky-preview-card__model {
  padding: 4px 9px;
  background: rgba(255, 255, 255, .58);
  color: var(--clicky-ink);
}

.clicky-preview-stage {
  min-height: 402px;
  padding: 62px 24px 58px;
  background:
    radial-gradient(circle at 85% 11%, rgba(255,255,255,.68) 0 66px, transparent 67px),
    var(--clicky-preview-pink);
}

.clicky-preview-stage::before {
  top: auto;
  right: auto;
  bottom: 32px;
  left: 36px;
  width: 84px;
  height: 84px;
  border: 0;
  background: rgba(255, 255, 255, .16);
  box-shadow: none;
}

.clicky-preview-stage::after {
  display: none;
}

.clicky-preview-glow {
  width: 78%;
  height: 52%;
  background: radial-gradient(ellipse, rgba(255,255,255,.64), transparent 70%);
  filter: blur(18px);
}

.clicky-preview-card__summary {
  min-height: 76px;
  padding: 12px 28px 24px;
  border: 0;
  background: transparent;
}

.clicky-preview-card__summary span {
  color: rgba(23, 23, 23, .60);
}

.clicky-preview-card__summary .clicky-live-price {
  font-size: 21px;
}

.clicky-configurator {
  display: grid;
  gap: 0;
  padding: 8px 30px;
  overflow: hidden;
  border: 1px solid var(--clicky-line);
  border-radius: 30px;
  background: #fff;
}

.clicky-step {
  padding: 30px 4px;
  border: 0;
  border-bottom: 1px solid var(--clicky-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.clicky-step legend {
  margin-bottom: 20px;
}

.clicky-step legend > span:first-child,
.clicky-step__number {
  display: block;
  width: auto;
  height: auto;
  min-width: 18px;
  margin-right: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--clicky-pink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
}

.clicky-step legend strong {
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.045em;
}

.clicky-step legend small {
  margin-top: 4px;
  color: var(--clicky-muted);
  font-size: 12px;
  font-weight: 400;
}

.clicky-model-grid,
.clicky-attachment-grid {
  gap: 10px;
}

.clicky-model-option__body {
  min-height: 88px;
  border: 1px solid var(--clicky-line);
  border-radius: 18px;
  background: #fffaf3;
}

.clicky-model-option:hover .clicky-model-option__body,
.clicky-attachment-option:hover > span,
.clicky-count-option:hover > span {
  border-color: rgba(23, 23, 23, .34);
  transform: none;
}

.clicky-model-option.is-selected .clicky-model-option__body,
.clicky-model-option input:focus-visible + .clicky-model-option__body {
  border-color: var(--clicky-ink);
  background: var(--clicky-pink-soft);
  box-shadow: none;
}

.clicky-model-option__body strong {
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.025em;
}

.clicky-model-mini {
  border: 0;
  background: linear-gradient(#f8b1c6, #e27f9c);
  box-shadow: 0 3px 0 #c96885;
}

.clicky-model-option svg,
.clicky-attachment-option svg {
  background: var(--clicky-pink);
}

.clicky-count-grid {
  gap: 7px;
}

.clicky-count-option > span {
  min-height: 64px;
  border: 1px solid var(--clicky-line);
  border-radius: 12px;
  background: #fffaf3;
}

.clicky-count-option.is-selected > span,
.clicky-count-option input:focus-visible + span {
  border-color: var(--clicky-pink);
  background: var(--clicky-pink);
  box-shadow: none;
  color: #fff;
}

.clicky-count-option.is-selected small {
  color: rgba(255, 255, 255, .82);
}

.clicky-color-grid {
  grid-template-columns: repeat(8, minmax(40px, 1fr));
  gap: 8px;
}

.clicky-color-option__swatch {
  width: 38px;
  max-width: 38px;
  margin-bottom: 7px;
  border: 3px solid #fff;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(23,23,23,.12);
}

.clicky-color-option__swatch::after {
  display: none;
}

.clicky-color-option__swatch i {
  display: none;
}

.clicky-color-option:hover .clicky-color-option__swatch {
  transform: scale(1.06);
}

.clicky-color-option.is-selected .clicky-color-option__swatch,
.clicky-color-option input:focus-visible + .clicky-color-option__swatch {
  border-color: #fff;
  box-shadow: 0 0 0 2px var(--clicky-ink);
}

.clicky-color-option small {
  color: var(--clicky-ink);
  font-size: 9px;
  font-weight: 700;
}

.clicky-slot-editors {
  gap: 8px;
}

.clicky-slot-editor {
  border: 1px solid var(--clicky-line);
  border-radius: 14px;
}

.clicky-slot-editor.is-active {
  border-color: var(--clicky-pink);
  box-shadow: 0 0 0 2px rgba(255,79,135,.12);
  transform: none;
}

.clicky-slot-editor.is-active .clicky-slot-editor__choice {
  background: var(--clicky-pink-soft);
}

.clicky-slot-editor__input {
  background: #fffaf3;
}

.clicky-slot-editor__input input:focus {
  border-color: var(--clicky-pink) !important;
  outline-color: rgba(255,79,135,.22) !important;
}

.clicky-character-picker {
  padding: 18px;
  border: 0;
  border-radius: 20px;
  background: #fffaf3;
}

.clicky-character-picker__head > span {
  background: var(--clicky-lilac-soft);
  color: var(--clicky-ink);
}

.clicky-letter-library button,
.clicky-emoji-library button {
  border: 1px solid rgba(23,23,23,.08);
  background: #fff;
}

.clicky-letter-library button:hover,
.clicky-emoji-library button:hover,
.clicky-letter-library button:focus-visible,
.clicky-emoji-library button:focus-visible {
  border-color: var(--clicky-pink);
  background: var(--clicky-pink-soft);
  box-shadow: none;
  transform: none;
}

.clicky-attachment-option > span {
  min-height: 78px;
  border: 1px solid var(--clicky-line);
  border-radius: 18px;
  background: #fffaf3;
}

.clicky-attachment-option.is-selected > span,
.clicky-attachment-option input:focus-visible + span {
  border-color: rgba(23,23,23,.18);
  background: var(--clicky-mint-soft);
  box-shadow: none;
}

.clicky-step--checkout {
  margin: 12px 0 22px;
  padding: 24px;
  border: 0;
  border-radius: 22px;
  background: var(--clicky-pink-soft);
  box-shadow: none;
}

.clicky-checkout-summary {
  margin-bottom: 19px;
}

.clicky-checkout-summary > div strong {
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.035em;
}

.clicky-add-to-cart {
  min-height: 54px;
  border: 0;
  border-radius: 12px;
  background: var(--clicky-pink);
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.clicky-add-to-cart:hover:not(:disabled) {
  background: var(--clicky-pink-dark);
  box-shadow: none;
  transform: translateY(-1px);
}

.clicky-add-to-cart:active:not(:disabled) {
  box-shadow: none;
  transform: translateY(0);
}

.clicky-add-to-cart:focus-visible {
  outline-color: rgba(255,79,135,.30);
}

.clicky-setup-note {
  background: var(--clicky-butter-soft);
  color: #624c12;
}

@media (max-width: 1100px) {
  .clicky-builder__shell {
    width: min(1240px, calc(100% - 32px));
  }

  .clicky-builder__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
  }

  .clicky-configurator {
    padding-right: 22px;
    padding-left: 22px;
  }

  .clicky-color-grid {
    grid-template-columns: repeat(4, minmax(46px, 1fr));
  }
}

@media (max-width: 820px) {
  .clicky-builder__shell {
    width: min(680px, calc(100% - 30px));
    padding: 64px 0 78px;
  }

  .clicky-builder__intro {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 6px;
    margin-bottom: 27px;
  }

  .clicky-builder__intro .clicky-eyebrow,
  .clicky-builder__intro h2,
  .clicky-builder__intro > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .clicky-builder__intro > p:last-child {
    margin-top: 12px;
  }

  .clicky-builder__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .clicky-preview-stage {
    min-height: 390px;
  }

  .clicky-configurator {
    padding-right: 28px;
    padding-left: 28px;
  }

  .clicky-color-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 590px) {
  .clicky-builder__shell {
    width: calc(100% - 30px);
    padding: 50px 0 66px;
  }

  .clicky-builder__intro h2 {
    font-size: clamp(42px, 13.5vw, 54px);
  }

  .clicky-builder__intro > p:last-child {
    font-size: 14px;
  }

  .clicky-preview-card {
    border-radius: 24px;
    box-shadow: none;
  }

  .clicky-preview-card__topline {
    padding: 20px 20px 5px;
  }

  .clicky-preview-stage {
    min-height: 300px;
    padding-top: 52px;
    padding-bottom: 48px;
    background:
      radial-gradient(circle at 86% 10%, rgba(255,255,255,.68) 0 45px, transparent 46px),
      var(--clicky-preview-pink);
  }

  .clicky-preview-card__summary {
    padding: 9px 20px 20px;
  }

  .clicky-configurator {
    padding: 5px 15px;
    border-radius: 24px;
  }

  .clicky-step {
    padding: 25px 2px;
  }

  .clicky-step legend strong {
    font-size: 18px;
  }

  .clicky-step legend small {
    font-size: 11px;
  }

  .clicky-color-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .clicky-step--checkout {
    margin-bottom: 14px;
    padding: 20px 16px;
  }
}

/* Sticky preview: full companion on desktop, compact dock on mobile. */

.clicky-builder__layout {
  align-items: stretch;
}

.clicky-preview-column {
  align-self: stretch;
}

.clicky-preview-card {
  position: sticky;
  top: 24px;
}

body.admin-bar .clicky-builder .clicky-preview-card {
  top: 56px;
}

.clicky-mobile-preview-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  min-height: 32px;
  gap: 4px;
  padding: 5px 9px;
  border: 0;
  border-radius: 999px;
  background: var(--clicky-pink);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.clicky-mobile-preview-toggle svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  transition: transform 180ms ease;
}

.clicky-mobile-preview-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

@media (max-width: 820px) {
  .clicky-preview-column {
    display: contents;
  }

  .clicky-preview-card {
    position: sticky;
    z-index: 30;
    top: max(10px, env(safe-area-inset-top));
    transition: border-color 180ms ease, border-radius 180ms ease, box-shadow 180ms ease;
  }

  body.admin-bar .clicky-builder .clicky-preview-card {
    top: 56px;
  }

  .clicky-preview-stage,
  .clicky-preview-card__topline,
  .clicky-preview-card__summary,
  .clicky-product,
  .clicky-product-shadow {
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(.2,.75,.2,1);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card {
    border: 1px solid rgba(23,23,23,.10);
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(58,35,43,.17);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card__topline {
    min-height: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-stage {
    min-height: 138px;
    padding: 14px 18px 12px;
    background:
      radial-gradient(circle at 88% 8%, rgba(255,255,255,.64) 0 31px, transparent 32px),
      var(--clicky-preview-pink);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-stage::before {
    bottom: 12px;
    left: 22px;
    width: 44px;
    height: 44px;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-product {
    transform: rotateX(5deg) rotateZ(-2deg) scale(.58);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-product:hover {
    transform: rotateX(3deg) rotateZ(-1deg) scale(.59);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-product-shadow {
    width: min(calc(var(--slot-count) * 34px + 45px), 330px);
    height: 25px;
    margin-top: 82px;
    filter: blur(10px);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 56px;
    gap: 10px;
    padding: 8px 12px 10px 16px;
    background: rgba(255,255,255,.34);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card__summary > div {
    min-width: 0;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card__summary > div > span {
    display: none;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card__summary > div > strong {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card__summary .clicky-live-price {
    font-size: 16px;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-mobile-preview-toggle {
    display: inline-flex;
  }

  .clicky-builder.is-mobile-preview-stuck.is-mobile-preview-expanded .clicky-preview-stage {
    min-height: 294px;
    padding: 48px 20px 42px;
  }

  .clicky-builder.is-mobile-preview-stuck.is-mobile-preview-expanded .clicky-product {
    transform: rotateX(5deg) rotateZ(-2deg) scale(.86);
  }

  .clicky-builder.is-mobile-preview-stuck.is-mobile-preview-expanded .clicky-product:hover {
    transform: rotateX(3deg) rotateZ(-1deg) scale(.87);
  }

  .clicky-builder.is-mobile-preview-stuck.is-mobile-preview-expanded .clicky-product-shadow {
    width: min(calc(var(--slot-count) * 46px + 58px), 440px);
    height: 36px;
    margin-top: 130px;
    filter: blur(14px);
  }
}

@media (max-width: 782px) {
  body.admin-bar .clicky-builder .clicky-preview-card {
    top: 56px;
  }
}

@media (max-width: 590px) {
  .clicky-builder.is-mobile-preview-stuck .clicky-preview-card {
    border-radius: 18px;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-preview-stage {
    min-height: 126px;
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-product {
    transform: rotateX(5deg) rotateZ(-2deg) scale(.52);
  }

  .clicky-builder.is-mobile-preview-stuck .clicky-product:hover {
    transform: rotateX(3deg) rotateZ(-1deg) scale(.53);
  }

  .clicky-builder.is-mobile-preview-stuck.is-mobile-preview-expanded .clicky-preview-stage {
    min-height: 272px;
  }

  .clicky-builder.is-mobile-preview-stuck.is-mobile-preview-expanded .clicky-product {
    transform: rotateX(5deg) rotateZ(-2deg) scale(.76);
  }

  .clicky-builder.is-mobile-preview-stuck.is-mobile-preview-expanded .clicky-product:hover {
    transform: rotateX(3deg) rotateZ(-1deg) scale(.77);
  }
}
