.gleamify-customizer {
  --gcz-ink: #101211;
  --gcz-muted: #5f6663;
  --gcz-line: #e5ded5;
  --gcz-line-strong: #d8cec3;
  --gcz-panel: #fffdf9;
  --gcz-page: #fffaf2;
  --gcz-customizer-bg: #fffaf2;
  --gcz-success: #0bb07c;
  --gcz-success-soft: #e9f8f2;
  --gcz-pink: #ff637f;
  --gcz-pink-soft: #fff0f3;
  --gcz-mint: #edf9f3;
  --gcz-footer-panel: #fffdf9;
  --gcz-footer-divider: #d8cbbf;
  --gcz-shipping-icon-bg: var(--gcz-mint);
  --gcz-shipping-icon-color: var(--gcz-success);
  --gcz-shipping-text-color: var(--gcz-ink);
  --gcz-shipping-strong-color: var(--gcz-success);
  --gcz-button: #141414;
  --gcz-button-text: #ffffff;
  --gcz-cart-button: #4f4f4f;
  --gcz-switch-border: #0bb07c;
  --gcz-switch-bg: #f0fbf6;
  --gcz-switch-selected-bg: #eaf8f2;
  --gcz-switch-toggle-off: #cad4cf;
  --gcz-switch-toggle-on: #0bb07c;
  --gcz-switch-icon-bg: #edf9f3;
  --gcz-switch-icon-color: #0bb07c;
  --gcz-error: #9f2b2b;
  --gcz-title-size: 28px;
  --gcz-option-size: 15px;
  --gcz-help-size: 15px;
  --gcz-total-size: 34px;
  --gcz-footer-label-size: 15px;
  --gcz-footer-price-size: 30px;
  --gcz-footer-shipping-size: 15px;
  --gcz-footer-shipping-strong-size: 30px;
  --gcz-footer-button-size: 30px;
  color: var(--gcz-ink);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 1.4rem 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.gcz-customizer-active .product-form__buttons,
body.gcz-customizer-active .shopify-payment-button,
body.gcz-customizer-active [data-shopify="payment-button"],
body.gcz-customizer-active .gleamify-sticky-order-cta {
  display: none !important;
}

.gleamify-customizer *,
.gleamify-customizer *::before,
.gleamify-customizer *::after {
  box-sizing: border-box;
  box-shadow: none !important;
  filter: none !important;
}

.gleamify-customizer .material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

.gleamify-customizer .gcz-svg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.12em;
}

.gcz-step-icon .gcz-svg-icon,
.gcz-icon-bubble .gcz-svg-icon,
.gcz-back .gcz-svg-icon,
.gcz-next-arrows .gcz-svg-icon {
  display: block;
}

.gcz-shell {
  --gcz-step-label-size: 1.53cqw;
  --gcz-footer-label-size: 1.53cqw;
  --gcz-footer-price-size: 3.06cqw;
  --gcz-footer-shipping-size: 1.53cqw;
  --gcz-footer-shipping-strong-size: 3.06cqw;
  --gcz-footer-button-size: 3.06cqw;
  --gcz-footer-icon-size: 5.7cqw;
  display: grid;
  grid-template-rows: clamp(6.2rem, 14%, 8rem) minmax(0, 1fr) clamp(6rem, 15%, 7.8rem);
  width: min(100%, 1240px, calc(100vh - 5.5rem));
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  max-width: 1240px;
  padding: 15px;
  container-type: inline-size;
  margin: 0 auto;
  border: 1px solid var(--gcz-line);
  border-radius: 18px;
  background: var(--gcz-customizer-bg);
  box-shadow: 0 18px 42px rgba(44, 34, 23, 0.08);
  overflow: hidden;
}

.gcz-progress {
  min-height: 0;
  padding: clamp(0.75rem, 1.4vw, 1.2rem) clamp(0.9rem, 1.6vw, 1.45rem) 0.35rem;
  overflow: hidden;
}

.gcz-progress ol {
  display: grid;
  grid-template-columns: repeat(var(--gcz-step-count, 6), minmax(0, 1fr));
  gap: clamp(0.45rem, 1vw, 1rem);
  margin: 0;
  margin-inline: auto;
  max-width: min(86%, 880px);
  padding: 0;
  list-style: none;
}

