.sticker-pack {
  /* Lift sticky dock above theme fixed bottom nav on mobile; override in theme CSS if bar height differs. */
  --sticker-pack-mobile-bottom-nav-offset: 56px;

  /* Vibrant Studio System — Stitch Design */
  --sticker-background: #faf8ff;
  --sticker-surface: #faf8ff;
  --sticker-surface-dim: #d2d9f4;
  --sticker-surface-bright: #faf8ff;
  --sticker-surface-container-lowest: #ffffff;
  --sticker-surface-container-low: #f2f3ff;
  --sticker-surface-container: #eaedff;
  --sticker-surface-container-high: #e2e7ff;
  --sticker-surface-container-highest: #dae2fd;
  --sticker-on-surface: #131b2e;
  --sticker-on-surface-variant: #464554;
  --sticker-inverse-surface: #283044;
  --sticker-inverse-on-surface: #eef0ff;
  --sticker-outline: #767586;
  --sticker-outline-variant: #c7c4d7;
  --sticker-surface-tint: #494bd6;
  --sticker-primary: #4648d4;
  --sticker-on-primary: #ffffff;
  --sticker-primary-container: #6063ee;
  --sticker-on-primary-container: #fffbff;
  --sticker-inverse-primary: #c0c1ff;
  --sticker-secondary: #b90538;
  --sticker-on-secondary: #ffffff;
  --sticker-secondary-container: #dc2c4f;
  --sticker-on-secondary-container: #fffbff;
  --sticker-error: #ba1a1a;
  --sticker-on-error: #ffffff;
  --sticker-error-container: #ffdad6;
  --sticker-on-error-container: #93000a;
  --sticker-primary-fixed: #e1e0ff;
  --sticker-primary-fixed-dim: #c0c1ff;
  --sticker-on-primary-fixed: #07006c;
  --sticker-on-primary-fixed-variant: #2f2ebe;

  /* Legacy aliases for backward compat */
  --sticker-ink: #131b2e;
  --sticker-ink-soft: #464554;
  --sticker-muted: #767586;
  --sticker-line: #c7c4d7;
  --sticker-line-soft: #e2e7ff;
  --sticker-accent: #4648d4;
  --sticker-accent-soft: #e1e0ff;
  --sticker-purple: #4648d4;
  --sticker-purple-light: #e1e0ff;
  --sticker-purple-mid: #c0c1ff;
  --sticker-green: #1d9e75;
  --sticker-green-light: #eaf3de;
  --sticker-card: #ffffff;
  --sticker-border: #c7c4d7;
  --sticker-border-purple: #c0c1ff;
  --sticker-text: #131b2e;
  --sticker-text-secondary: #464554;
  --sticker-text-hint: #767586;
  --sticker-error: #ba1a1a;
  --sticker-error-light: #ffdad6;

  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: var(--sticker-on-surface);
}

.sticker-pack [hidden] {
  display: none !important;
}

.sticker-pack--builder-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px 90px;
  position: relative;
  background: var(--sticker-background);
}

@media (max-width: 768px) {
  .sticker-pack--builder-page {
    padding: 16px 16px 70px;
  }
}

.sticker-pack *,
.sticker-pack *::before,
.sticker-pack *::after {
  box-sizing: border-box;
}

.sticker-pack a,
.sticker-pack button,
.sticker-pack .sticker-pack__size-pill,
.sticker-pack .sticker-pack__qty-btn,
.sticker-pack .sticker-pack__design-card,
.sticker-pack .sticker-pack__design-remove,
.sticker-pack .single_add_to_cart_button {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.sticker-pack__stepper,
.sticker-pack__walkthrough,
.sticker-pack__sidebar-card,
.sticker-pack__counter-bar,
.sticker-pack__dropzone,
.sticker-pack__config-card {
  background: var(--sticker-surface-container-lowest);
  border: 1px solid var(--sticker-outline-variant);
  border-radius: 0.75rem;
}

.sticker-pack__hero {
  display: block;
  gap: 18px;
  margin-bottom: 22px;
  padding: 32px;
  border-radius: 1rem;
  background: linear-gradient(165deg, #fff 0%, #f2f3ff 45%, #faf8ff 100%);
  border: 1px solid var(--sticker-outline-variant);
  overflow: hidden;
}

.sticker-pack__hero--full {
  display: block !important;
}

.sticker-pack__hero-content,
.sticker-pack__hero-gallery {
  width: 100%;
}

.sticker-pack__hero-content {
  margin-bottom: 18px;
}

.sticker-pack__hero-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
}

.sticker-pack__hero-gallery-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sticker-purple);
}

.sticker-pack__language-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--sticker-border-purple);
}

.sticker-pack__language-button {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--sticker-purple);
  text-decoration: none;
  font-weight: 500;
}

.sticker-pack__language-button--active {
  background: var(--sticker-purple);
  color: #fff;
}

.sticker-pack__eyebrow,
.sticker-pack__section-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6366f1;
}

.sticker-pack__hero-title {
  margin: 0;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 760px;
}

.sticker-pack__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.sticker-pack__hero-carousel {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
  min-height: clamp(320px, 46vw, 560px);
  box-shadow: 0 24px 60px rgba(20, 18, 40, 0.18);
}

.sticker-pack__carousel-viewport {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 46vw, 560px);
}

.sticker-pack__carousel-track {
  position: relative;
  width: 100%;
  min-height: inherit;
}

.sticker-pack__carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.85s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
}

.sticker-pack__carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}

.sticker-pack__carousel-image {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 46vw, 560px);
  object-fit: cover;
  display: block;
}

.sticker-pack__carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 12px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.sticker-pack__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.88);
  color: #1a1a18;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.sticker-pack__carousel-btn--prev {
  left: 8px;
}

.sticker-pack__carousel-btn--next {
  right: 8px;
}

.sticker-pack__carousel-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 6px;
}

.sticker-pack__carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.sticker-pack__carousel-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}

.sticker-pack__hero-carousel--single .sticker-pack__carousel-slide {
  opacity: 1;
  transform: none;
  position: relative;
}

.sticker-pack__visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sticker-pack__hero-button {
  border: 0;
  border-radius: 12px;
  background: var(--sticker-green);
  color: #fff;
  padding: 14px 18px;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}

.sticker-pack__hero-note,
.sticker-pack__section-tip {
  color: var(--sticker-text-secondary);
}

.sticker-pack__stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 12px;
  margin-bottom: 18px;
}

.sticker-pack__step {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sticker-pack__step-dot {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--sticker-purple-mid);
  color: var(--sticker-text);
  font-weight: 500;
}

.sticker-pack__step--active .sticker-pack__step-dot {
  background: var(--sticker-purple);
  color: #fff;
  border-color: var(--sticker-purple);
}

.sticker-pack__step--done .sticker-pack__step-dot {
  background: var(--sticker-green);
  color: #fff;
  border-color: var(--sticker-green);
}

.sticker-pack__walkthrough {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 14px;
  padding: 16px;
  margin-bottom: 18px;
  border-color: var(--sticker-border-purple);
  background: var(--sticker-purple-light);
}

.sticker-pack__walkthrough-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sticker-purple);
  color: #fff;
  font-weight: 500;
}

.sticker-pack__walkthrough-title {
  font-weight: 500;
  margin-bottom: 4px;
}

.sticker-pack__walkthrough-progress {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sticker-pack__walkthrough-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(83, 74, 183, 0.25);
}

.sticker-pack__walkthrough-dot--active {
  width: 22px;
  background: var(--sticker-purple);
}

.sticker-pack__walkthrough-dot--done {
  background: var(--sticker-green);
}

.sticker-pack__walkthrough-dismiss,
.sticker-pack__sidebar-button {
  border: 0;
  border-radius: 10px;
  background: var(--sticker-purple);
  color: #fff;
  padding: 10px 16px;
  font-weight: 500;
  cursor: pointer;
}

.sticker-pack__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
}

.sticker-pack__builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}

.sticker-pack__workspace {
  display: grid;
  gap: 18px;
}

.sticker-pack__section-card {
  background: var(--sticker-card);
  border: 1px solid var(--sticker-border);
  border-radius: 16px;
  padding: 24px;
}

.sticker-pack__section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.sticker-pack__dropzone {
  position: relative;
  padding: 28px;
  text-align: center;
  border: 1.5px dashed var(--sticker-border-purple);
  margin-bottom: 18px;
}

.sticker-pack__dropzone--dragover {
  border-style: solid;
  border-color: var(--sticker-purple);
  background: #f7f6ff;
}

.sticker-pack__dropzone-icon {
  color: var(--sticker-purple);
}

.sticker-pack__dropzone-title {
  margin: 10px 0 6px;
  font-size: 20px;
}

.sticker-pack__dropzone-text {
  color: var(--sticker-text-secondary);
  margin-bottom: 14px;
}

.sticker-pack__dropzone-label {
  display: block;
  cursor: pointer;
  margin: 0;
}

.sticker-pack__file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sticker-pack__file-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.sticker-pack__config-card {
  padding: 16px;
  margin-bottom: 18px;
}

.sticker-pack__config-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  margin-bottom: 20px;
}

.sticker-pack__config-grid--contact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sticker-pack__field {
  display: grid;
  gap: 8px;
}

.sticker-pack__field-label {
  font-weight: 500;
}

.sticker-pack__select,
.sticker-pack__input,
.sticker-pack__textarea {
  width: 100%;
  border: 1px solid var(--sticker-border);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  color: var(--sticker-text);
  background: #fff;
}

.sticker-pack__shape-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
  align-items: stretch;
}

.sticker-pack__size-options {
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
}

.sticker-pack__shape-card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px 14px 14px;
  border: 1px solid var(--sticker-border-purple);
  border-radius: 16px;
  cursor: pointer;
  background: #fff;
  min-height: 224px;
  box-shadow: 0 8px 24px rgba(23, 20, 62, 0.04);
}

.sticker-pack__size-card {
  min-height: 182px;
}

.sticker-pack__shape-card input {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  margin: 0;
}

.sticker-pack__shape-card-image,
.sticker-pack__shape-card-placeholder {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  border-radius: 10px;
  object-fit: cover;
  background: #f7f6ff;
}

.sticker-pack__shape-card-placeholder {
  display: grid;
  place-items: center;
  color: var(--sticker-purple);
  font-size: 24px;
  font-weight: 500;
}

.sticker-pack__shape-card-placeholder--text {
  font-size: 16px;
  padding: 0 8px;
  text-align: center;
}

.sticker-pack__size-chip {
  min-height: 82px;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(180deg, #f4f1ff 0%, #f8f7ff 100%);
}

.sticker-pack__shape-card:has(input:checked) {
  background: var(--sticker-purple-light);
  border-color: var(--sticker-purple);
  box-shadow: 0 0 0 2px rgba(83, 74, 183, 0.16), 0 18px 36px rgba(83, 74, 183, 0.12);
}

.sticker-pack__shape-card-title {
  font-weight: 500;
  font-size: 15px;
}

.sticker-pack__shape-card-price {
  color: var(--sticker-green);
}

.sticker-pack__approval-note {
  padding: 12px;
  border-radius: 10px;
  background: var(--sticker-purple-light);
  border: 1px solid var(--sticker-border-purple);
  margin-top: 4px;
}

.sticker-pack__contact-intro {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f7f6ff;
  border: 1px solid var(--sticker-border-purple);
  color: var(--sticker-text);
}

.sticker-pack__config-error {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid var(--sticker-error);
  border-radius: 10px;
  background: var(--sticker-error-light);
  color: var(--sticker-error);
}

.sticker-pack__file-card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--sticker-border);
  background: #fff;
}

.sticker-pack__file-card--placeholder {
  display: grid;
  place-items: center;
  border: 1px dashed var(--sticker-border-purple);
  color: var(--sticker-purple);
  background: transparent;
}

.sticker-pack__file-card--success {
  border-color: transparent;
}

.sticker-pack__file-card--error {
  border-color: var(--sticker-error);
}

.sticker-pack__file-image,
.sticker-pack__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticker-pack__file-name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 6px;
  font-size: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticker-pack__file-spinner,
.sticker-pack__file-error {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.sticker-pack__file-spinner {
  background: rgba(255, 255, 255, 0.4);
}

.sticker-pack__file-spinner span {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(83, 74, 183, 0.2);
  border-top-color: var(--sticker-purple);
  border-radius: 50%;
  animation: sticker-progress-indeterminate 1s linear infinite;
}

.sticker-pack__file-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--sticker-purple);
}

.sticker-pack__file-error {
  gap: 8px;
  align-content: center;
  justify-items: center;
  background: rgba(226, 75, 74, 0.72);
  color: #fff;
  text-align: center;
  padding: 8px;
}

.sticker-pack__file-error-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sticker-error);
}

.sticker-pack__retry,
.sticker-pack__file-remove {
  position: absolute;
  z-index: 2;
  border: 0;
  cursor: pointer;
}

.sticker-pack__retry {
  right: 8px;
  bottom: 28px;
  border-radius: 999px;
  padding: 6px 10px;
}

.sticker-pack__file-remove {
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  opacity: 0;
}

.sticker-pack__file-card:hover .sticker-pack__file-remove {
  opacity: 1;
}

.sticker-pack__counter-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  padding: 14px 16px;
  align-items: center;
}

.sticker-pack__summary-prices {
  display: grid;
  gap: 4px;
  margin-top: 12px;
}

.sticker-pack__counter-section {
  display: grid;
  gap: 4px;
}

.sticker-pack__counter-section--price {
  justify-items: end;
}

.sticker-pack__count-number {
  color: var(--sticker-purple);
  font-size: 22px;
  font-weight: 500;
}

.sticker-pack__count-label,
.sticker-pack__tier-note,
.sticker-pack__sidebar-subtext,
.sticker-pack__next-tier-hint {
  color: var(--sticker-text-secondary);
}

.sticker-pack__tier-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 600;
  font-size: 12px;
}

.sticker-pack__price-total {
  color: var(--sticker-green);
  font-size: 20px;
  font-weight: 500;
}

.sticker-pack__counter-divider {
  width: 1px;
  height: 40px;
  background: var(--sticker-border);
}

.sticker-pack__savings-hint {
  margin-top: 12px;
  color: var(--sticker-text-secondary);
}

.sticker-pack__errors {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.sticker-pack__errors:empty,
.sticker-pack__session-banner:empty {
  display: none;
}

.sticker-pack__toast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--sticker-error);
  background: var(--sticker-error-light);
  color: var(--sticker-error);
  padding: 12px 14px;
  animation: sticker-toast-in 0.2s ease;
}

.sticker-pack__toast-dismiss,
.sticker-pack__session-action {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.sticker-pack__sidebar {
  min-width: 0;
}

.sticker-pack__sidebar-inner {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.sticker-pack__accordion-summary {
  display: none;
}

.sticker-pack__sidebar-card {
  padding: 16px;
}

.sticker-pack__sidebar-card--summary {
  border-color: var(--sticker-border-purple);
  background: #fbfbff;
}

.sticker-pack__tiers {
  display: grid;
  gap: 8px;
}

.sticker-pack__tier-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 10px;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--sticker-border);
}

.sticker-pack__tier-row--active {
  background: var(--sticker-purple-light);
  border-color: var(--sticker-border-purple);
}

.sticker-pack__tier-range {
  color: var(--sticker-purple);
  font-weight: 500;
}

.sticker-pack__tier-pill {
  display: none;
  grid-column: 1 / -1;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--sticker-purple);
  color: #fff;
  font-size: 11px;
}

.sticker-pack__tier-row--active .sticker-pack__tier-pill {
  display: inline-flex;
}

.sticker-pack__sidebar-card--cta {
  text-align: center;
}

.sticker-pack__progress-ring {
  transform: rotate(-90deg);
}

.sticker-pack__progress-track,
.sticker-pack__progress-value {
  fill: none;
  stroke-width: 6;
}

.sticker-pack__progress-track {
  stroke: var(--sticker-border);
}

.sticker-pack__progress-value {
  stroke: var(--sticker-purple);
  stroke-dasharray: 175.93;
  stroke-dashoffset: 175.93;
}

.sticker-pack__progress-ring-wrap {
  position: relative;
  width: 64px;
  margin: 0 auto 12px;
}

.sticker-pack__progress-count {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 500;
  color: var(--sticker-purple);
}

.sticker-pack__sidebar-button[disabled],
.single_add_to_cart_button[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.sticker-pack__sidebar-button {
  width: 100%;
  margin-top: 14px;
}

.sticker-pack__sidebar-card--features {
  background: var(--sticker-green-light);
}

.sticker-pack__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sticker-pack__gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--sticker-border);
  background: #fff;
}

.sticker-pack__gallery-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.sticker-pack__gallery-title {
  padding: 10px 12px;
  color: var(--sticker-text-secondary);
}

.sticker-pack__features {
  margin: 0;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.45;
  color: #4b5563;
}

.sticker-pack__features li {
  margin-bottom: 2px;
}

.sticker-pack__session-banner {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--sticker-error-light);
  border: 1px solid var(--sticker-error);
  color: var(--sticker-error);
}

.sticker-pack__count-number--pop {
  animation: sticker-count-pop 0.2s ease;
}

.sticker-pack__tier-badge--flash {
  animation: sticker-tier-flash 0.25s ease;
}

@keyframes sticker-progress-indeterminate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes sticker-count-pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

@keyframes sticker-tier-flash {
  0% { background: var(--sticker-green-light); }
  50% { background: #d7f5ea; }
  100% { background: var(--sticker-green-light); }
}

@keyframes sticker-toast-in {
  from { transform: translateY(-8px); opacity: 0; }
  to { transform: none; opacity: 1; }
}

@media (max-width: 768px) {
  .sticker-pack__hero,
  .sticker-pack__builder-layout {
    grid-template-columns: 1fr;
  }

  .sticker-pack__hero {
    padding: 22px;
  }

  .sticker-pack__layout {
    grid-template-columns: 1fr;
  }

  .sticker-pack__accordion-summary {
    display: block;
    cursor: pointer;
    padding: 12px 0;
    font-weight: 500;
  }

  .sticker-pack__dropzone {
    min-height: 120px;
    padding: 24px 18px;
  }

  .sticker-pack__dropzone--studio {
    padding: 0;
  }

  .sticker-pack__dropzone--studio .sticker-pack__dropzone-label {
    padding: 24px 18px;
  }

  .sticker-pack__config-grid,
  .sticker-pack__config-grid--contact,
  .sticker-pack__gallery-grid {
    grid-template-columns: 1fr;
  }

  .sticker-pack__shape-options,
  .sticker-pack__size-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticker-pack__section-header {
    flex-direction: column;
  }

  .sticker-pack__file-remove {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .sticker-pack__step-label {
    display: none;
  }

  .sticker-pack__stepper {
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
  }

  .sticker-pack__file-list {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  }
}

@media (max-width: 480px) {
  .sticker-pack__walkthrough,
  .sticker-pack__counter-bar,
  .sticker-pack__sidebar-card {
    padding: 12px;
  }

  .sticker-pack__walkthrough {
    grid-template-columns: 1fr;
  }

  .sticker-pack__hero-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticker-pack__shape-options,
  .sticker-pack__size-options {
    grid-template-columns: 1fr;
  }

  .sticker-pack__counter-bar {
    grid-template-columns: 1fr;
  }

  .sticker-pack__counter-divider {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticker-pack *,
  .sticker-pack *::before,
  .sticker-pack *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .sticker-pack__carousel-slide {
    transition: none !important;
  }
}

@media print {
  .sticker-pack__dropzone,
  .sticker-pack__counter-bar {
    display: none;
  }
}

/* Composer redesign */
.sticker-pack--builder-page {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 18px clamp(12px, 2.4vw, 28px) 80px;
  color: #111;
  overflow-x: clip;
}

.sticker-pack--builder-page > *:not(.sticker-pack__howto-modal) {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.sticker-pack__page-header {
  margin-bottom: 14px;
}

.sticker-pack__page-heading {
  margin: 0 0 6px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #111;
}

.sticker-pack__page-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
  max-width: 720px;
}

.sticker-pack__studio-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
  margin-bottom: 14px;
}

.sticker-pack__howto-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sticker-pack__howto-open-icon {
  display: inline-flex;
  line-height: 0;
  color: inherit;
}

body.sticker-pack__howto-modal-open {
  overflow: hidden;
}

.sticker-pack__howto-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  margin: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
  box-sizing: border-box;
}

.sticker-pack__howto-modal[hidden] {
  display: none !important;
}

.sticker-pack__howto-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  cursor: pointer;
}