.gcz-progress li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: clamp(0.18rem, 0.58cqw, 0.42rem);
  min-width: 0;
  color: var(--gcz-step-text-color, #555b58);
  text-align: center;
  text-transform: uppercase;
  font-size: var(--gcz-step-label-size);
  font-weight: 800;
  line-height: 1;
}

.gcz-progress li:not(:last-child)::after {
  display: none;
}

.gcz-step-icon {
  display: grid;
  width: min(100%, 10.8cqw);
  height: 6.7cqw;
  place-items: center;
  border: 1px solid var(--gcz-step-border, var(--gcz-line));
  border-radius: 1.45cqw;
  background: var(--gcz-step-bg, rgba(255, 253, 249, 0.96));
  box-shadow: 0 8px 22px rgba(44, 34, 23, 0.045);
  color: var(--gcz-step-icon-color, #555b58);
  font-size: 4.05cqw;
}

.gcz-progress li.is-active .gcz-step-icon {
  border-color: var(--gcz-step-active-border, #dcefe7);
  background: var(--gcz-step-active-bg, var(--gcz-mint));
  color: var(--gcz-step-active-icon-color, var(--gcz-pink));
}

.gcz-progress li.is-complete .gcz-step-icon {
  border-color: var(--gcz-step-done-border, var(--gcz-success));
  background: var(--gcz-step-done-bg, var(--gcz-success));
  color: var(--gcz-step-done-icon-color, #fff);
}

.gcz-progress li.is-active {
  color: var(--gcz-step-active-text-color, var(--gcz-pink));
}

.gcz-progress li.is-complete {
  color: var(--gcz-step-done-text-color, #4c5b55);
}

.gcz-step-label {
  max-width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.gcz-step {
  min-height: 0;
  padding: 1.25rem 1.55rem max(1.7rem, 3.2cqw);
  overflow: auto;
  scroll-padding-bottom: max(1.7rem, 3.2cqw);
  scrollbar-width: thin;
}

.gcz-step h3 {
  margin: 0 0 0.32rem;
  color: var(--gcz-ink);
  font-size: var(--gcz-title-size);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.gcz-step h4 {
  margin: 1.3rem 0 0.62rem;
  color: var(--gcz-ink);
  font-size: clamp(1.12rem, 1.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.gcz-step h4:first-child {
  margin-top: 0;
}

.gcz-help {
  margin: 0 0 1rem;
  color: var(--gcz-muted);
  font-size: var(--gcz-help-size);
  line-height: 1.45;
}

.gcz-note {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #dbece4;
  border-radius: 12px;
  background: var(--gcz-mint);
  color: #24745b;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 750;
}

.gcz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gcz-grid.gcz-grid-compact {
  grid-template-columns: repeat(var(--gcz-columns, 4), minmax(0, 1fr));
  padding: 4px;
  box-sizing: border-box;
}

.gcz-button-grid {
  grid-template-columns: repeat(var(--gcz-columns, 4), minmax(0, 1fr));
}

.gcz-button-grid .gcz-choice {
  display: flex !important;
  height: var(--gcz-button-height, 40px);
  min-height: var(--gcz-button-height, 40px);
  justify-content: center !important;
  align-items: center !important;
  gap: 0.55rem;
  overflow: hidden;
  padding: 0 1rem;
  text-align: center !important;
  white-space: nowrap;
  line-height: 1;
}

.gcz-button-grid .gcz-choice.is-selected {
  padding-left: 1rem !important;
}

.gcz-button-grid .gcz-choice-label {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  transform: none;
}

.gcz-button-grid .gcz-choice > span:not(.gcz-choice-check):not(.gcz-swatch):not(.gcz-font-sample):not(.gcz-badge) {
  transform: none;
}

.gcz-button-grid .gcz-choice small {
  display: inline-flex;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
  margin-left: 0.55rem;
  white-space: nowrap;
  line-height: 1;
  transform: none;
}

.gcz-grid-small {
  --gcz-columns: 4;
}

.gcz-choice,
.gcz-toggle {
  position: relative;
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--gcz-line);
  border-radius: 10px;
  background: var(--gcz-panel);
  color: var(--gcz-ink);
  cursor: pointer;
  font: inherit;
  font-size: var(--gcz-option-size);
  font-weight: 850;
  text-align: center;
  line-height: 1.18;
  box-shadow: 0 8px 18px rgba(44, 34, 23, 0.035);
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.gcz-module + .gcz-module {
  margin-top: 1rem;
}

.gcz-choice:hover,
.gcz-toggle:hover {
  transform: translateY(-1px);
  border-color: #cfc4b8;
}

.gcz-choice:focus,
.gcz-choice:focus-visible,
.gcz-toggle:focus,
.gcz-toggle:focus-visible {
  outline: none;
}

.gcz-choice.is-selected,
.gcz-toggle.is-selected {
  border-color: var(--gcz-success);
  background: var(--gcz-mint);
  box-shadow: inset 0 0 0 2px var(--gcz-success), 0 12px 24px rgba(11, 176, 124, 0.12);
}

.gcz-choice-check {
  position: absolute;
  z-index: 2;
  left: 0.72rem;
  top: 50%;
  display: none;
  width: 1.72rem;
  height: 1.72rem;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 999px;
  background: var(--gcz-success);
  color: #fff;
  box-shadow: 0 8px 16px rgba(11, 176, 124, 0.24);
  font-size: 1.05rem;
}

.is-selected > .gcz-choice-check {
  display: none !important;
}

.gcz-choice:not(.gcz-image-choice):not(.gcz-font-choice).is-selected,
.gcz-toggle.is-selected {
  padding-left: 1rem;
}

.gcz-choice small,
.gcz-toggle small {
  color: var(--gcz-pink);
  font-size: 0.8rem;
  font-weight: 900;
}

.gcz-switch-step {
  padding-top: 0.35rem;
}

.gcz-switch-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 58px;
  min-height: 104px;
  width: 100%;
  align-items: center;
  justify-content: stretch;
  gap: 18px;
  padding: 16px 22px;
  border: 1.5px solid var(--gcz-switch-border);
  border-radius: 14px;
  background: var(--gcz-switch-bg);
  color: var(--gcz-ink);
  text-align: left;
  box-shadow: 0 12px 28px rgba(11, 176, 124, 0.08);
}

.gcz-switch-card:hover {
  transform: none;
  border-color: var(--gcz-switch-border);
  box-shadow: 0 14px 30px rgba(11, 176, 124, 0.12);
}

.gcz-switch-card.is-selected {
  padding: 16px 22px;
  border-color: var(--gcz-switch-border);
  background: var(--gcz-switch-selected-bg);
  box-shadow: inset 0 0 0 1px var(--gcz-switch-border), 0 14px 30px rgba(11, 176, 124, 0.13);
}

.gcz-toggle.gcz-switch-card.is-selected {
  padding: 16px 22px;
}

.gcz-switch-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 999px;
  background: var(--gcz-switch-icon-bg);
  color: var(--gcz-switch-icon-color);
  font-size: 42px;
}

.gcz-switch-icon img {
  display: block;
  width: min(60px, 100%);
  height: min(60px, 100%);
  object-fit: contain;
}

.gcz-switch-copy {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.gcz-switch-title {
  color: var(--gcz-ink);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.08;
}

.gcz-switch-help {
  color: var(--gcz-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.gcz-switch-price {
  margin-top: 4px;
  color: var(--gcz-success);
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.gcz-switch-control {
  position: relative;
  justify-self: end;
  width: 58px;
  height: 32px;
  border-radius: 999px;
  background: var(--gcz-switch-toggle-off);
  box-shadow: inset 0 0 0 1px rgba(31, 42, 36, 0.08);
  transition: background 150ms ease;
}

.gcz-switch-control span {
  position: absolute;
  top: 50%;
  left: 3px;
  width: calc(50% - 3px);
  aspect-ratio: 1 / 1;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 3px 9px rgba(31, 42, 36, 0.22);
  transition: left 150ms ease;
}

.gcz-switch-card.is-selected .gcz-switch-control {
  background: var(--gcz-switch-toggle-on);
}

.gcz-switch-card.is-selected .gcz-switch-control span {
  left: calc(50% + 1px);
}

.gcz-image-choice {
  display: grid;
  justify-items: center;
  min-height: 0;
  border-color: transparent !important;
  background: transparent !important;
  padding: 0;
  box-shadow: none !important;
}

.gcz-image-choice.is-selected {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gcz-image-choice .gcz-choice-check {
  display: none !important;
}

.gcz-image-choice img,
.gcz-swatch {
  display: block;
  width: 100%;
  aspect-ratio: var(--gcz-aspect, 4 / 3);
  object-fit: cover;
  border: 1px solid rgba(16, 18, 17, 0.12);
  border-radius: 6px;
  background: #eee9e2;
}

.gcz-image-choice.is-selected img,
.gcz-image-choice.is-selected .gcz-swatch {
  border-color: var(--gcz-success);
  box-shadow: 0 0 0 4px var(--gcz-success);
}

.gcz-swatch {
  min-height: 8rem;
  background: var(--swatch, #eee9e2);
  background-size: cover;
  background-position: center;
}

.gcz-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  border-radius: 7px;
  background: var(--gcz-pink);
  color: #fff;
  padding: 0.34rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}

.gcz-choice-label {
  display: block;
  margin: 0.72rem 0 0;
  color: var(--gcz-ink);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.2;
  pointer-events: none;
}

.gcz-image-choice .gcz-choice-label,
.gcz-image-choice small {
  display: none;
}

.gcz-font-choice {
  min-height: 5.2rem;
  padding: 0.9rem 0.75rem;
}

.gcz-font-choice .gcz-choice-check {
  top: 0.72rem;
  left: 0.72rem;
  transform: none;
  width: 1.55rem;
  height: 1.55rem;
  font-size: 1rem;
}

.gcz-font-sample {
  display: grid;
  min-height: 3.2rem;
  align-items: center;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1;
}

.gcz-image-choice .gcz-font-sample {
  width: 100%;
  min-height: 0;
  aspect-ratio: var(--gcz-aspect, 1 / 1);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 17, 0.12);
  border-radius: 6px;
  background: #fffdf8;
  padding: 0.35rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gcz-image-choice.is-selected .gcz-font-sample {
  border-color: var(--gcz-success);
  box-shadow: 0 0 0 4px var(--gcz-success);
}

.gcz-upload-list {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.gcz-upload {
  display: grid;
  width: 100%;
  gap: 0.45rem;
}

.gcz-upload label,
.gcz-field label {
  color: var(--gcz-ink);
  font-size: 1rem;
  font-weight: 850;
}

.gcz-drop {
  position: relative;
  display: grid;
  width: min(100%, var(--gcz-upload-width, 100%));
  min-height: 9rem;
  min-height: var(--gcz-upload-height, 9rem);
  place-items: center;
  border: 1px dashed var(--gcz-pink);
  border-radius: 12px;
  background: #fff8f8;
  padding: 1rem;
  text-align: center;
}

.gcz-upload-picker {
  cursor: pointer;
  gap: 0.9rem;
  overflow: hidden;
}

.gcz-upload-picker input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.gcz-upload-empty {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--gcz-pink-soft);
  color: var(--gcz-pink);
  font-size: 1.6rem;
}

.gcz-upload-preview {
  display: block;
  width: min(100%, 22rem);
  max-height: calc(var(--gcz-upload-height, 9rem) - 4.8rem);
  min-height: 4rem;
}

.gcz-upload-preview img {
  display: block;
  width: 100%;
  max-height: inherit;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
}

.gcz-upload-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: min(100%, 18rem);
  border: 1px dashed var(--gcz-pink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #3d3f3d;
  padding: 0.7rem 1rem;
  font-size: var(--gcz-option-size);
  font-weight: 900;
  text-transform: uppercase;
}

.gcz-upload-action .gcz-svg-icon {
  width: 1.35em;
  height: 1.35em;
}

.gcz-upload-status {
  display: none;
}

.gcz-field {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.42rem;
  margin-bottom: 1rem;
  pointer-events: auto;
}

.gcz-field input,
.gcz-field textarea {
  position: relative;
  z-index: 4;
  width: 100%;
  border: 1px solid #d8dedc;
  border-radius: 8px;
  background: #fff;
  color: var(--gcz-ink);
  font: inherit;
  padding: 0.92rem 1rem;
  outline: none;
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
}

.gcz-field input {
  height: var(--gcz-text-input-height, 40px);
  min-height: var(--gcz-text-input-height, 40px);
  padding-top: 0;
  padding-bottom: 0;
}

.gcz-field input:focus,
.gcz-field textarea:focus {
  border-color: var(--gcz-success);
  box-shadow: 0 0 0 3px rgba(11, 176, 124, 0.12);
}

.gcz-field textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.gcz-summary {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  border: 1px solid var(--gcz-line);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.86);
  padding: 0.55rem 0.85rem;
}

.gcz-summary div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(16, 18, 17, 0.08);
  padding: 0.58rem 0;
}

.gcz-summary div:last-child {
  border-bottom: 0;
}

.gcz-summary dt {
  color: var(--gcz-muted);
}

.gcz-summary dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}

.gcz-size-compare {
  display: grid;
  grid-template-columns: minmax(7rem, 10rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin: 1.15rem 0 0;
  border: 1px solid #d6ece3;
  border-radius: 12px;
  background: #f7fffb;
  padding: 1rem;
}

.gcz-size-compare-title {
  color: var(--gcz-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
}

.gcz-size-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 0.75rem;
  min-height: 4.4rem;
}

.gcz-size-line::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 1.65rem;
  height: 2px;
  background: #6f756f;
}

.gcz-size-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.25rem;
  color: var(--gcz-ink);
  font-size: 0.78rem;
  font-weight: 750;
}

.gcz-size-mark::before {
  content: "";
  width: 1rem;
  height: 1.45rem;
  border: 2px solid #303330;
  background: #fff;
}

.gcz-size-mark::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: #cfc6ba;
  box-shadow: 0 0 0 3px #f7fffb;
}

.gcz-size-mark.is-active::after {
  width: 1.15rem;
  height: 1.15rem;
  border: 4px solid var(--gcz-success);
  background: #fff;
}

.gcz-errors {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(159, 43, 43, 0.2);
  border-radius: 10px;
  background: #fff7f4;
  color: var(--gcz-error);
  font-size: 0.9rem;
  grid-column: 1 / -1;
}

.gcz-errors:empty {
  display: none;
}

.gcz-footer {
  position: relative;
  bottom: auto;
  z-index: 5;
  display: grid;
  grid-template-columns: 36px minmax(105px, 0.72fr) minmax(185px, 1.08fr) minmax(176px, 1fr);
  grid-template-columns: 5.7cqw 18.5cqw 32.5cqw 28.5cqw;
  gap: 8px;
  gap: 1.2cqw;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  height: 72px;
  height: calc(100% - 1.15cqw);
  margin: 0;
  border: 1px solid var(--gcz-line);
  border-radius: 12px;
  border-radius: 1.65cqw;
  background: var(--gcz-footer-panel);
  padding: 10px;
  box-shadow: 0 16px 34px rgba(44, 34, 23, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.gcz-footer.is-final {
  grid-template-columns: 5.7cqw 18.5cqw 32.5cqw 28.5cqw;
}

.gcz-total,
.gcz-shipping {
  display: flex;
  align-items: center;
  gap: 0.85cqw;
  min-width: 0;
  border-left: 1px dashed var(--gcz-footer-divider);
  padding-left: 1.1cqw;
}

.gcz-total {
  border-left: 0;
  padding-left: 0;
}

.gcz-icon-bubble {
  display: grid;
  width: 36px;
  width: 5.7cqw;
  height: 36px;
  height: 5.7cqw;
  flex: 0 0 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  font-size: 3.25cqw;
}

.gcz-icon-bubble--price {
  background: var(--gcz-pink-soft);
  color: var(--gcz-pink);
  transform: rotate(-8deg);
}

.gcz-icon-bubble--shipping {
  background: var(--gcz-shipping-icon-bg);
  color: var(--gcz-shipping-icon-color);
}

.gcz-total-copy {
  display: grid;
  grid-template-rows: var(--gcz-footer-label-size) var(--gcz-footer-price-size);
  gap: 0.16rem;
  min-width: 0;
  align-content: center;
}

.gcz-shipping > span:last-child {
  display: grid;
  grid-template-rows: var(--gcz-footer-shipping-size) var(--gcz-footer-shipping-strong-size);
  gap: 0.16rem;
  min-width: 0;
  align-content: center;
}

.gcz-total small {
  color: var(--gcz-ink);
  font-size: var(--gcz-footer-label-size);
  font-weight: 800;
  line-height: var(--gcz-footer-label-size);
}

.gcz-total strong {
  color: var(--gcz-pink);
  font-size: var(--gcz-footer-price-size);
  font-weight: 950;
  line-height: var(--gcz-footer-price-size);
  white-space: nowrap;
}

.gcz-shipping {
  color: var(--gcz-shipping-text-color);
  font-size: var(--gcz-footer-shipping-size);
  font-weight: 750;
  line-height: var(--gcz-footer-shipping-size);
  text-align: left;
}

.gcz-shipping strong {
  display: block;
  color: var(--gcz-shipping-strong-color);
  font-size: var(--gcz-footer-shipping-strong-size);
  font-weight: 950;
  line-height: var(--gcz-footer-shipping-strong-size);
}

.gcz-back,
.gcz-next {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.gcz-back {
  display: grid;
  width: 36px;
  width: 5.7cqw;
  min-width: 36px;
  min-width: 5.7cqw;
  max-width: 36px;
  max-width: 5.7cqw;
  height: 36px;
  height: 5.7cqw;
  min-height: 36px;
  min-height: 5.7cqw;
  max-height: 36px;
  max-height: 5.7cqw;
  flex: 0 0 36px;
  flex: 0 0 5.7cqw;
  padding: 0;
  place-items: center;
  border-radius: 999px;
  background: var(--gcz-button);
  color: var(--gcz-success);
  font-size: 26px;
  font-size: 4.4cqw;
  font-weight: 950;
  box-shadow: inset 0 -3px 10px rgba(255, 255, 255, 0.08), 0 16px 28px rgba(20, 20, 20, 0.16);
}

.gcz-next {
  display: flex;
  justify-self: end;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  min-height: 46px;
  min-height: 6.7cqw;
  align-items: center;
  justify-content: center;
  gap: 6px;
  gap: 0.75cqw;
  border-radius: 9px;
  border-radius: 1.25cqw;
  background: var(--gcz-button);
  color: var(--gcz-button-text);
  font-size: var(--gcz-footer-button-size);
  font-weight: 950;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transform: none;
  box-shadow: inset 0 -3px 10px rgba(255, 255, 255, 0.08), 0 16px 28px rgba(20, 20, 20, 0.16);
}

.gcz-next span:first-child {
  flex: 0 0 auto;
}

.gcz-next-arrows {
  color: var(--gcz-success);
  font-size: 1.55em;
  line-height: 1;
}

.gcz-final-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9cqw;
  justify-self: end;
  width: 100%;
  min-width: 0;
}

.gcz-final-actions .gcz-next {
  min-height: 6.15cqw;
  font-size: clamp(13px, 2.05cqw, var(--gcz-footer-button-size));
  padding: 0 0.8cqw;
}

.gcz-footer-cart {
  justify-self: end;
  width: 28.5cqw !important;
  min-height: 6.7cqw;
  padding: 0 0.8cqw;
  background: var(--gcz-cart-button);
}

.gcz-back:disabled,
.gcz-next:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.gcz-back:disabled {
  background: var(--gcz-button);
  color: var(--gcz-success);
  opacity: 1;
}

.gcz-loading {
  padding: 1rem;
  color: var(--gcz-muted);
}

@media (max-width: 990px) {
  .gcz-grid.gcz-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcz-progress li:not(:last-child)::after {
    left: calc(50% + 2.4rem);
    width: calc(100% - 3.25rem);
  }
}

@media (max-width: 749px) {
  .gleamify-customizer {
    --gcz-title-size: 1.55rem;
    --gcz-help-size: 0.92rem;
    --gcz-option-size: 0.92rem;
    margin: 1rem 0;
  }

  .gcz-shell {
    border-radius: 14px;
    width: min(100%, calc(100vw - 1rem), calc(100vh - 3rem));
  }

  .gcz-progress {
    padding: clamp(0.75rem, 1.4vw, 1.2rem) clamp(0.9rem, 1.6vw, 1.45rem) 0.35rem;
  }

  .gcz-progress ol {
    gap: clamp(0.45rem, 1vw, 1rem);
  }

  .gcz-step-icon {
    width: 100%;
    height: 6.7cqw;
    border-radius: 1.45cqw;
    font-size: 4.05cqw;
  }

  .gcz-progress li {
    gap: 0.32rem;
    font-size: var(--gcz-step-label-size);
    letter-spacing: 0;
  }

  .gcz-step-label {
    overflow: visible;
    text-overflow: clip;
  }

  .gcz-progress li:not(:last-child)::after {
    display: none;
  }

  .gcz-step {
    padding: 0.95rem 0.75rem max(1.5rem, 5cqw);
    scroll-padding-bottom: max(1.5rem, 5cqw);
  }

  .gcz-step h4 {
    font-size: 1.12rem;
    margin-top: 1rem;
  }

  .gcz-grid,
  .gcz-grid.gcz-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .gcz-choice,
  .gcz-toggle {
    min-height: 3.25rem;
    border-radius: 9px;
    padding: 0.72rem 0.62rem;
  }

  .gcz-choice:not(.gcz-image-choice):not(.gcz-font-choice).is-selected,
  .gcz-toggle.is-selected {
    padding-left: 0.62rem;
  }

  .gcz-toggle.gcz-switch-card.is-selected {
    padding: 16px 22px;
  }

  .gcz-choice-check {
    left: 0.55rem;
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.92rem;
  }

  .gcz-image-choice {
    padding: 0.34rem 0.34rem 0.65rem;
  }

  .gcz-choice-label {
    margin-top: 0.55rem;
    font-size: 0.86rem;
  }

  .gcz-badge {
    top: 0.58rem;
    right: 0.58rem;
    font-size: 0.68rem;
  }

  .gcz-size-compare {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .gcz-footer {
    grid-template-columns: 5.7cqw 18.5cqw 32.5cqw 28.5cqw;
    grid-template-areas: none;
    justify-content: space-between;
    gap: 1.2cqw;
    margin: 0;
    border-radius: 1.65cqw;
    padding: 10px;
  }

  .gcz-footer.is-final {
    grid-template-columns: 5.7cqw 18.5cqw 32.5cqw 28.5cqw;
  }

  .gcz-footer > * {
    min-width: 0;
  }

  .gcz-errors {
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: calc(100% + 0.35rem);
  }

  .gcz-total,
  .gcz-shipping {
    border-left: 1px dashed var(--gcz-footer-divider);
    gap: 0.85cqw;
    padding-left: 1.1cqw;
    align-items: center;
  }

  .gcz-total {
    border-left: 0;
    padding-left: 0;
  }

  .gcz-back {
    width: 5.7cqw;
    height: 5.7cqw;
    font-size: 4.4cqw;
  }

  .gcz-next {
    width: 100% !important;
    max-width: none;
    min-width: 0;
    min-height: 6.7cqw;
    border-radius: 1.25cqw;
    gap: 0.75cqw;
    letter-spacing: 0.02em;
    overflow: hidden;
    padding: 0 0.4rem;
  }

  .gcz-final-actions {
    gap: 0.9cqw;
  }

  .gcz-final-actions .gcz-next {
    min-height: 6.15cqw;
    padding: 0 0.8cqw;
  }

  .gcz-footer-cart {
    justify-self: end;
    width: 28.5cqw !important;
    min-height: 6.7cqw;
    padding: 0 0.8cqw;
  }

  .gcz-next span:first-child {
    flex: 0 0 auto;
    min-width: auto;
    overflow: visible;
    text-align: center;
  }

  .gcz-icon-bubble {
    width: var(--gcz-footer-icon-size);
    height: var(--gcz-footer-icon-size);
    font-size: 3.25cqw;
  }

  .gcz-total-copy {
    gap: 0.08rem;
    align-content: center;
  }

  .gcz-shipping {
    min-width: 0;
    line-height: var(--gcz-footer-shipping-size);
  }

  .gcz-shipping span:last-child,
  .gcz-total-copy {
    min-width: 0;
  }

  .gcz-total small {
    font-size: var(--gcz-footer-label-size) !important;
  }

  .gcz-total strong {
    font-size: var(--gcz-footer-price-size) !important;
  }

  .gcz-shipping {
    font-size: var(--gcz-footer-shipping-size) !important;
  }

  .gcz-shipping strong {
    font-size: var(--gcz-footer-shipping-strong-size) !important;
    line-height: var(--gcz-footer-shipping-strong-size);
    white-space: nowrap;
  }
}