.sticker-pack__howto-dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(86vh, 760px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: var(--sticker-surface, #fff);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  outline: none;
}

.sticker-pack__howto-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--sticker-line, #e5e7eb);
  flex-shrink: 0;
}

.sticker-pack__howto-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

.sticker-pack__howto-close {
  appearance: none;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
  color: inherit;
}

.sticker-pack__howto-close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.sticker-pack__howto-body {
  padding: 12px 16px 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  min-height: 0;
}

.sticker-pack__howto-step {
  margin-bottom: 20px;
}

.sticker-pack__howto-step:last-child {
  margin-bottom: 0;
}

.sticker-pack__howto-step-title {
  margin: 0 0 10px;
  font-size: 0.95rem;
}

.sticker-pack__howto-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #0f172a;
}

.sticker-pack__howto-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sticker-pack__howto-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--sticker-text-secondary, #4b5563);
}

.sticker-pack__howto-text > :first-child {
  margin-top: 0;
}

.sticker-pack__howto-text > :last-child {
  margin-bottom: 0;
}



.sticker-pack__studio-shell {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr) minmax(0, 300px);
  gap: 16px;
  align-items: start;
}

.sticker-pack__studio-rail,
.sticker-pack__studio-side {
  display: grid;
  gap: 16px;
  align-self: start;
}

.sticker-pack__studio-rail {
  position: sticky;
  top: 18px;
  max-height: calc(100vh - 140px);
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  overflow-y: auto;
  padding-right: 2px;
  -webkit-overflow-scrolling: touch;
}

.sticker-pack__studio-rail > * {
  min-width: 0;
  max-width: 100%;
}

.sticker-pack__studio-rail::-webkit-scrollbar {
  width: 6px;
}

.sticker-pack__studio-rail::-webkit-scrollbar-thumb {
  background: rgba(17, 17, 17, 0.18);
  border-radius: 999px;
}

.sticker-pack__studio-panel,
.sticker-pack__studio-tip {
  border: 1px solid var(--sticker-line);
  border-radius: 18px;
  background: var(--sticker-surface);
  box-shadow: 0 1px 2px rgba(17, 17, 17, 0.03);
}

.sticker-pack__studio-panel {
  padding: 12px;
}

@media (max-width: 768px) {
  .sticker-pack__studio-panel {
    padding: 12px;
    border-radius: 14px;
  }

  .sticker-pack__studio-panel-title {
    font-size: 16px;
    margin-top: 2px;
  }

  .sticker-pack__shape-select {
    margin-top: 8px;
  }
}

.sticker-pack__studio-panel--features {
  background: var(--sticker-surface-alt);
}

/* Lead-time compact inline badge (order size → shipping handoff estimate) */
.sticker-pack__studio-panel--features .sticker-pack__features ~ .sticker-pack__shipping-estimate {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--sticker-line);
}

.sticker-pack__shipping-estimate {
  min-width: 0;
}

.sticker-pack__shipping-estimate__head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.sticker-pack__shipping-estimate__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.12), rgba(59, 130, 246, 0.08));
  color: #1e3a8a;
  border: 1px solid rgba(30, 58, 138, 0.15);
}

.sticker-pack__shipping-estimate__icon svg {
  width: 14px;
  height: 14px;
}

.sticker-pack__shipping-estimate__head-text {
  flex: 1 1 auto;
  min-width: 0;
}

.sticker-pack__shipping-estimate__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--sticker-muted);
  line-height: 1.3;
}

.sticker-pack__shipping-tier-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #fff;
  color: var(--sticker-muted);
  transition: all 0.2s ease;
}

.sticker-pack__shipping-tier-badge[data-tier="1"] {
  border-color: rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.sticker-pack__shipping-tier-badge[data-tier="2"] {
  border-color: rgba(59, 130, 246, 0.45);
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.sticker-pack__shipping-tier-badge[data-tier="3"] {
  border-color: rgba(245, 158, 11, 0.45);
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}

.sticker-pack__shipping-tier-badge[data-tier="4"] {
  border-color: rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
}

.sticker-pack__shipping-estimate__qty {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-feature-settings: "tnum";
  color: var(--sticker-text, #111827);
}

.sticker-pack__shipping-estimate__unit {
  font-size: 11px;
  color: var(--sticker-muted);
}

.sticker-pack__shipping-estimate__msg {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: var(--sticker-muted);
}

.sticker-pack__shipping-estimate__info {
  margin: 6px 0 0;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.4;
  color: #92400e;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 8px;
}

.sticker-pack__shipping-estimate__info[hidden] {
  display: none !important;
}

.sticker-pack__studio-panel-title {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.sticker-pack__studio-tip {
  padding: 12px 14px 14px;
  background: var(--sticker-surface-alt);
  border: 1px solid var(--sticker-line);
  border-radius: 14px;
  box-shadow: none;
}

.sticker-pack__studio-tip p {
  margin: 6px 0 0;
  color: var(--sticker-muted);
  line-height: 1.55;
  font-size: 13px;
}

/* ---------- Left rail (cut shape + tip): layout + overflow fixes ---------- */

.sticker-pack__rail-panel.sticker-pack__studio-panel {
  padding: 12px;
}

.sticker-pack__rail-kicker {
  margin: 0;
  font-size: 11px;
}

.sticker-pack__rail-title {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

/* Tip card — no horizontal scroll; long Turkish lines wrap cleanly */
.sticker-pack__rail-tip.sticker-pack__studio-tip {
  padding: 0;
  overflow-x: hidden;
  background: #fff;
}

.sticker-pack__rail-tip-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 12px;
  min-width: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.sticker-pack__rail-tip-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  color: #6b7280;
  background: #f9fafb;
}

.sticker-pack__rail-tip-icon svg {
  display: block;
}

.sticker-pack__rail-tip-kicker {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.sticker-pack__rail-tip-text {
  margin: 0;
  padding: 10px 14px 14px;
  color: var(--sticker-muted);
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
}

/* Shape select dropdown */
.sticker-pack__shape-select {
  width: 100%;
  margin-top: 10px;
  padding: 8px 28px 8px 10px;
  border-radius: var(--sticker-blocky-radius-sm);
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
  color: var(--sticker-blocky-text);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.sticker-pack__shape-select:focus {
  border-color: #4f46e5;
  outline: 0;
  box-shadow: 0 0 0 1px #4f46e5 inset;
}

.sticker-pack__shape-select:invalid {
  color: #9ca3af;
}

.sticker-pack__studio-main {
  min-width: 0;
}

.sticker-pack__studio-canvas {
  min-height: 0;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--sticker-line);
  background: linear-gradient(180deg, #fafaf9 0%, #f5f5f4 100%);
  box-shadow: 0 1px 2px rgba(17, 17, 17, 0.03);
}

.sticker-pack__dropzone--studio {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 200px;
  margin-bottom: 24px;
  border-radius: 0.75rem;
  border: 2px dashed rgba(70, 72, 212, 0.25);
  background: var(--sticker-surface-container-lowest);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.sticker-pack__dropzone--studio .sticker-pack__dropzone-label {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 48px 24px;
  text-align: center;
  cursor: pointer;
}

.sticker-pack__dropzone--studio:hover,
.sticker-pack__dropzone--studio:focus-visible {
  border-color: var(--sticker-primary);
  background: var(--sticker-surface-container-low);
}

.sticker-pack__dropzone-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--sticker-primary-fixed);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  transition: transform 0.2s ease;
}

.sticker-pack__dropzone--studio:hover .sticker-pack__dropzone-icon-wrap {
  transform: scale(1.05);
}

.sticker-pack__dropzone-icon-wrap .sticker-pack__dropzone-icon {
  color: var(--sticker-primary);
  width: 28px;
  height: 28px;
}

.sticker-pack__dropzone-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--sticker-on-surface);
  margin-bottom: 4px;
}

.sticker-pack__dropzone-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--sticker-on-surface-variant);
}

.sticker-pack__design-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

.sticker-pack__design-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 18px rgba(17, 17, 17, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sticker-pack__design-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.sticker-pack__design-card--placeholder {
  place-items: center;
  text-align: center;
  color: #555;
  background: rgba(255, 255, 255, 0.45);
  border-style: dashed;
  min-height: 140px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(17, 24, 39, 0.08);
}

.sticker-pack__add-more-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 6px 4px;
  box-sizing: border-box;
}

.sticker-pack__add-more-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.sticker-pack__add-more-upload-svg {
  display: block;
  color: inherit;
  width: 36px;
  height: 36px;
}

.sticker-pack__design-card--placeholder:hover .sticker-pack__add-more-hero,
.sticker-pack__design-card--placeholder:focus-visible .sticker-pack__add-more-hero {
  color: #111827;
}

.sticker-pack__add-more-cues {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #6b7280;
}

.sticker-pack__add-more-cue {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.92;
}

.sticker-pack__add-more-cue svg {
  width: 18px;
  height: 18px;
}

.sticker-pack__design-card--placeholder:hover .sticker-pack__add-more-cue,
.sticker-pack__design-card--placeholder:focus-visible .sticker-pack__add-more-cue {
  opacity: 1;
  color: #374151;
}

@media (max-width: 480px) {
  .sticker-pack__design-card--placeholder {
    min-height: 168px;
    padding: 14px 12px;
  }

  .sticker-pack__add-more-visual {
    gap: 12px;
  }

  .sticker-pack__add-more-cues {
    gap: 14px;
  }

  .sticker-pack__add-more-cue svg {
    width: 20px;
    height: 20px;
  }

  .sticker-pack__add-more-upload-svg {
    width: 44px;
    height: 44px;
  }
}

.sticker-pack__design-card.is-active {
  border-color: rgba(17, 17, 17, 0.65);
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.14), 0 24px 54px rgba(17, 17, 17, 0.08);
}

.sticker-pack__design-preview {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: var(--sticker-surface-alt);
  display: grid;
  place-items: center;
  padding: 6px;
}

.sticker-pack__design-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sticker-pack__design-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  margin-top: 2px;
}

.sticker-pack__design-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #666;
  font-size: 11px;
}

.sticker-pack__design-section-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 4px;
}

.sticker-pack__size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sticker-pack__size-pill {
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 6px 10px;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  min-width: 42px;
  text-align: center;
}

.sticker-pack__size-pill.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}

.sticker-pack__qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.sticker-pack__qty-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.sticker-pack__qty-btn:hover {
  background: rgba(17, 17, 17, 0.06);
}

.sticker-pack__qty-value {
  min-width: 36px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.sticker-pack__design-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.85);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 0 0 2px #fff, 0 4px 12px rgba(17, 17, 17, 0.2);
  z-index: 5;
}

.sticker-pack__design-remove:hover {
  background: #111;
  transform: scale(1.05);
}

.sticker-pack__hero-carousel--side {
  min-height: 160px;
}

.sticker-pack__hero-carousel--side .sticker-pack__carousel-viewport,
.sticker-pack__hero-carousel--side .sticker-pack__carousel-image {
  min-height: 160px;
}

.sticker-pack__dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--sticker-outline-variant);
  background: var(--sticker-surface-container-highest);
  box-shadow: 0 -4px 24px rgba(19, 27, 46, 0.08);
}

.sticker-pack__dock-main {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
}

.sticker-pack__dock-group {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sticker-pack__dock-group--price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}

.sticker-pack__dock-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sticker-on-surface-variant);
}

.sticker-pack__dock-value,
.sticker-pack__dock-price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sticker-on-surface);
  line-height: 1.2;
}

.sticker-pack__dock-subvalue {
  color: var(--sticker-on-surface-variant);
  font-size: 12px;
  line-height: 1.4;
}

.sticker-pack__tier-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 0.5rem;
  border: 1px solid var(--sticker-outline-variant);
  background: var(--sticker-surface-container-low);
  font-size: 11px;
  font-weight: 700;
  color: var(--sticker-primary);
}

.sticker-pack__dock-cta.entry-product-quantity-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  gap: 0;
  min-width: 0;
  flex-shrink: 0;
}

.sticker-pack__dock-cta--checkout .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.sticker-pack__dock-cta .quantity-button-wrapper {
  flex: 0 1 auto;
  min-width: 0;
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 0.5rem;
  border: 0;
  background: var(--sticker-primary);
  color: var(--sticker-on-primary);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(70, 72, 212, 0.25);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:hover {
  opacity: 0.92;
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:active {
  transform: scale(0.98);
}

.sticker-pack__dock .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.sticker-pack__dock-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease;
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:hover .sticker-pack__dock-cta-arrow {
  transform: translateX(3px);
}

.sticker-pack .sticker-pack__contact-intro {
  margin: 4px 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sticker-blocky-muted);
  font-size: 13px;
  line-height: 1.4;
}

.sticker-pack__config-error {
  margin-top: 14px;
}

.sticker-pack__features {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #333;
}

.sticker-pack__session-banner,
.sticker-pack__errors {
  margin-bottom: 14px;
}

@media (max-width: 1180px) {
  .sticker-pack__studio-shell {
    grid-template-columns: 1fr;
  }

  .sticker-pack__studio-rail,
  .sticker-pack__studio-side {
    position: static;
    max-height: none;
    overflow-x: visible;
    overflow-y: visible;
  }

  .sticker-pack__dock {
    flex-wrap: wrap;
    gap: 10px 16px;
    padding: 12px 20px;
  }

  .sticker-pack__dock-group:nth-child(2) {
    display: none;
  }

  .sticker-pack__design-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .sticker-pack--builder-page {
    padding: 10px 10px calc(100px + var(--sticker-pack-mobile-bottom-nav-offset, 56px));
  }

  .sticker-pack__page-header {
    margin-bottom: 10px;
  }

  .sticker-pack__page-heading {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 4px;
  }

  .sticker-pack__page-description {
    font-size: 13px;
  }

  .sticker-pack__studio-actions {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
  }

  .sticker-pack__hero-topline {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 4px;
  }

  .sticker-pack__studio-canvas {
    min-height: 0;
    padding: 10px;
    border-radius: 14px;
  }

  .sticker-pack__dropzone--studio {
    min-height: 120px;
    margin-bottom: 10px;
    padding: 0;
  }

  .sticker-pack__dropzone--studio .sticker-pack__dropzone-label {
    padding: 14px 10px;
  }

  .sticker-pack__design-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sticker-pack__design-card {
    padding: 8px;
    border-radius: 12px;
    gap: 6px;
  }

  .sticker-pack__design-card--placeholder {
    min-height: 110px;
  }

  .sticker-pack__design-preview {
    border-radius: 8px;
    padding: 4px;
  }

  .sticker-pack__design-name {
    font-size: 11px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sticker-pack__design-meta {
    font-size: 10px;
    gap: 4px;
  }

  .sticker-pack__design-section-title {
    font-size: 9px;
    margin-bottom: 3px;
  }

  .sticker-pack__size-pills {
    gap: 6px;
  }

  .sticker-pack__size-pill {
    width: 34px;
    height: 34px;
    font-size: 9px;
    white-space: nowrap;
  }

  .sticker-pack__qty-stepper {
    min-height: 32px;
  }

  .sticker-pack__qty-stepper .sticker-pack__qty-btn {
    flex: 0 0 28px;
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
  }

  .sticker-pack__qty-stepper .sticker-pack__qty-value {
    min-width: 28px;
    font-size: 12px;
  }

  .sticker-pack__design-remove {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .sticker-pack__design-card-body {
    padding: 14px;
    gap: 12px;
  }

  .sticker-pack .sticker-pack__design-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .sticker-pack .sticker-pack__line-price {
    align-items: flex-start;
  }

  .sticker-pack__dock {
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    bottom: calc(var(--sticker-pack-mobile-bottom-nav-offset, 56px) + env(safe-area-inset-bottom, 0px));
  }

  .sticker-pack__dock-group:nth-child(2) {
    display: none;
  }

  .sticker-pack__dock-group--price {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .sticker-pack__dock-label {
    font-size: 9px;
  }

  .sticker-pack__dock-value,
  .sticker-pack__dock-price {
    font-size: 18px;
  }

  .sticker-pack__dock-cta {
    width: 100%;
    min-width: 0;
  }

  .sticker-pack__dock-cta.entry-product-quantity-wrapper {
    padding-inline: 0;
    margin-inline: 0;
    justify-content: stretch;
  }

  .sticker-pack__dock .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
    min-height: 44px;
    font-size: 12px;
  }

  .sticker-pack__size-pill {
    padding: 4px 6px;
    font-size: 10px;
    min-width: 30px;
  }

  .sticker-pack__qty-btn {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .sticker-pack__qty-value {
    min-width: 26px;
    font-size: 11px;
  }

  .sticker-pack__design-remove {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .sticker-pack__design-card-body {
    padding: 14px;
    gap: 12px;
  }

  .sticker-pack__dock {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px) + var(--sticker-pack-mobile-bottom-nav-offset, 56px));
    border-radius: 0;
    bottom: 0;
  }

  .sticker-pack__dock-main {
    gap: 12px;
  }

  .sticker-pack__dock-group:nth-child(2) {
    display: none;
  }

  .sticker-pack__dock-group--price {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .sticker-pack__dock-label {
    font-size: 9px;
  }

  .sticker-pack__dock-value,
  .sticker-pack__dock-price {
    font-size: 18px;
  }

  .sticker-pack__dock-cta {
    flex: 1 1 auto;
    min-width: 0;
  }

  .sticker-pack__dock-cta.entry-product-quantity-wrapper {
    padding-inline: 0;
    margin-inline: 0;
    justify-content: stretch;
  }

  .sticker-pack__dock .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
    min-height: 44px;
    font-size: 12px;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .sticker-pack__design-grid {
    gap: 12px;
  }

  .sticker-pack__design-card-body {
    padding: 12px;
    gap: 10px;
  }

  .sticker-pack__size-pill {
    width: 32px;
    height: 32px;
    font-size: 9px;
  }
}

/* ============================================================
   Modern blocky theme — thin borders, square corners, calm UI.
   This block is intentionally last so it overrides earlier rules.
   ============================================================ */

.sticker-pack {
  --sticker-blocky-border: #c7c4d7;
  --sticker-blocky-border-strong: #4648d4;
  --sticker-blocky-bg: #ffffff;
  --sticker-blocky-bg-soft: #f2f3ff;
  --sticker-blocky-text: #131b2e;
  --sticker-blocky-muted: #464554;
  --sticker-blocky-radius: 0.75rem;
  --sticker-blocky-radius-sm: 0.5rem;
}

.sticker-pack--builder-page .sticker-pack__language-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.sticker-pack--builder-page .sticker-pack__language-bar-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sticker-blocky-muted);
}

.sticker-pack--builder-page .sticker-pack__language-toggle {
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
}

.sticker-pack--builder-page .sticker-pack__language-button {
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--sticker-blocky-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

.sticker-pack--builder-page .sticker-pack__language-button--active {
  background: var(--sticker-blocky-text);
  color: #fff;
}

.sticker-pack--builder-page button.sticker-pack__howto-open.sticker-pack__language-button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--sticker-blocky-border);
  background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  padding: 6px 12px;
}

.sticker-pack--builder-page .sticker-pack__studio-actions {
  justify-content: flex-end;
}

/* Cards: thinner border, smaller radius, no heavy drop shadow. */
.sticker-pack .sticker-pack__design-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 0.75rem;
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
  box-shadow: none;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sticker-pack .sticker-pack__design-card:hover {
  box-shadow: 0 10px 24px rgba(19, 27, 46, 0.08);
}

.sticker-pack .sticker-pack__design-card.is-active {
  border-color: var(--sticker-primary);
  box-shadow: 0 0 0 1px var(--sticker-primary) inset, 0 10px 24px rgba(70, 72, 212, 0.1);
}

.sticker-pack .sticker-pack__design-card--placeholder {
  border-style: dashed;
  background: var(--sticker-blocky-bg-soft);
  box-shadow: none;
  place-items: center;
  text-align: center;
  min-height: 200px;
  padding: 24px;
}

.sticker-pack .sticker-pack__add-more-hero {
  color: var(--sticker-blocky-muted);
}

.sticker-pack .sticker-pack__design-card--placeholder:hover .sticker-pack__add-more-hero,
.sticker-pack .sticker-pack__design-card--placeholder:focus-visible .sticker-pack__add-more-hero {
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__add-more-cues {
  color: var(--sticker-blocky-muted);
}

.sticker-pack .sticker-pack__design-card--placeholder:hover .sticker-pack__add-more-cue,
.sticker-pack .sticker-pack__design-card--placeholder:focus-visible .sticker-pack__add-more-cue {
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__design-preview {
  position: relative;
  background: var(--sticker-surface-container-low);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
}

.sticker-pack .sticker-pack__design-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.sticker-pack .sticker-pack__design-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--sticker-on-surface-variant);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(19, 27, 46, 0.12);
  z-index: 5;
}

.sticker-pack .sticker-pack__design-remove:hover {
  color: var(--sticker-error);
  transform: scale(1.05);
}

.sticker-pack .sticker-pack__design-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.sticker-pack .sticker-pack__design-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sticker-pack .sticker-pack__design-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  color: var(--sticker-on-surface);
}

.sticker-pack .sticker-pack__design-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--sticker-outline);
  font-size: 11px;
  font-weight: 500;
}

.sticker-pack .sticker-pack__design-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sticker-pack .sticker-pack__design-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sticker-pack .sticker-pack__design-section-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sticker-primary);
  display: block;
  white-space: nowrap;
}

/* Size select dropdown */
.sticker-pack .sticker-pack__size-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 36px;
  padding: 0 28px 0 12px;
  border: 1px solid var(--sticker-outline-variant);
  border-radius: 0.5rem;
  background: var(--sticker-surface-container-lowest);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23464554' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  color: var(--sticker-on-surface);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.18s ease;
}

.sticker-pack .sticker-pack__size-select:hover {
  border-color: var(--sticker-outline);
}

.sticker-pack .sticker-pack__size-select:focus {
  outline: 0;
  border-color: var(--sticker-primary);
}

/* Quantity stepper */
.sticker-pack .sticker-pack__qty-stepper {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 36px;
  border: 1px solid var(--sticker-outline-variant);
  border-radius: 0.5rem;
  background: var(--sticker-surface-container-lowest);
  overflow: hidden;
  margin: 0;
  padding: 2px;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn,
.sticker-pack .sticker-pack__qty-btn {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 28px;
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0.375rem;
  background: transparent;
  color: var(--sticker-on-surface-variant);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
  transition: color 0.18s ease, background 0.18s ease;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn:hover,
.sticker-pack .sticker-pack__qty-btn:hover {
  color: var(--sticker-primary);
  background: var(--sticker-surface-container-low);
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn:focus-visible {
  background: var(--sticker-surface-container-low);
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn:disabled {
  color: var(--sticker-outline-variant);
  cursor: not-allowed;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-value {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sticker-on-surface);
}

.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  text-align: center;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value:focus {
  outline: 0;
  background: var(--sticker-surface-container-low);
}

.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value::-webkit-outer-spin-button,
.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value::-webkit-inner-spin-button {
  margin: 0;
}

.sticker-pack .sticker-pack__line-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  margin-top: 4px;
}

.sticker-pack .sticker-pack__line-price-total {
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "tnum";
  color: var(--sticker-on-surface);
  line-height: 1.2;
}

.sticker-pack .sticker-pack__line-price-detail {
  font-size: 11px;
  color: var(--sticker-on-surface-variant);
  font-feature-settings: "tnum";
  line-height: 1.35;
  word-break: break-word;
}

.sticker-pack .sticker-pack__design-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sticker-pack .sticker-pack__design-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--sticker-on-surface-variant);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(19, 27, 46, 0.12);
  z-index: 5;
}

.sticker-pack .sticker-pack__design-remove:hover {
  color: var(--sticker-error);
  transform: scale(1.05);
}

.sticker-pack .sticker-pack__design-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.sticker-pack .sticker-pack__design-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  color: var(--sticker-on-surface);
}

.sticker-pack .sticker-pack__design-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--sticker-outline);
  font-size: 10px;
  font-weight: 500;
  margin-top: 2px;
}

.sticker-pack .sticker-pack__design-section-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sticker-primary);
  margin-bottom: 8px;
  display: block;
  white-space: nowrap;
}

/* Size pills → circular buttons. */
.sticker-pack .sticker-pack__size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sticker-pack .sticker-pack__size-pill {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--sticker-surface-container-high);
  color: var(--sticker-on-surface-variant);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.sticker-pack .sticker-pack__size-pill:hover {
  background: var(--sticker-outline-variant);
}

.sticker-pack .sticker-pack__size-pill.is-active {
  background: var(--sticker-primary);
  color: var(--sticker-on-primary);
}

/* Quantity stepper — minus / value / plus. */
.sticker-pack .sticker-pack__qty-stepper {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 36px;
  border: 1px solid var(--sticker-blocky-border);
  border-radius: 0.5rem;
  background: var(--sticker-blocky-bg);
  overflow: hidden;
  margin: 0;
  padding: 2px;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn,
.sticker-pack .sticker-pack__qty-btn {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 32px;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0.375rem;
  background: transparent;
  color: var(--sticker-on-surface-variant);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
  transition: color 0.18s ease, background 0.18s ease;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn:hover,
.sticker-pack .sticker-pack__qty-btn:hover {
  color: var(--sticker-primary);
  background: var(--sticker-surface-container-low);
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn:focus-visible {
  background: var(--sticker-surface-container-low);
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn:disabled {
  color: var(--sticker-outline-variant);
  cursor: not-allowed;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-value {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sticker-on-surface);
}

.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  text-align: center;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value:focus {
  outline: 0;
  background: var(--sticker-surface-container-low);
}

.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value::-webkit-outer-spin-button,
.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* Per-design line total under quantity (matches tier + shape + size math). */
.sticker-pack .sticker-pack__design-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sticker-pack .sticker-pack__line-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  min-width: 0;
}

.sticker-pack .sticker-pack__line-price-total {
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "tnum";
  color: var(--sticker-on-surface);
  line-height: 1.2;
}

.sticker-pack .sticker-pack__line-price-detail {
  font-size: 10px;
  color: var(--sticker-on-surface-variant);
  font-feature-settings: "tnum";
  line-height: 1.35;
  word-break: break-word;
  text-align: right;
}

/* Shape select dropdown — blocky theme */
.sticker-pack .sticker-pack__shape-select {
  border-radius: var(--sticker-blocky-radius-sm);
  border: 1px solid var(--sticker-blocky-border);
  background-color: var(--sticker-blocky-bg);
  color: var(--sticker-blocky-text);
}

/* Form fields → consistent thin-border block. */
.sticker-pack .sticker-pack__select,
.sticker-pack .sticker-pack__input,
.sticker-pack .sticker-pack__textarea {
  border-radius: var(--sticker-blocky-radius-sm);
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
  padding: 10px 12px;
  font: inherit;
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__select:focus,
.sticker-pack .sticker-pack__input:focus,
.sticker-pack .sticker-pack__textarea:focus {
  border-color: var(--sticker-blocky-border-strong);
  outline: 0;
  box-shadow: 0 0 0 1px var(--sticker-blocky-border-strong) inset;
}

.sticker-pack .sticker-pack__studio-side .sticker-pack__field {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
}

.sticker-pack .sticker-pack__studio-side .sticker-pack__field--notes {
  margin-bottom: 12px;
}

.sticker-pack .sticker-pack__studio-side .sticker-pack__field-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--sticker-blocky-text);
  letter-spacing: 0.01em;
}

.sticker-pack .sticker-pack__textarea--compact {
  min-height: 4.5rem;
  max-height: 7rem;
  resize: vertical;
  line-height: 1.4;
}

/* Studio panels and tip → softer, blocky containers. */
.sticker-pack .sticker-pack__studio-panel,
.sticker-pack .sticker-pack__studio-tip:not(.sticker-pack__rail-tip) {
  border-radius: var(--sticker-blocky-radius);
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
  box-shadow: none;
  padding: 12px;
}

/* Left-rail tip card: segmented header + soft body (matches thin-line UI) */
.sticker-pack .sticker-pack__rail-tip.sticker-pack__studio-tip {
  border-radius: var(--sticker-blocky-radius);
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg-soft);
  box-shadow: none;
  overflow-x: hidden;
  padding: 0;
}

.sticker-pack .sticker-pack__rail-tip-head {
  border-bottom-color: var(--sticker-blocky-border);
}

.sticker-pack .sticker-pack__rail-tip-icon {
  border-color: var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
}

.sticker-pack .sticker-pack__rail-tip-text {
  overflow-wrap: anywhere;
  word-break: break-word;
  color: var(--sticker-blocky-muted);
}

.sticker-pack .sticker-pack__studio-canvas {
  border-radius: var(--sticker-blocky-radius);
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg-soft);
  box-shadow: none;
}

.sticker-pack .sticker-pack__dropzone--studio {
  border-radius: var(--sticker-blocky-radius);
  border: 1.5px dashed var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
  cursor: pointer;
}

/* Primary CTAs — theme `.button.alt` / `.single_add_to_cart_button` handles paint; keep tap size only. */
.sticker-pack .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
  border-radius: var(--sticker-blocky-radius-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  border-color: transparent;
  color: #fff;
}

.sticker-pack .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:hover {
  background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
}

.sticker-pack .sticker-pack__dock {
  border-radius: var(--sticker-blocky-radius);
  border: 1px solid var(--sticker-blocky-border);
  background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Remove button on each design card. */
.sticker-pack .sticker-pack__design-remove {
  border: 1px solid var(--sticker-blocky-border);
  background: #fff;
  color: var(--sticker-blocky-text);
  border-radius: 999px;
}

.sticker-pack .sticker-pack__design-remove:hover {
  border-color: var(--sticker-blocky-border-strong);
  background: var(--sticker-blocky-text);
  color: #fff;
}

/* Smaller screens — balanced columns, touch-sized pills, full-width stepper. */
@media (max-width: 768px) {
  .sticker-pack .sticker-pack__qty-stepper {
    max-width: 100%;
  }
}

/* Narrow phones: two columns so rows stay even (e.g. 7 sizes → 3+3+1 → 2-col reads cleaner than 4+3). */
@media (max-width: 479px) {
  .sticker-pack .sticker-pack__size-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sticker-pack .sticker-pack__size-pill {
    min-height: 44px;
    height: auto;
    padding: 0 12px;
    font-size: 14px;
  }
}

/* Small tablets / large phones: three columns — less cramped than four-up. */
@media (min-width: 480px) and (max-width: 768px) {
  .sticker-pack .sticker-pack__size-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .sticker-pack .sticker-pack__size-pill {
    min-height: 40px;
    height: auto;
    padding: 0 10px;
    font-size: 13px;
  }
}

/* Upload disclaimer (builder — Final approval column). */
.sticker-pack .sticker-pack__disclaimer-panel {
  margin-top: 10px;
  padding: 0;
  border-radius: var(--sticker-blocky-radius-sm);
  border: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg-soft);
  overflow: hidden;
}

.sticker-pack .sticker-pack__disclaimer-details {
  margin: 0;
}

.sticker-pack .sticker-pack__disclaimer-summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  padding: 12px 2rem 12px 12px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__disclaimer-summary::-webkit-details-marker {
  display: none;
}

.sticker-pack .sticker-pack__disclaimer-summary::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
}

.sticker-pack .sticker-pack__disclaimer-details[open] .sticker-pack__disclaimer-summary::after {
  transform: rotate(-135deg);
  margin-top: 0;
}

.sticker-pack .sticker-pack__disclaimer-scroll {
  max-height: min(52vh, 420px);
  overflow-y: auto;
  padding: 10px 12px 12px;
  margin: 0;
  border-top: 1px solid var(--sticker-blocky-border);
  font-size: 13px;
  line-height: 1.45;
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__disclaimer-accept-wrap {
  margin: 0;
  padding: 10px 12px 12px;
  border-top: 1px solid var(--sticker-blocky-border);
  background: var(--sticker-blocky-bg);
}

.sticker-pack .sticker-pack__disclaimer-intro,
.sticker-pack .sticker-pack__disclaimer-outro {
  margin: 0 0 10px;
}

.sticker-pack .sticker-pack__disclaimer-section {
  margin: 14px 0 0;
}

.sticker-pack .sticker-pack__disclaimer-section:first-of-type {
  margin-top: 4px;
}

.sticker-pack .sticker-pack__disclaimer-section-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__disclaimer-sub {
  margin: 0 0 12px;
}

.sticker-pack .sticker-pack__disclaimer-sub-head {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--sticker-blocky-muted);
}

.sticker-pack .sticker-pack__disclaimer-code {
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__disclaimer-sub-text {
  margin: 0 0 8px;
}

.sticker-pack .sticker-pack__disclaimer-bullets {
  margin: 6px 0 0;
  padding-left: 1.25rem;
}

.sticker-pack .sticker-pack__disclaimer-bullets li {
  margin-bottom: 6px;
}

.sticker-pack .sticker-pack__disclaimer-list {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

.sticker-pack .sticker-pack__disclaimer-list li {
  margin-bottom: 8px;
}

.sticker-pack .sticker-pack__disclaimer-brand {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--sticker-blocky-muted);
  letter-spacing: 0.02em;
}

.sticker-pack .sticker-pack__disclaimer-accept {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  color: var(--sticker-blocky-text);
}

.sticker-pack .sticker-pack__disclaimer-accept input {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--sticker-blocky-text);
}

/* ============================================================
   Tabbed builder layout — centered header, 3 steps, side panels
   ============================================================ */

/* Centered page header */
.sticker-pack__page-header {
  text-align: center;
  margin: 0 auto 24px;
  max-width: 720px;
}

.sticker-pack__page-heading {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--sticker-on-surface);
}

.sticker-pack__page-description {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sticker-on-surface-variant);
  max-width: 640px;
}

/* Top bar: tabs + actions */
.sticker-pack__builder-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sticker-pack__builder-top .sticker-pack__top-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .sticker-pack__builder-top {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .sticker-pack__builder-top .sticker-pack__top-actions {
    position: static;
    transform: none;
    justify-content: flex-end;
  }
}

/* Stepper / Tabs */
.sticker-pack__tabs {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sticker-surface-container-low);
  border: 1px solid var(--sticker-outline-variant);
  box-shadow: 0 1px 3px rgba(19, 27, 46, 0.06);
}

.sticker-pack__tab {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--sticker-on-surface-variant);
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.sticker-pack__tab:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.sticker-pack__tab:hover:not(:disabled):not(.is-active) {
  background: transparent;
  color: var(--sticker-on-surface);
}

.sticker-pack__tab.is-active {
  background: var(--sticker-primary);
  color: var(--sticker-on-primary);
}

.sticker-pack__tab.is-active:hover {
  background: var(--sticker-primary);
  color: var(--sticker-on-primary);
}

.sticker-pack__tab-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--sticker-surface-container-highest);
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}

.sticker-pack__tab.is-active .sticker-pack__tab-num {
  background: #ffffff;
  color: var(--sticker-primary);
}

.sticker-pack__tab-divider {
  width: 24px;
  height: 1px;
  background: var(--sticker-outline-variant);
  margin: 0 4px;
}

/* Top actions (how-to + language) */
.sticker-pack__top-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sticker-pack__top-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--sticker-outline-variant);
  background: var(--sticker-surface-container-lowest);
  color: var(--sticker-on-surface-variant);
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.sticker-pack__top-btn:hover {
  border-color: var(--sticker-outline);
}

.sticker-pack__language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid var(--sticker-outline-variant);
  background: var(--sticker-surface-container-lowest);
}

.sticker-pack__language-button {
  padding: 5px 12px;
  border-radius: 999px;
  color: var(--sticker-on-surface-variant);
  text-decoration: none;
  font-weight: 500;
  font-size: 11px;
  transition: background 0.18s ease, color 0.18s ease;
}

.sticker-pack__language-button--active {
  background: var(--sticker-on-background);
  color: var(--sticker-surface);
  font-weight: 700;
}

/* Step containers */
.sticker-pack__steps {
  max-width: 1100px;
  margin: 0 auto;
}

.sticker-pack__step {
  display: none;
}

.sticker-pack__step.is-active {
  display: block;
}

.sticker-pack__step-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sticker-pack__step-inner--two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  gap: 18px;
  align-items: start;
}

@media (max-width: 900px) {
  .sticker-pack__step-inner--two-col {
    grid-template-columns: 1fr;
  }
}

/* Step sections */
.sticker-pack__step-section {
  border: 1px solid var(--sticker-blocky-border, #e5e7eb);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  margin-bottom: 14px;
}

.sticker-pack__step-section-title {
  margin: 4px 0 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.sticker-pack__step-section-note {
  margin: 0 0 14px;
  font-size: 12px;
  color: #6b7280;
}

/* Side panels */
.sticker-pack__step-side {
  display: grid;
  gap: 14px;
  align-self: start;
}

.sticker-pack__side-panel {
  border: 1px solid var(--sticker-blocky-border, #e5e7eb);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

/* Shape cards */
.sticker-pack__shape-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}

.sticker-pack__shape-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sticker-pack__shape-card:hover {
  border-color: #d1d5db;
}

.sticker-pack__shape-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sticker-pack__shape-card:has(input:checked) {
  border-color: #4f46e5;
  box-shadow: 0 0 0 1px #4f46e5 inset;
}

.sticker-pack__shape-card-media {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f6;
  display: grid;
  place-items: center;
}

.sticker-pack__shape-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticker-pack__shape-card-media--placeholder {
  color: #9ca3af;
}

.sticker-pack__shape-card-label {
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.sticker-pack__shape-card-price {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.sticker-pack__shape-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--sticker-outline-variant);
  background: var(--sticker-surface-container-lowest);
  color: var(--sticker-on-surface-variant);
  font-size: 12px;
  line-height: 1.45;
}

.sticker-pack__shape-info p {
  margin: 0;
}

.sticker-pack__shape-info-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sticker-primary);
}

/* Order summary side panel */
.sticker-pack__order-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  color: var(--sticker-on-surface);
}

.sticker-pack__order-summary-empty {
  margin: 0;
  color: var(--sticker-outline);
  font-size: 13px;
}

.sticker-pack__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sticker-pack__summary-label {
  color: var(--sticker-on-surface-variant);
  font-size: 13px;
}

.sticker-pack__summary-value {
  font-weight: 600;
  font-size: 13px;
  color: var(--sticker-on-surface);
}

.sticker-pack__summary-value--muted {
  color: var(--sticker-on-surface-variant);
  font-weight: 500;
}

.sticker-pack__summary-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: var(--sticker-on-surface-variant);
}

.sticker-pack__summary-sizes span {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 0.375rem;
  background: var(--sticker-surface-container-low);
  font-size: 12px;
}

.sticker-pack__summary-divider {
  height: 1px;
  background: var(--sticker-outline-variant);
  margin: 4px 0;
}

.sticker-pack__summary-row--total .sticker-pack__summary-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--sticker-primary);
}

/* Final price */
.sticker-pack__final-price {
  text-align: center;
  padding: 24px 16px;
}

.sticker-pack__final-price-value {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--sticker-on-surface);
  line-height: 1;
}

.sticker-pack__final-price-detail {
  margin-top: 6px;
  font-size: 13px;
  color: var(--sticker-on-surface-variant);
}

/* Terms panel */
.sticker-pack__terms-panel {
  margin-top: 16px;
}

.sticker-pack__terms-accept {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 13px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
}

.sticker-pack__terms-accept input {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #4f46e5;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .sticker-pack__builder-top {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .sticker-pack__tabs {
    width: 100%;
    justify-content: center;
  }

  .sticker-pack__top-actions {
    justify-content: flex-end;
  }

  .sticker-pack__step-section {
    padding: 14px;
  }

  .sticker-pack__shape-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .sticker-pack__shape-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticker-pack__tab-label {
    display: none;
  }

  .sticker-pack__tab {
    padding: 8px 10px;
  }
}

/* ============================================================
   Final consistency pass: compact cards, readable summaries,
   and a dock that clears Minimog's mobile bottom nav.
   ============================================================ */

.sticker-pack {
  font-size: 13px;
}

.sticker-pack__design-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
}

.sticker-pack .sticker-pack__design-card {
  border-radius: 14px;
}

.sticker-pack .sticker-pack__design-card.is-active {
  border-color: var(--sticker-primary);
  box-shadow: 0 0 0 1px var(--sticker-primary) inset;
}

.sticker-pack .sticker-pack__design-preview {
  aspect-ratio: auto;
  height: 168px;
  padding: 10px;
  background: var(--sticker-surface-container-low);
}

.sticker-pack .sticker-pack__design-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sticker-pack .sticker-pack__design-card-body {
  gap: 12px;
  padding: 14px 16px 16px;
}

.sticker-pack .sticker-pack__design-name,
.sticker-pack .sticker-pack__design-meta,
.sticker-pack .sticker-pack__size-select,
.sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value,
.sticker-pack .sticker-pack__line-price-detail,
.sticker-pack__summary-label,
.sticker-pack__summary-value,
.sticker-pack__final-price-detail,
.sticker-pack__terms-accept,
.sticker-pack .sticker-pack__contact-intro {
  font-size: 13px;
}

.sticker-pack .sticker-pack__design-section-title,
.sticker-pack__section-kicker,
.sticker-pack__dock-label {
  font-size: 12px;
  letter-spacing: 0.06em;
}

.sticker-pack .sticker-pack__design-controls {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.sticker-pack .sticker-pack__size-select,
.sticker-pack .sticker-pack__qty-stepper {
  height: 38px;
}

.sticker-pack .sticker-pack__line-price {
  padding-top: 10px;
  border-top: 1px solid var(--sticker-outline-variant);
  align-items: flex-end;
}

.sticker-pack .sticker-pack__line-price-total {
  font-size: 18px;
}

.sticker-pack__step-section,
.sticker-pack__side-panel {
  border-color: var(--sticker-outline-variant);
  border-radius: 16px;
}

.sticker-pack__step[data-step="cart"] .sticker-pack__step-section {
  padding: 24px;
}

.sticker-pack__final-price {
  padding: 18px 0 20px;
}

.sticker-pack__final-price-value {
  font-size: clamp(30px, 3.5vw, 44px);
}

.sticker-pack__order-summary--cart {
  max-width: 520px;
  margin: 0 auto 18px;
  padding: 14px;
  border: 1px solid var(--sticker-outline-variant);
  border-radius: 12px;
  background: var(--sticker-surface-container-lowest);
}

.sticker-pack__terms-panel {
  margin-top: 10px;
}

.sticker-pack__terms-accept {
  align-items: center;
  padding: 12px 14px;
  border-color: var(--sticker-outline-variant);
  background: var(--sticker-surface-container-lowest);
  color: var(--sticker-on-surface);
}

.sticker-pack__dock {
  max-width: 1200px;
  left: 50%;
  right: auto;
  width: calc(100% - 32px);
  transform: translateX(-50%);
  bottom: 16px;
  border: 1px solid var(--sticker-outline-variant);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
}

.sticker-pack__dock-main {
  justify-content: flex-start;
}

.sticker-pack__dock-value,
.sticker-pack__dock-price {
  font-size: 20px;
}

.sticker-pack__dock-subvalue {
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .sticker-pack__design-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sticker-pack .sticker-pack__design-preview {
    height: 142px;
  }

  .sticker-pack .sticker-pack__design-card-body {
    padding: 12px;
  }

  .sticker-pack .sticker-pack__design-controls {
    grid-template-columns: 1fr;
  }

  .sticker-pack__dock {
    width: calc(100% - 24px);
    bottom: calc(var(--sticker-pack-mobile-bottom-nav-offset, 56px) + env(safe-area-inset-bottom, 0px) + 14px);
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .sticker-pack__dock-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
  }

  .sticker-pack__dock-main .sticker-pack__dock-group:nth-child(2) {
    display: none;
  }

  .sticker-pack__dock-group--price {
    align-items: flex-end;
  }

  .sticker-pack__dock-cta,
  .sticker-pack__dock-cta.entry-product-quantity-wrapper,
  .sticker-pack__dock .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sticker-pack__design-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sticker-pack .sticker-pack__design-preview {
    height: 118px;
  }

  .sticker-pack .sticker-pack__design-name,
  .sticker-pack .sticker-pack__design-meta,
  .sticker-pack .sticker-pack__size-select,
  .sticker-pack .sticker-pack__qty-stepper input.sticker-pack__qty-value,
  .sticker-pack .sticker-pack__line-price-detail {
    font-size: 12px;
  }

  .sticker-pack .sticker-pack__design-section-title {
    font-size: 11px;
  }

  .sticker-pack .sticker-pack__line-price-total {
    font-size: 16px;
  }
}

/* ============================================================
   UX cleanup: white full-width canvas, stable controls, cleaner
   shipping panel, and non-jumpy tab interactions.
   ============================================================ */

.sticker-pack--builder-page {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 28px clamp(16px, 4vw, 56px) 100px !important;
  background: #ffffff !important;
}

.sticker-pack__page-header,
.sticker-pack__builder-top,
.sticker-pack__steps {
  max-width: 1480px;
}

.sticker-pack__page-header {
  margin-bottom: 28px;
}

.sticker-pack__tab,
.sticker-pack__tab:hover,
.sticker-pack__tab:focus,
.sticker-pack__tab:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.sticker-pack__tab:hover:not(:disabled):not(.is-active) {
  background: rgba(70, 72, 212, 0.06) !important;
  color: var(--sticker-on-surface) !important;
}

.sticker-pack__tab:focus-visible {
  box-shadow: 0 0 0 2px rgba(70, 72, 212, 0.18) !important;
}

.sticker-pack__design-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.sticker-pack .sticker-pack__design-preview {
  height: 150px;
  padding: 16px;
  background: #f7f7ff;
}

.sticker-pack .sticker-pack__design-image,
.sticker-pack .sticker-pack__file-image {
  width: auto !important;
  height: auto !important;
  max-width: 88% !important;
  max-height: 88% !important;
  object-fit: contain !important;
}

.sticker-pack .sticker-pack__design-card-body {
  padding: 14px;
  gap: 12px;
}

.sticker-pack .sticker-pack__design-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.sticker-pack .sticker-pack__size-select,
.sticker-pack .sticker-pack__qty-stepper {
  width: 100%;
  height: 42px;
  min-height: 42px;
  border-color: var(--sticker-outline-variant);
  border-radius: 10px;
}

.sticker-pack .sticker-pack__size-select {
  padding: 0 34px 0 12px;
}

.sticker-pack .sticker-pack__qty-stepper {
  display: grid !important;
  grid-template-columns: 34px minmax(30px, 1fr) 34px;
  padding: 3px;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn,
.sticker-pack .sticker-pack__qty-btn {
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  flex: none !important;
}

.sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-value {
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.sticker-pack .sticker-pack__line-price {
  align-items: flex-end;
  margin-top: 2px;
  padding-top: 10px;
}

.sticker-pack .sticker-pack__line-price-detail {
  text-align: right;
}

.sticker-pack__step[data-step="cart"] .sticker-pack__step-inner--two-col {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
}

.sticker-pack__step[data-step="cart"] .sticker-pack__step-section {
  min-height: 0;
}

.sticker-pack__side-panel {
  padding: 18px 20px;
}

.sticker-pack__shipping-estimate {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.sticker-pack__shipping-estimate__head {
  align-items: center;
  gap: 10px;
  margin: 12px 0 8px;
}

.sticker-pack__shipping-estimate__icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.sticker-pack__shipping-estimate__meta {
  gap: 8px;
  font-size: 13px;
}

.sticker-pack__shipping-tier-badge {
  height: 26px;
  min-width: 26px;
  padding: 0 8px;
  font-size: 12px;
}

.sticker-pack__shipping-estimate__qty,
.sticker-pack__shipping-estimate__unit,
.sticker-pack__shipping-estimate__msg,
.sticker-pack__shipping-estimate__info {
  font-size: 13px;
  line-height: 1.45;
}

.sticker-pack__dock {
  bottom: 24px;
}

@media (max-width: 900px) {
  .sticker-pack--builder-page {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 18px 14px 80px !important;
  }

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

  .sticker-pack .sticker-pack__design-preview {
    height: 124px;
    padding: 12px;
  }

  .sticker-pack .sticker-pack__design-controls {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sticker-pack__step[data-step="cart"] .sticker-pack__step-inner--two-col {
    grid-template-columns: 1fr;
  }

  .sticker-pack__dock {
    bottom: calc(var(--sticker-pack-mobile-bottom-nav-offset, 56px) + env(safe-area-inset-bottom, 0px) + 24px) !important;
  }
}

@media (max-width: 480px) {
  .sticker-pack .sticker-pack__design-preview {
    height: 108px;
    padding: 10px;
  }

  .sticker-pack .sticker-pack__size-select,
  .sticker-pack .sticker-pack__qty-stepper {
    height: 38px;
    min-height: 38px;
  }

  .sticker-pack .sticker-pack__qty-stepper {
    grid-template-columns: 30px minmax(28px, 1fr) 30px;
  }

  .sticker-pack .sticker-pack__qty-stepper .sticker-pack__qty-btn,
  .sticker-pack .sticker-pack__qty-btn {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
  }
}

/* ============================================================
   Interaction and comprehension polish.
   ============================================================ */

.sticker-pack--builder-page {
  background: #fff !important;
}

.sticker-pack .sticker-pack__design-card.is-removing {
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  filter: blur(2px);
}

.sticker-pack .sticker-pack__design-preview {
  height: 178px !important;
  padding: 18px !important;
  background: #f7f7ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: auto !important;
}

.sticker-pack .sticker-pack__design-preview > img.sticker-pack__design-image,
.sticker-pack .sticker-pack__design-preview > img.sticker-pack__file-image {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.sticker-pack .sticker-pack__design-remove {
  transition: transform 0.16s ease, color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.sticker-pack .sticker-pack__design-remove:hover {
  background: var(--sticker-error-container);
  color: var(--sticker-error);
  transform: scale(1.06) rotate(4deg);
}

.sticker-pack__tab:hover:not(:disabled):not(.is-active) {
  transform: translateY(-1px);
}

.sticker-pack__tab.is-active:hover {
  transform: none;
}

.sticker-pack__shipping-estimate {
  display: block;
}

.sticker-pack__shipping-estimate__head {
  display: none;
}

.sticker-pack__shipping-tier-badge {
  display: none !important;
}

.sticker-pack__shipping-estimate__msg {
  margin: 0 !important;
  padding: 0;
  color: var(--sticker-on-surface-variant);
  font-size: 13px;
  line-height: 1.5;
}

.sticker-pack__cart-review-title {
  max-width: 520px;
  margin: 8px auto 10px;
  color: var(--sticker-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sticker-pack__order-summary--cart {
  margin-bottom: 28px;
}

.sticker-pack__step[data-step="cart"] .sticker-pack__step-section {
  padding: clamp(20px, 3vw, 36px);
}

.sticker-pack__terms-panel {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.sticker-pack__dock {
  z-index: 60;
}

@media (min-width: 1200px) {
  .sticker-pack .sticker-pack__design-preview {
    height: 190px !important;
  }
}

@media (max-width: 900px) {
  .sticker-pack__builder-top .sticker-pack__top-actions {
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin: 8px auto 10px;
  }

  .sticker-pack__top-btn,
  .sticker-pack__language-toggle {
    min-height: 42px;
  }

  .sticker-pack .sticker-pack__design-preview {
    height: 150px !important;
    padding: 14px !important;
  }
}

@media (max-width: 480px) {
  .sticker-pack__builder-top .sticker-pack__top-actions {
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
  }

  .sticker-pack__top-btn,
  .sticker-pack__language-toggle {
    flex: 0 0 auto;
  }

  .sticker-pack .sticker-pack__design-preview {
    height: 132px !important;
    padding: 12px !important;
  }
}

/* ============================================================
   Next-step polish: cohesive icons, balanced dock, dropzone
   transformation, locked tabs, and card entrance animations.
   ============================================================ */

/* Card entrance animation */
@keyframes sticker-card-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Dropzone hides when files exist */
.sticker-pack__dropzone--studio.is-hidden {
  display: none !important;
}

.sticker-pack__design-grid:not(.has-files) {
  display: none;
}

.sticker-pack__design-grid.has-files {
  display: grid;
}

.sticker-pack__design-grid.sticker-pack__dropzone--dragover {
  outline: 2px dashed var(--sticker-primary);
  outline-offset: 6px;
  border-radius: 14px;
}

/* Tab disabled state */
.sticker-pack__tab:disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: var(--sticker-outline);
}

.sticker-pack__tab:disabled .sticker-pack__tab-num {
  background: var(--sticker-surface-container-high);
  color: var(--sticker-outline);
}

/* Balanced dock redesign */
.sticker-pack__dock {
  position: fixed;
  bottom: 24px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 720px;
  width: calc(100% - 32px);
  padding: 14px 20px;
  border-radius: 16px;
  border: 1px solid var(--sticker-outline-variant);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 24px rgba(19, 27, 46, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sticker-pack__dock-main {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}

.sticker-pack__dock-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.sticker-pack__dock-group--price {
  align-items: flex-start;
  flex-shrink: 0;
}

.sticker-pack__dock-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sticker-on-surface-variant);
}

.sticker-pack__dock-value,
.sticker-pack__dock-price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sticker-on-surface);
  line-height: 1.2;
}

.sticker-pack__dock-subvalue {
  color: var(--sticker-on-surface-variant);
  font-size: 12px;
  line-height: 1.4;
}

.sticker-pack__dock-cta {
  flex-shrink: 0;
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(79, 70, 229, 0.3);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  white-space: nowrap;
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:hover {
  opacity: 0.92;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:active {
  transform: scale(0.97);
}

.sticker-pack__dock .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.sticker-pack__dock-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc:hover .sticker-pack__dock-cta-arrow {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .sticker-pack__dock {
    bottom: calc(var(--sticker-pack-mobile-bottom-nav-offset, 56px) + env(safe-area-inset-bottom, 0px) + 14px);
    padding: 12px 16px;
    gap: 16px;
    width: calc(100% - 24px);
    border-radius: 14px;
  }

  .sticker-pack__dock-main {
    gap: 16px;
  }

  .sticker-pack__dock-group--price {
    align-items: flex-end;
  }

  .sticker-pack__dock-value,
  .sticker-pack__dock-price {
    font-size: 18px;
  }

  .sticker-pack__dock-cta .single_add_to_cart_button.sticker-pack__dock-sidebar-atc {
    min-height: 44px;
    font-size: 12px;
    padding: 10px 18px;
  }
}

@media (max-width: 380px) {
  .sticker-pack__dock {
    gap: 12px;
    padding: 10px 14px;
  }

  .sticker-pack__dock-main {
    gap: 12px;
  }

  .sticker-pack__dock-label {
    font-size: 10px;
  }

  .sticker-pack__dock-value,
  .sticker-pack__dock-price {
    font-size: 16px;
  }
}

/* ============================================================
   Validation field highlighting — shake + red border so users
   immediately see which field needs attention.
   ============================================================ */

@keyframes sticker-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
}

.sticker-pack__field--error {
  animation: sticker-shake 0.4s ease-in-out;
}

.sticker-pack__field--error .sticker-pack__select,
.sticker-pack__field--error .sticker-pack__input,
.sticker-pack__field--error .sticker-pack__textarea {
  border-color: var(--sticker-error) !important;
  box-shadow: 0 0 0 1px var(--sticker-error) inset !important;
}

.sticker-pack__shape-cards--error {
  animation: sticker-shake 0.4s ease-in-out;
  outline: 2px solid var(--sticker-error);
  outline-offset: 4px;
  border-radius: 12px;
}

.sticker-pack__terms-accept--error {
  animation: sticker-shake 0.4s ease-in-out;
  border-color: var(--sticker-error) !important;
  background: var(--sticker-error-container) !important;
}

.sticker-pack__dropzone.sticker-pack__field--error {
  animation: sticker-shake 0.4s ease-in-out;
  border-color: var(--sticker-error) !important;
  background: var(--sticker-error-container) !important;
}

/* ============================================================
   Dock shipping estimate — shown on step 3 to the left of CTA.
   ============================================================ */

.sticker-pack__dock-group--shipping {
  flex-shrink: 0;
  max-width: 220px;
}

.sticker-pack__dock-shipping-msg {
  font-size: 12px;
  font-weight: 500;
  color: var(--sticker-on-surface-variant);
  line-height: 1.35;
}

@media (max-width: 768px) {
  .sticker-pack__dock-group--shipping {
    max-width: 160px;
  }

  .sticker-pack__dock-shipping-msg {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .sticker-pack__dock-group--shipping {
    display: none;
  }
}

/* ============================================================
   Free shipping progress bar in dock + order summary shipping.
   ============================================================ */

.sticker-pack__dock-group--shipping-progress {
  flex: 1 1 160px;
  min-width: 0;
  max-width: 240px;
}

.sticker-pack__free-ship-progress {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sticker-pack__free-ship-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: var(--sticker-surface-container-high);
  overflow: hidden;
}

.sticker-pack__free-ship-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f46e5, #7c3aed);
  transition: width 0.4s ease-in-out, background 0.3s ease;
}

.sticker-pack__free-ship-bar.is-unlocked {
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.sticker-pack__free-ship-text {
  font-size: 11px;
  font-weight: 600;
  color: var(--sticker-on-surface-variant);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticker-pack__summary-row--shipping {
  color: var(--sticker-on-surface-variant);
}

.sticker-pack__summary-value--shipping {
  color: var(--sticker-error);
  font-weight: 600;
}

.sticker-pack__summary-free-ship {
  margin-top: 6px;
  padding: 8px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(124, 58, 237, 0.06));
  border: 1px solid rgba(79, 70, 229, 0.18);
  color: var(--sticker-primary);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .sticker-pack__dock-group--shipping-progress {
    max-width: 180px;
  }

  .sticker-pack__free-ship-text {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .sticker-pack__dock-group--shipping-progress {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    width: 100%;
    flex: 1 1 100%;
  }

  .sticker-pack__free-ship-progress {
    gap: 4px;
  }

  .sticker-pack__free-ship-text {
    font-size: 10px;
  }
}
