@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Barrio&family=Covered+By+Your+Grace&family=Great+Vibes&family=Kaushan+Script&family=Montserrat:wght@400;600;700&family=Prata&family=Yuji+Boku&display=swap");
/* line 10, app/assets/stylesheets/label_customizer/_variables.scss */
:root {
  --lc-primary-gradient: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  --lc-background-gradient: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  --lc-text-primary: #111827;
  --lc-text-secondary: #6b7280;
  --lc-text-muted: #9ca3af;
  --lc-border-color: #e5e7eb;
  --lc-background-white: #ffffff;
  --lc-background-muted: #f9fafb;
  --lc-success-color: #10b981;
  --lc-error-color: #dc2626;
  --lc-focus-color: #3b82f6;
  --lc-focus-shadow: rgba(59, 130, 246, 0.1);
  --lc-spacing-xs: 4px;
  --lc-spacing-sm: 8px;
  --lc-spacing-md: 16px;
  --lc-spacing-lg: 24px;
  --lc-spacing-xl: 32px;
  --lc-radius-sm: 6px;
  --lc-radius-md: 12px;
  --lc-radius-lg: 20px;
  --lc-transition-fast: 0.2s ease;
  --lc-transition-normal: 0.3s ease;
  --lc-touch-target: 44px;
}

/* line 1, app/assets/stylesheets/label_customizer/_base.scss */
* {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/label_customizer/_base.scss */
.label-customizer {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  background: #f4f7f1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  color: #1f2a24;
}

/* line 15, app/assets/stylesheets/label_customizer/_base.scss */
.lc-page,
.lc-container,
.lc-customizer-shell,
.lc-hero,
.lc-hero__details,
.lc-hero__preview,
.lc-hero__preview-inner,
.customizer-panel,
.lc-hero__form,
.customizer-form,
.order-card,
.lc-gallery,
.lc-gallery__content,
.lc-info-card,
.lc-included,
.product-newsletter,
.product-faq {
  min-width: 0;
  max-width: 100%;
}

/* line 36, app/assets/stylesheets/label_customizer/_base.scss */
.lc-page {
  width: 100%;
  padding: 2.5rem 1rem 3rem;
  overflow-x: clip;
}

@media (max-width: 767px) {
  /* line 36, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-page {
    padding: var(--sqrl-space-2, 0.75rem) var(--sqrl-space-1, 0.375rem) calc(var(--sqrl-space-4, 1.5rem) + env(safe-area-inset-bottom));
  }
}

/* line 46, app/assets/stylesheets/label_customizer/_base.scss */
.lc-container {
  width: 84vw;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 767px) {
  /* line 46, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-container {
    width: 100%;
    max-width: 100%;
    gap: var(--sqrl-space-3, 1.125rem);
  }
}

/* line 61, app/assets/stylesheets/label_customizer/_base.scss */
.lc-customizer-shell {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 767px) {
  /* line 61, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-customizer-shell {
    gap: 1.5rem;
  }
}

/* line 71, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs {
  font-size: 0.9rem;
  color: #7e8f7a;
}

@media (max-width: 767px) {
  /* line 71, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-breadcrumbs {
    display: none;
  }
}

/* line 79, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs ol {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

/* line 87, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

/* line 90, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs li::after {
  content: '›';
  color: #9fb09a;
  font-size: 0.85rem;
}

/* line 96, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs li:last-child::after {
  content: '';
}

/* line 101, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

/* line 108, app/assets/stylesheets/label_customizer/_base.scss */
.lc-section-heading h2,
.lc-section-heading h3 {
  margin: 0 0 0.35rem;
  font-size: 2rem;
}

/* line 114, app/assets/stylesheets/label_customizer/_base.scss */
.lc-section-heading p {
  margin: 0;
  color: #6a7b68;
}

/* line 120, app/assets/stylesheets/label_customizer/_base.scss */
.label-customizer__container {
  padding: var(--lc-spacing-lg);
}

@media (max-width: 767px) {
  /* line 120, app/assets/stylesheets/label_customizer/_base.scss */
  .label-customizer__container {
    padding: var(--lc-spacing-md);
  }
}

/* line 128, app/assets/stylesheets/label_customizer/_base.scss */
.label-customizer__title {
  font-size: 28px;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 128, app/assets/stylesheets/label_customizer/_base.scss */
  .label-customizer__title {
    font-size: 24px;
  }
}

/* line 137, app/assets/stylesheets/label_customizer/_base.scss */
.label-customizer__main {
  display: flex;
  flex-direction: column;
  gap: var(--lc-spacing-lg);
}

@media (min-width: 768px) {
  /* line 137, app/assets/stylesheets/label_customizer/_base.scss */
  .label-customizer__main {
    flex-direction: row;
    gap: var(--lc-spacing-xl);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  /* line 137, app/assets/stylesheets/label_customizer/_base.scss */
  .label-customizer__main {
    flex-direction: row;
  }
}

/* line 152, app/assets/stylesheets/label_customizer/_base.scss */
.label-customizer__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lc-spacing-lg);
}

@media (min-width: 768px) {
  /* line 152, app/assets/stylesheets/label_customizer/_base.scss */
  .label-customizer__hero {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 162, app/assets/stylesheets/label_customizer/_base.scss */
.product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lc-spacing-lg);
}

@media (min-width: 768px) {
  /* line 162, app/assets/stylesheets/label_customizer/_base.scss */
  .product-gallery {
    grid-template-columns: 2fr 1fr;
  }
}

/* line 1, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero {
  display: grid;
  gap: 2rem;
  background: transparent;
  border-radius: 2rem;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: flex-start;
    column-gap: 1rem;
    row-gap: 0.75rem;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero {
    gap: var(--lc-spacing-md);
  }
}

/* line 19, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__left {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-self: flex-start;
}

@media (min-width: 1024px) {
  /* line 19, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__left {
    position: sticky;
    top: 1.35rem;
    border: 1px solid #dfe9d5;
    border-radius: 1.1rem;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 24px 46px -34px rgba(39, 64, 44, 0.28);
  }
}

@media (max-width: 767px) {
  /* line 19, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__left {
    display: contents;
  }
}

/* line 42, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview {
  position: relative;
}

@media (min-width: 1024px) {
  /* line 42, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview {
    position: relative;
    top: auto;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  /* line 42, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview {
    order: 1;
    height: auto;
    pointer-events: auto;
    border-radius: 1.05rem;
    margin-top: 0;
    position: sticky;
    top: calc(var(--lc-mobile-header-offset, 64px) + 0.25rem);
    z-index: 44;
  }
}

/* line 63, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-inner {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #dfe9d5;
  box-shadow: 0 25px 60px -35px rgba(39, 64, 44, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 1024px) {
  /* line 63, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-inner {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0.75rem 0.95rem 0.95rem;
  }
}

/* line 80, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-inner.is-minimized {
  min-height: auto;
  padding-bottom: 0;
  max-height: none;
  box-shadow: 0 20px 30px -24px rgba(31, 42, 36, 0.45);
}

@media (max-width: 767px) {
  /* line 63, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-inner {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: visible;
    pointer-events: auto;
    z-index: auto;
  }
  /* line 99, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-inner.is-minimized {
    max-height: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 106, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-inner .preview-section__content {
    align-items: flex-start;
    margin-top: 0.375rem;
    min-height: 15.75rem;
    max-height: min(68vh, 27rem);
    max-height: min(68svh, 27rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 119, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-body {
  flex: 1;
  min-height: 0;
}

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-body {
    margin-top: 0.375rem;
  }
}

/* line 128, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 128, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-actions {
    margin-bottom: 0.15rem;
  }
}

@media (min-width: 768px) {
  /* line 128, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-actions {
    display: none;
  }
}

/* line 142, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-toggle {
  width: 100%;
  border: 2px solid #c8dac0;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 0.68rem 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #276f58;
  cursor: pointer;
  min-height: 46px;
  box-shadow: 0 10px 22px -20px rgba(31, 42, 36, 0.45);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* line 161, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-toggle:hover {
  border-color: #acc5a0;
  transform: translateY(-1px);
}

/* line 166, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-toggle:focus-visible {
  outline: 2px solid #2f8b69;
  outline-offset: 2px;
}

/* line 172, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-toggle-label {
  color: #2c8467;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.76rem;
}

/* line 179, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-toggle-state {
  color: #3f5446;
  font-size: 0.87rem;
}

/* line 184, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-inner.is-minimized .lc-hero__preview-body {
  display: none;
}

/* line 188, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__panel {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #dfe9d5;
  box-shadow: 0 25px 60px -35px rgba(39, 64, 44, 0.25);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

@media (min-width: 1024px) {
  /* line 188, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__panel {
    gap: 0.9rem;
  }
}

@media (max-width: 767px) {
  /* line 188, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__panel {
    order: 2;
    margin-top: 0;
  }
}

/* line 208, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__form {
  order: 1;
  margin-top: 0;
}

@media (min-width: 1024px) {
  /* line 208, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__form {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 208, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__form {
    margin-top: 0.5rem;
  }
}

/* line 221, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__details {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #dfe9d5;
  box-shadow: 0 25px 60px -35px rgba(39, 64, 44, 0.25);
  padding: 0.85rem;
  align-self: flex-start;
}

@media (min-width: 1024px) {
  /* line 221, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__details {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #e4ece0;
    border-radius: 0;
    padding: 0.95rem 1rem 0.9rem;
  }
}

@media (max-width: 767px) {
  /* line 221, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__details {
    order: 0;
    border-radius: 1rem;
    padding: 1rem;
  }
}

/* line 242, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #5a9c78;
  margin: 0 0 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 254, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 156, 117, 0.15);
  background: rgba(47, 156, 117, 0.15);
  font-weight: 600;
  color: #1f7a5e;
  font-size: 0.7rem;
  font-weight: 600;
}

/* line 260, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__title {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  /* line 260, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__title {
    font-size: 1.85rem;
  }
}

/* line 270, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__tagline,
.lc-hero__description {
  margin: 0.75rem 0 0;
  color: #546454;
  line-height: 1.6;
}

/* line 276, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__tagline p,
.lc-hero__description p {
  margin: 0;
}

/* line 280, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__tagline p + p,
.lc-hero__description p + p {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  /* line 270, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__tagline,
.lc-hero__description {
    font-size: 0.95rem;
    margin-top: 0.5rem;
  }
}

/* line 290, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__meta {
  margin: 1.25rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  /* line 290, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__meta {
    margin: 0.75rem 0;
    gap: 0.75rem;
  }
}

/* line 301, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__help {
  margin: 0 0 1rem;
  color: #5c6f5a;
}

/* line 305, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__help a {
  font-weight: 600;
  color: #2f8b69;
}

@media (max-width: 767px) {
  /* line 301, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__help {
    margin-bottom: 0.5rem;
  }
}

/* line 315, app/assets/stylesheets/label_customizer/_hero.scss */
.price-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #cfe4d1;
  background: #e8f6eb;
  font-weight: 600;
  color: #26533f;
}

/* line 319, app/assets/stylesheets/label_customizer/_hero.scss */
.price-pill__icon {
  font-size: 1.1rem;
}

/* line 323, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable {
  position: relative;
}

/* line 326, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable__toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #f4f7f1;
  border: 1px solid #dfe9d5;
  border-radius: 0.85rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2a24;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* line 342, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable__toggle:focus-visible {
  outline: 2px solid #2f8b69;
  outline-offset: 2px;
}

/* line 347, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable__toggle:hover {
  background: #eef3ea;
  border-color: #cbd8c3;
}

/* line 353, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable__toggle-icon {
  width: 1rem;
  height: 1rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

/* line 362, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable.is-collapsed .lc-foldable__toggle-icon {
  transform: rotate(-135deg);
}

/* line 366, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable__content {
  display: block;
}

@media (max-width: 767px) {
  /* line 371, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-foldable__toggle {
    display: none;
    background: #ffffff;
  }
  /* line 376, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-foldable__content {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  /* line 382, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-foldable.is-collapsed .lc-foldable__content {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section {
  width: 100%;
}

/* line 4, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__card {
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* line 10, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__admin-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--sqrl-space-1, 0.375rem);
  margin-bottom: var(--sqrl-space-1, 0.375rem);
}

/* line 18, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: var(--sqrl-space-1, 0.375rem);
  border: 1px solid var(--lc-text-primary);
  border-radius: var(--lc-radius-sm);
  background: var(--lc-text-primary);
  color: #ffffff;
  font-family: var(--sqrl-font-body, "Inter", "Montserrat", sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  transition: background var(--lc-transition-fast), color var(--lc-transition-fast);
}

/* line 34, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__download-button:hover {
  background: #ffffff;
  color: var(--lc-text-primary);
}

/* line 39, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__download-button:focus-visible {
  outline: 2px solid var(--lc-focus-color);
  outline-offset: 2px;
}

/* line 45, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__download-status {
  min-height: 0.75rem;
  color: var(--lc-text-secondary);
  font-size: 0.6875rem;
  line-height: 1.2;
}

/* line 52, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__header {
  margin-bottom: 1rem;
}

/* line 56, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #2b3a30;
}

/* line 63, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__description {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  color: #6a7b68;
}

/* line 69, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__content {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lc-background-white);
  border-radius: var(--sqrl-radius-sm, 0.375rem);
  border: 1px solid var(--sqrl-border-default, #c19a77);
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 69, app/assets/stylesheets/label_customizer/_preview.scss */
  .preview-section__content {
    min-height: 250px;
    padding: 0.375rem;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  /* line 69, app/assets/stylesheets/label_customizer/_preview.scss */
  .preview-section__content {
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/label_customizer/_preview.scss */
  .preview-section__content {
    min-height: clamp(360px, 52vh, 520px);
  }
}

/* line 94, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__content--loading {
  position: relative;
  pointer-events: none;
  opacity: 0.74;
}

/* line 100, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__content--loading::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 3px solid rgba(47, 139, 105, 0.25);
  border-top-color: #2f8b69;
  animation: lc-preview-spin 0.75s linear infinite;
}

/* line 111, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

/* line 120, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__image svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  display: block;
}

/* line 130, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__generated-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

@media print {
  /* line 1, app/assets/stylesheets/label_customizer/_preview.scss */
  .preview-section {
    width: 100%;
  }
  /* line 142, app/assets/stylesheets/label_customizer/_preview.scss */
  .preview-section__header {
    background: none;
    color: var(--lc-text-primary);
    border-bottom: 1px solid var(--lc-border-color);
  }
}

/* line 150, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-panel {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #dfe9d5;
  box-shadow: 0 25px 60px -35px rgba(39, 64, 44, 0.25);
  padding: 1.5rem;
  border-radius: 1.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 20px 45px -35px rgba(33, 56, 40, 0.35);
}

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

/* line 2, app/assets/stylesheets/label_customizer/_form.scss */
.controls-section {
  flex: 1;
  min-width: 320px;
}

@media (max-width: 479px) {
  /* line 2, app/assets/stylesheets/label_customizer/_form.scss */
  .controls-section {
    min-width: 100%;
  }
}

@media (min-width: 480px) {
  /* line 2, app/assets/stylesheets/label_customizer/_form.scss */
  .controls-section {
    min-width: 380px;
  }
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/label_customizer/_form.scss */
  .controls-section {
    align-self: flex-start;
  }
}

/* line 18, app/assets/stylesheets/label_customizer/_form.scss */
.controls-section__card {
  background: var(--lc-background-white);
  border-radius: var(--lc-radius-lg);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--lc-border-color);
}

/* line 26, app/assets/stylesheets/label_customizer/_form.scss */
.controls-section__header {
  background: var(--lc-text-primary);
  padding: var(--lc-spacing-lg);
  color: white;
}

/* line 32, app/assets/stylesheets/label_customizer/_form.scss */
.controls-section__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* line 38, app/assets/stylesheets/label_customizer/_form.scss */
.controls-section__content {
  padding: var(--lc-spacing-lg);
}

/* line 44, app/assets/stylesheets/label_customizer/_form.scss */
.form-section {
  margin-bottom: var(--lc-spacing-lg);
}

/* line 47, app/assets/stylesheets/label_customizer/_form.scss */
.form-section:last-child {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/label_customizer/_form.scss */
.form-section--divider {
  border-top: 1px solid var(--lc-border-color);
  padding-top: var(--lc-spacing-lg);
  margin-top: var(--lc-spacing-lg);
}

/* line 58, app/assets/stylesheets/label_customizer/_form.scss */
.form-field {
  margin-bottom: var(--lc-spacing-lg);
}

/* line 61, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sqrl-space-2, 0.75rem);
  flex-wrap: wrap;
  margin-bottom: var(--sqrl-space-2, 0.75rem);
}

/* line 70, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: var(--lc-spacing-sm);
}

/* line 78, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__label-row .form-field__label {
  margin-bottom: 0;
}

/* line 82, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__reset-name {
  border: 1px solid var(--sqrl-border-default, #c19a77);
  border-radius: var(--sqrl-radius-sm, 0.375rem);
  background: var(--sqrl-bg-default, #ffffff);
  color: var(--sqrl-text-brand, #a87555);
  padding: var(--sqrl-space-1, 0.375rem) var(--sqrl-space-2, 0.75rem);
  font-family: var(--sqrl-font-body, inherit);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

/* line 95, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__reset-name:hover:not(:disabled) {
  background: var(--sqrl-bg-muted, #f8f4ee);
  border-color: var(--sqrl-accent, #e6974c);
}

/* line 100, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__reset-name:focus-visible {
  outline: 2px solid var(--sqrl-accent, #e6974c);
  outline-offset: 2px;
}

/* line 105, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__reset-name:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 111, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--lc-border-color);
  border-radius: var(--lc-radius-md);
  font-size: 16px;
  background: var(--lc-background-muted);
  transition: all var(--lc-transition-normal);
  font-family: inherit;
}

/* line 121, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__input:focus {
  outline: none;
  border-color: var(--lc-focus-color);
  background: var(--lc-background-white);
  box-shadow: 0 0 0 3px var(--lc-focus-shadow);
}

/* line 128, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__input--error {
  border-color: var(--lc-error-color);
}

/* line 131, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__input--error:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* line 137, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__hint {
  font-size: 12px;
  color: var(--lc-text-secondary);
  margin-top: 0;
}

/* line 143, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__error {
  font-size: 12px;
  color: var(--lc-error-color);
  margin-top: 6px;
}

/* line 149, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__meta {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

/* line 157, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__counter {
  min-width: 46px;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  color: #4f5e4d;
  transition: color 0.2s ease;
}

/* line 166, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__counter--warning {
  color: #9a5800;
}

/* line 170, app/assets/stylesheets/label_customizer/_form.scss */
.form-field__counter--error {
  color: var(--lc-error-color);
}

/* line 176, app/assets/stylesheets/label_customizer/_form.scss */
.organization-display {
  padding: 12px 16px;
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: var(--lc-radius-md);
  display: flex;
  align-items: center;
}

/* line 184, app/assets/stylesheets/label_customizer/_form.scss */
.organization-display__name {
  font-weight: 600;
  color: #0369a1;
  font-size: 16px;
}

/* line 193, app/assets/stylesheets/label_customizer/_form.scss */
.color-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--lc-spacing-lg);
}

/* line 200, app/assets/stylesheets/label_customizer/_form.scss */
.color-section__title {
  font-size: 16px;
  font-weight: 600;
}

/* line 205, app/assets/stylesheets/label_customizer/_form.scss */
.color-section__reset {
  background: none;
  border: none;
  color: var(--lc-focus-color);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: var(--lc-radius-sm);
  transition: all var(--lc-transition-fast);
}

/* line 216, app/assets/stylesheets/label_customizer/_form.scss */
.color-section__reset:hover {
  background: #eff6ff;
  color: #2563eb;
}

/* line 223, app/assets/stylesheets/label_customizer/_form.scss */
.color-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lc-spacing-md);
}

@media (min-width: 768px) {
  /* line 223, app/assets/stylesheets/label_customizer/_form.scss */
  .color-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 233, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker {
  background: var(--lc-background-muted);
  border: 1px solid var(--lc-border-color);
  border-radius: var(--lc-radius-md);
  padding: var(--lc-spacing-md);
  transition: all var(--lc-transition-fast);
}

/* line 240, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker:hover {
  background: var(--lc-background-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 245, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* line 252, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__label {
  font-size: 12px;
  font-weight: 500;
  color: #374151;
}

/* line 258, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__selected {
  width: 32px;
  height: 32px;
  border: 2px solid var(--lc-border-color);
  border-radius: var(--lc-radius-sm);
  cursor: pointer;
  transition: all var(--lc-transition-fast);
  position: relative;
}

/* line 267, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__selected:hover {
  border-color: var(--lc-text-secondary);
  transform: scale(1.05);
}

/* line 272, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__selected--active {
  box-shadow: 0 0 0 2px var(--lc-focus-color);
}

/* line 277, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

/* line 283, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__preset {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--lc-border-color);
  border-radius: var(--lc-radius-sm);
  cursor: pointer;
  transition: all var(--lc-transition-fast);
  position: relative;
  background: none;
  padding: 0;
}

/* line 294, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__preset:hover {
  transform: scale(1.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* line 300, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__preset--selected::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* line 313, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__custom-btn {
  width: 100%;
  margin-top: var(--lc-spacing-sm);
  padding: 6px;
  font-size: 12px;
  background: #f3f4f6;
  border: 1px solid var(--lc-border-color);
  border-radius: var(--lc-radius-sm);
  cursor: pointer;
  transition: all var(--lc-transition-fast);
}

/* line 324, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__custom-btn:hover {
  background: var(--lc-border-color);
  border-color: var(--lc-text-secondary);
}

/* line 330, app/assets/stylesheets/label_customizer/_form.scss */
.color-picker__hidden-input {
  display: none;
}

/* line 336, app/assets/stylesheets/label_customizer/_form.scss */
.extended-colors {
  margin-top: var(--lc-spacing-lg);
  padding-top: var(--lc-spacing-lg);
  border-top: 1px solid var(--lc-border-color);
}

/* line 341, app/assets/stylesheets/label_customizer/_form.scss */
.extended-colors__title {
  font-size: 12px;
  color: var(--lc-text-secondary);
  margin-bottom: var(--lc-spacing-md);
}

/* line 347, app/assets/stylesheets/label_customizer/_form.scss */
.extended-colors__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--lc-spacing-sm);
  margin-bottom: var(--lc-spacing-sm);
}

@media (max-width: 479px) {
  /* line 347, app/assets/stylesheets/label_customizer/_form.scss */
  .extended-colors__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) {
  /* line 347, app/assets/stylesheets/label_customizer/_form.scss */
  .extended-colors__grid {
    grid-template-columns: repeat(8, 1fr);
  }
}

/* line 362, app/assets/stylesheets/label_customizer/_form.scss */
.extended-colors__hint {
  font-size: 11px;
  color: var(--lc-text-muted);
  text-align: center;
}

/* line 370, app/assets/stylesheets/label_customizer/_form.scss */
.order-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lc-spacing-md);
}

@media (min-width: 768px) {
  /* line 370, app/assets/stylesheets/label_customizer/_form.scss */
  .order-section {
    grid-template-columns: 1fr 2fr;
    align-items: end;
  }
}

/* line 380, app/assets/stylesheets/label_customizer/_form.scss */
.order-section__quantity {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--lc-border-color);
  border-radius: var(--lc-radius-md);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: var(--lc-background-muted);
  transition: all var(--lc-transition-normal);
}

/* line 391, app/assets/stylesheets/label_customizer/_form.scss */
.order-section__quantity:focus {
  outline: none;
  border-color: var(--lc-focus-color);
  background: var(--lc-background-white);
  box-shadow: 0 0 0 3px var(--lc-focus-shadow);
}

/* line 399, app/assets/stylesheets/label_customizer/_form.scss */
.order-section__submit {
  width: 100%;
  padding: 16px 24px;
  background: var(--lc-primary-gradient);
  color: white;
  border: none;
  border-radius: var(--lc-radius-md);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--lc-transition-normal);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* line 412, app/assets/stylesheets/label_customizer/_form.scss */
.order-section__submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* line 417, app/assets/stylesheets/label_customizer/_form.scss */
.order-section__submit:active:not(:disabled) {
  transform: translateY(0);
}

/* line 421, app/assets/stylesheets/label_customizer/_form.scss */
.order-section__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 429, app/assets/stylesheets/label_customizer/_form.scss */
.product-info {
  background: var(--lc-background-white);
  border-radius: var(--lc-radius-md);
  padding: var(--lc-spacing-lg);
  margin-top: var(--lc-spacing-lg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--lc-border-color);
}

/* line 438, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-form {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

/* line 444, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-form__step-summary {
  margin: 0 0 0.15rem;
  color: #5a6d59;
  font-size: 0.9rem;
  font-weight: 500;
}

/* line 451, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion {
  border: 1px solid #d5e4ce;
  border-radius: 1.05rem;
  background: #f8fbf5;
  padding: 0.25rem 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 458, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion[open] {
  border-color: #bed5b3;
  box-shadow: 0 14px 24px -24px rgba(31, 42, 36, 0.32);
}

/* line 463, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  padding: 0.62rem 0;
  font-weight: 600;
  color: #1f2a24;
}

/* line 475, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion summary::marker,
.customizer-accordion summary::-webkit-details-marker {
  display: none;
}

/* line 480, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion .customizer-accordion__summary-main {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  flex-wrap: wrap;
}

/* line 488, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion .customizer-accordion__step {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 156, 117, 0.15);
  background: rgba(47, 156, 117, 0.16);
  font-weight: 600;
  color: #1f7a5e;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 496, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion[open] summary .customizer-accordion__chevron {
  transform: rotate(180deg);
}

/* line 500, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion .customizer-accordion__icon {
  width: 36px;
  height: 36px;
  border-radius: 0.85rem;
  background: #2f9c75;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 511, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion .customizer-accordion__title {
  color: #1f2a24;
  font-size: 0.98rem;
}

/* line 516, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion .customizer-accordion__chevron {
  color: #6a7b68;
  transition: transform 0.2s ease;
}

/* line 521, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion .customizer-accordion__content {
  padding-bottom: 0.75rem;
}

/* line 525, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-accordion .customizer-accordion__hint {
  font-size: 0.85rem;
  color: var(--lc-text-secondary);
  margin-top: 0.5rem;
}

/* line 532, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-card {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

/* line 538, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-card--colors {
  padding: 0.25rem 0 0;
}

/* line 543, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-fixed-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--lc-spacing-md);
  padding: var(--lc-spacing-md);
  border: 1px solid var(--lc-border-color);
  border-radius: var(--lc-radius-md);
  background: var(--lc-background-muted);
}

/* line 553, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-fixed-option__label {
  margin: 0;
  font-weight: 600;
  color: var(--lc-text-primary);
}

/* line 559, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-fixed-option__value {
  margin: 0.15rem 0 0;
  color: var(--lc-text-secondary);
  font-size: 0.9rem;
}

/* line 565, app/assets/stylesheets/label_customizer/_form.scss */
.customizer-fixed-option__font {
  min-width: 110px;
  min-height: 46px;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--lc-border-color);
  border-radius: var(--lc-radius-sm);
  background: var(--lc-background-white);
  color: var(--lc-text-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

/* line 582, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette {
  display: flex;
  flex-direction: column;
  gap: var(--lc-spacing-sm);
}

/* line 587, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette.is-loading {
  opacity: 0.6;
}

/* line 590, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette.is-loading::after {
  width: 36px;
  height: 36px;
  border-width: 3px;
}

/* line 597, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__group {
  display: flex;
  flex-direction: column;
  gap: var(--lc-spacing-sm);
}

/* line 603, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__group-header {
  display: flex;
  justify-content: space-between;
  gap: var(--lc-spacing-sm);
  align-items: center;
  flex-wrap: wrap;
}

/* line 611, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__label {
  font-weight: 600;
  margin: 0;
}

/* line 616, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__hint {
  margin: 0.15rem 0 0;
  color: var(--lc-text-secondary);
  font-size: 0.9rem;
}

/* line 622, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__chip {
  min-width: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid #dfe9d5;
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  color: var(--chip-text-color, #1f2a24);
}

/* line 628, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__chip::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: var(--chip-color, #fff);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

/* line 638, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__chip-value {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

/* line 643, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: var(--lc-spacing-xs);
}

/* line 649, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch {
  position: relative;
  border: 2px solid transparent;
  border-radius: 0.65rem;
  padding: 0.45rem;
  height: 40px;
  background: var(--swatch-color);
  color: #ffffff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
  overflow: hidden;
}

/* line 666, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px -18px rgba(0, 0, 0, 0.4);
}

/* line 671, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch.is-selected {
  border-color: #1f2a24;
  box-shadow: 0 0 0 3px rgba(31, 42, 36, 0.15);
}

/* line 676, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4));
  z-index: 0;
}

/* line 685, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch.is-selected::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
}

/* line 689, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch[data-color-tone='light'] {
  color: #1f2a24;
}

/* line 692, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch[data-color-tone='light']::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.1));
}

/* line 697, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch > * {
  position: relative;
  z-index: 1;
}

/* line 703, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch-label {
  font-weight: 700;
  font-size: 70%;
}

/* line 708, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__warning {
  margin: 0;
  padding: 0.45rem 0.6rem;
  border-radius: 0.6rem;
  border: 1px solid #f6c784;
  background: #fff5e5;
  color: #8a4f05;
  font-size: 0.78rem;
  line-height: 1.35;
}

/* line 719, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__warning.is-visible {
  display: block;
}

/* line 725, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 72px));
  gap: var(--sqrl-space-1, 0.375rem);
  justify-content: start;
  padding-top: var(--sqrl-space-1, 0.375rem);
}

/* line 732, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker__option {
  min-width: 0;
  min-height: 72px;
  aspect-ratio: 1;
  border: 2px solid #e3ebdf;
  border-radius: var(--sqrl-radius-sm, 0.375rem);
  background: #fff;
  padding: var(--sqrl-space-1, 0.375rem);
  color: #1f2a24;
  display: flex;
  align-items: stretch;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* line 748, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker__option:hover {
  border-color: #c7d9c3;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -20px rgba(31, 42, 36, 0.35);
}

/* line 754, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker__option.is-selected {
  border-color: #1f2a24;
  box-shadow: 0 0 0 3px rgba(31, 42, 36, 0.12);
}

/* line 759, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker__option:focus-visible {
  outline: 3px solid #2f8b69;
  outline-offset: 2px;
}

/* line 765, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker__image-wrap, .logo-picker__fallback {
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 1px solid #dfe9d5;
  border-radius: var(--sqrl-radius-sm, 0.375rem);
  background: #f8fbf5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 779, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 786, app/assets/stylesheets/label_customizer/_form.scss */
.logo-picker__fallback {
  color: #1f7a5e;
  font-weight: 800;
  letter-spacing: 0;
}

/* line 793, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 96px));
  gap: var(--sqrl-space-1, 0.375rem);
  justify-content: start;
  padding-top: var(--sqrl-space-1, 0.375rem);
}

/* line 800, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__option {
  min-width: 0;
  min-height: 72px;
  aspect-ratio: 4 / 3;
  border: 2px solid var(--sqrl-bg-muted, #ede0d0);
  border-radius: var(--sqrl-radius-sm, 0.375rem);
  background: var(--sqrl-bg-default, #fff);
  padding: var(--sqrl-space-1, 0.375rem);
  color: var(--lc-text-primary);
  display: flex;
  align-items: stretch;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* line 816, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__option:hover {
  border-color: var(--sqrl-border-default, #c19a77);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -20px rgba(31, 42, 36, 0.35);
}

/* line 822, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__option.is-selected {
  border-color: var(--lc-text-primary);
  box-shadow: 0 0 0 3px rgba(31, 42, 36, 0.12);
}

/* line 827, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__option:focus-visible {
  outline: 3px solid var(--sqrl-accent, #e6974c);
  outline-offset: 2px;
}

/* line 833, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__image-wrap, .background-image-picker__solid {
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 1px solid var(--sqrl-bg-muted, #ede0d0);
  border-radius: var(--sqrl-radius-sm, 0.375rem);
  background: var(--sqrl-bg-default, #f8f4ee);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 847, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 854, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__solid {
  flex-direction: column;
  gap: var(--sqrl-space-1, 0.375rem);
  font-weight: 700;
}

/* line 860, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__solid-swatch {
  width: var(--sqrl-space-4, 1.5rem);
  height: var(--sqrl-space-4, 1.5rem);
  border-radius: var(--sqrl-radius-pill, 9999px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--background-image-picker-solid-color);
}

/* line 868, app/assets/stylesheets/label_customizer/_form.scss */
.background-image-picker__solid-label {
  font-size: 0.75rem;
}

/* line 873, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker {
  margin-top: var(--lc-spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--lc-spacing-sm);
}

/* line 879, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 885, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__label {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

/* line 891, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__hint {
  margin: 0.2rem 0 0;
  color: var(--lc-text-secondary);
  font-size: 0.9rem;
}

/* line 897, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--lc-spacing-sm);
}

@media (max-width: 479px) {
  /* line 897, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* line 907, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__option {
  border: 2px solid #e3ebdf;
  border-radius: 1rem;
  padding: 0.5rem 0.5rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  min-height: 65px;
}

/* line 920, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__option:hover {
  border-color: #c7d9c3;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -18px rgba(31, 42, 36, 0.4);
}

/* line 926, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__option.is-selected {
  border-color: #1f2a24;
  box-shadow: 0 12px 28px -20px rgba(31, 42, 36, 0.35);
}

/* line 931, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__option:focus-visible {
  outline: 3px solid #2f8b69;
  outline-offset: 2px;
}

/* line 937, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__sample {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #1f2a24;
}

/* line 944, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #4f5e4d;
  display: block;
  width: 100%;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
}

/* line 957, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-form .customizer-accordion__icon {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

/* line 964, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.55rem;
}

/* line 970, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

/* line 975, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 982, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card__body {
  min-height: 86px;
  border: 2px solid #e0e9db;
  border-radius: 8px;
  background: #fff;
  padding: 0.5rem;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.42rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

/* line 994, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card__input:focus-visible + .generated-preset-card__body {
  outline: 3px solid #2f8b69;
  outline-offset: 2px;
}

/* line 999, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card__input:checked + .generated-preset-card__body {
  border-color: #1f2a24;
  box-shadow: 0 12px 28px -22px rgba(31, 42, 36, 0.42);
}

/* line 1004, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card:hover .generated-preset-card__body {
  border-color: #c7d9c3;
  transform: translateY(-1px);
}

/* line 1009, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card__media, .generated-preset-card__swatch {
  width: 100%;
  min-height: 44px;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--generated-preset-color, #2f9c75) 0 58%, rgba(255, 255, 255, 0.92) 58% 65%, #1f2a24 65% 100%);
}

/* line 1019, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card__media img {
  width: 100%;
  height: 100%;
  min-height: 44px;
  object-fit: cover;
  display: block;
}

/* line 1027, app/assets/stylesheets/label_customizer/_form.scss */
.generated-preset-card__name {
  color: #1f2a24;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: anywhere;
}

/* line 1037, app/assets/stylesheets/label_customizer/_form.scss */
.generated-prompt-field {
  display: grid;
  gap: 0.4rem;
}

/* line 1041, app/assets/stylesheets/label_customizer/_form.scss */
.generated-prompt-field__textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.45;
}

/* line 1048, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-actions {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 0.45rem;
}

/* line 1054, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-actions__generate {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0.86rem 1rem;
  background: #1f2a24;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

/* line 1065, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-actions__generate:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px -22px rgba(31, 42, 36, 0.55);
}

/* line 1070, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-actions__generate:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* line 1076, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-actions__status {
  min-height: 1.1rem;
  color: #5f705f;
  font-size: 0.82rem;
  line-height: 1.35;
}

/* line 1084, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-history {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* line 1089, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-history:empty {
  display: none;
}

/* line 1093, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-history__item {
  width: 72px;
  height: 44px;
  padding: 0;
  border: 1px solid #dfe9d5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 1104, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-history__item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px -16px rgba(31, 42, 36, 0.55);
}

/* line 1109, app/assets/stylesheets/label_customizer/_form.scss */
.generated-design-history__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 1118, app/assets/stylesheets/label_customizer/_form.scss */
.order-card {
  --order-card-control-height: 3rem;
  border: 1px solid #dfe9d5;
  border-radius: 1.25rem;
  padding: var(--lc-spacing-md);
  background: linear-gradient(135deg, #f8fbf4, #ffffff);
  display: flex;
  flex-direction: column;
  gap: var(--lc-spacing-md);
}

/* line 1129, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

/* line 1136, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__title {
  font-weight: 600;
  margin: 0;
}

/* line 1141, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__subtitle {
  margin: 0.25rem 0 0;
  color: var(--lc-text-secondary);
}

/* line 1146, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__badge {
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 156, 117, 0.18);
  background: rgba(47, 156, 117, 0.18);
  font-weight: 600;
  color: #1f7a5e;
}

/* line 1151, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle {
  padding: 1.08rem 1.14rem;
  border: 1px solid rgba(121, 145, 115, 0.2);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 247, 0.92));
  box-shadow: 0 18px 34px -28px rgba(31, 42, 36, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

/* line 1159, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

/* line 1166, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

/* line 1174, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-label {
  color: #1f2a24;
  font-weight: 600;
  line-height: 1.35;
}

/* line 1180, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-hint {
  margin: 0;
  color: #5f705f;
  font-size: 0.82rem;
  line-height: 1.35;
}

/* line 1187, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-copy:hover .order-card__toggle-label {
  color: #1f7a5e;
}

/* line 1191, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 3.55rem;
  height: 2.2rem;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: #c8d5c5;
  box-shadow: inset 0 0 0 1px rgba(31, 42, 36, 0.08);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 1206, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-input::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 22px -12px rgba(31, 42, 36, 0.58);
  transition: transform 0.2s ease;
}

/* line 1219, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-input:checked {
  background: #2f9c75;
  box-shadow: inset 0 0 0 1px rgba(31, 122, 94, 0.18);
}

/* line 1224, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-input:checked::before {
  transform: translateX(1.34rem);
}

/* line 1228, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-input:focus-visible {
  outline: 3px solid rgba(47, 139, 105, 0.28);
  outline-offset: 3px;
}

/* line 1234, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-input:focus-visible {
  outline: 3px solid rgba(47, 139, 105, 0.28);
  outline-offset: 3px;
}

/* line 1239, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__purchase {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* line 1245, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__pricing {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.15rem 0;
}

/* line 1253, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__price-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #647563;
  font-weight: 700;
}

/* line 1261, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__price {
  color: #1f2a24;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
}

/* line 1268, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__checkout {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 0.75rem;
  align-items: end;
}

/* line 1275, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__controls {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* line 1281, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__label {
  font-weight: 600;
}

/* line 1285, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__input {
  width: 100%;
  height: var(--order-card-control-height);
  padding: 0.7rem 0.9rem;
  border-radius: var(--lc-radius-md);
  border: 2px solid #dfe9d5;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  background: #ffffff;
}

/* line 1296, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__input:disabled {
  background: #f4f6f2;
  color: #6b756d;
  cursor: not-allowed;
}

/* line 1303, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__cta {
  width: 100%;
  min-height: var(--order-card-control-height);
  border: none;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  background: #2f9c75;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 1317, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 30px -18px rgba(47, 156, 117, 0.55);
}

/* line 1322, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__cta:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* line 1330, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__limit {
  grid-column: 1 / -1;
  margin: 0;
  color: #4f6254;
  font-size: 0.82rem;
  line-height: 1.35;
}

/* line 1338, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__limit--reached {
  color: #8a4f05;
}

/* line 1342, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__confidence {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  color: #4f6254;
  font-size: 0.78rem;
  line-height: 1.35;
}

/* line 1352, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__confidence li {
  position: relative;
  padding-left: 0.95rem;
}

/* line 1357, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__confidence li::before {
  content: '';
  position: absolute;
  top: 0.43rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #2f9c75;
}

/* line 1368, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__confidence a {
  color: #1f7a5e;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 1376, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__purchase {
    position: static;
    width: 100%;
    margin: 0;
  }
  /* line 1382, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__pricing {
    padding: 0 0.1rem;
  }
  /* line 1386, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__toggle {
    padding: 0.92rem 0.98rem;
    border-radius: 1.55rem;
  }
  /* line 1391, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__toggle-row {
    align-items: start;
    gap: 0.7rem;
  }
  /* line 1396, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__toggle-input {
    width: 3.15rem;
    height: 1.96rem;
    margin-top: 0.08rem;
  }
  /* line 1401, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__toggle-input::before {
    top: 0.2rem;
    left: 0.2rem;
    width: 1.56rem;
    height: 1.56rem;
  }
  /* line 1409, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__toggle-input:checked::before {
    transform: translateX(1.18rem);
  }
  /* line 1413, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__toggle-label {
    font-size: 0.92rem;
  }
  /* line 1417, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__toggle-hint {
    font-size: 0.74rem;
  }
  /* line 1421, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__price-label {
    font-size: 0.72rem;
  }
  /* line 1425, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__price {
    font-size: 1.1rem;
  }
  /* line 1429, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__checkout {
    grid-template-columns: 86px 1fr;
    gap: 0.75rem;
    align-items: end;
  }
  /* line 1435, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__label {
    font-size: 0.72rem;
  }
  /* line 1439, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__input {
    padding: 0 0.35rem;
    text-align: center;
    font-size: 0.9rem;
  }
  /* line 1445, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__cta {
    padding: 0.72rem 0.8rem;
    font-size: 0.94rem;
    border-radius: 0.8rem;
  }
  /* line 1451, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__confidence {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.7rem;
    font-size: 0.7rem;
  }
  /* line 1458, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__confidence li {
    padding-left: 0.7rem;
  }
  /* line 1462, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__confidence li::before {
    top: 0.36rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}

@media (max-width: 767px) {
  /* line 1472, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-form {
    gap: 0.65rem;
  }
  /* line 1476, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-form__step-summary {
    order: 0;
    font-size: 0.82rem;
    margin: 0 0 0.05rem;
  }
  /* line 1482, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-form > .customizer-accordion,
.customizer-form > .customizer-fixed-option {
    order: 2;
  }
  /* line 1487, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-form > .order-card {
    order: 3;
  }
  /* line 1491, app/assets/stylesheets/label_customizer/_form.scss */
  .generated-design-form > .customizer-accordion:nth-of-type(1) {
    order: 1;
  }
  /* line 1495, app/assets/stylesheets/label_customizer/_form.scss */
  .generated-design-form > .customizer-accordion:nth-of-type(2) {
    order: 2;
  }
  /* line 1499, app/assets/stylesheets/label_customizer/_form.scss */
  .generated-design-form > .customizer-accordion:nth-of-type(3) {
    order: 3;
  }
  /* line 1503, app/assets/stylesheets/label_customizer/_form.scss */
  .generated-design-form > .generated-design-actions {
    order: 4;
  }
  /* line 1507, app/assets/stylesheets/label_customizer/_form.scss */
  .generated-design-form > .order-card {
    order: 5;
  }
  /* line 1511, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion {
    padding: 0.22rem 0.9rem;
    border-radius: 1rem;
  }
  /* line 1515, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion summary {
    gap: 0.55rem;
    padding: 0.55rem 0;
  }
  /* line 1520, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__summary-main {
    gap: 0.48rem;
  }
  /* line 1524, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__step {
    font-size: 0.66rem;
    padding: 0.18rem 0.5rem;
  }
  /* line 1529, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__icon {
    width: 30px;
    height: 30px;
    border-radius: 0.72rem;
    font-size: 0.85rem;
  }
  /* line 1536, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__title {
    font-size: 0.9rem;
  }
  /* line 1540, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__content {
    padding-bottom: 0.72rem;
  }
  /* line 1544, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__hint {
    margin-top: 0.35rem;
    font-size: 0.78rem;
  }
  /* line 1550, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field {
    margin-bottom: 0.72rem;
  }
  /* line 1553, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field__label {
    margin-bottom: 0.3rem;
    font-size: 0.84rem;
  }
  /* line 1558, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field__input {
    padding: 0.58rem 0.72rem;
    font-size: 0.95rem;
    border-width: 1.5px;
    border-radius: 0.75rem;
  }
  /* line 1565, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field__meta {
    margin-top: 0.3rem;
    gap: 0.45rem;
  }
  /* line 1570, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field__hint, .form-field__counter, .form-field__error {
    font-size: 0.72rem;
  }
  /* line 1577, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-card {
    padding: 0.48rem;
    border-radius: 0.65rem;
  }
  /* line 1581, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-card--colors {
    padding: 0.62rem;
  }
  /* line 1586, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette {
    gap: 0.5rem;
  }
  /* line 1589, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__group {
    gap: 0.48rem;
  }
  /* line 1593, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__group-header {
    gap: 0.48rem;
  }
  /* line 1597, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__label {
    font-size: 0.88rem;
  }
  /* line 1601, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__hint {
    margin-top: 0.08rem;
    font-size: 0.8rem;
  }
  /* line 1606, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__chip {
    min-width: 94px;
    padding: 0.3rem 0.48rem;
    font-size: 0.8rem;
  }
  /* line 1612, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__chip::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  /* line 1617, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__chip-value {
    font-size: 0.8rem;
  }
  /* line 1621, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__swatches {
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    gap: 0.32rem;
  }
  /* line 1626, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__swatch {
    height: 34px;
    padding: 0.34rem;
    border-radius: 0.5rem;
  }
  /* line 1632, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__warning {
    padding: 0.38rem 0.5rem;
    border-radius: 0.52rem;
    font-size: 0.72rem;
  }
  /* line 1639, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker {
    margin-top: 0.62rem;
    gap: 0.52rem;
  }
  /* line 1643, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__label {
    font-size: 0.9rem;
  }
  /* line 1647, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__hint {
    margin-top: 0.14rem;
    font-size: 0.8rem;
  }
  /* line 1652, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__options {
    gap: 0.48rem;
  }
  /* line 1656, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__option {
    border-radius: 0.82rem;
    min-height: 58px;
    padding: 0.38rem 0.38rem 0.16rem;
  }
  /* line 1662, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__sample {
    font-size: 1.65rem;
  }
  /* line 1666, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__name {
    font-size: 0.85rem;
  }
}

/* line 1672, app/assets/stylesheets/label_customizer/_form.scss */
.rich-text {
  color: var(--lc-text-secondary);
  line-height: 1.8;
}

/* line 1676, app/assets/stylesheets/label_customizer/_form.scss */
.rich-text p + p {
  margin-top: 1rem;
}

@media print {
  /* line 1682, app/assets/stylesheets/label_customizer/_form.scss */
  .controls-section,
.product-info,
.label-customizer__header {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery {
  padding: 0;
}

/* line 5, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__content {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  /* line 5, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
}

/* line 18, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__main {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f8fbf4;
  border: 1px solid #dfe9d5;
  aspect-ratio: 1 / 1;
  position: relative;
}

@media (min-width: 1024px) {
  /* line 18, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__main {
    width: 70%;
  }
}

/* line 32, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__main-item {
  width: 100%;
  height: 100%;
  display: none;
}

/* line 38, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__main-item.is-active {
  display: block;
}

/* line 42, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__main-item--image {
  object-fit: cover;
}

/* line 46, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__main-item--layout.is-active {
  display: flex;
}

/* line 50, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__layout-preview {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sqrl-space-2, 0.75rem);
  background: var(--lc-background-white);
}

/* line 61, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__layout-preview-image,
.lc-gallery__thumb-preview {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 69, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__layout-preview-image svg,
.lc-gallery__thumb-preview svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* line 78, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__content > .lc-gallery__main:only-child {
  width: 100%;
}

/* line 82, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb-rail {
  display: flex;
  overflow-x: auto;
  margin-top: 0.75rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

/* line 89, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb-rail::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  /* line 82, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__thumb-rail {
    width: 30%;
    margin-top: 0;
    overflow: visible;
  }
}

/* line 100, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  min-width: 100%;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  /* line 100, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__thumbs {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1280px) {
  /* line 100, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* line 120, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb {
  width: clamp(6.5rem, 34vw, 10.3125rem);
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.75rem;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.15s ease;
}

@media (min-width: 1024px) {
  /* line 120, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__thumb {
    width: 100%;
  }
}

/* line 136, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb.is-active {
  outline: 2px solid #2f9c75;
  outline-offset: 2px;
}

/* line 140, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb.is-active img {
  filter: brightness(0.55);
}

/* line 145, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
  transition: filter 0.15s ease;
}

/* line 154, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb:hover {
  transform: translateY(-2px);
}

/* line 159, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb--layout {
  border: 1px solid #dfe9d5;
  background: var(--lc-background-white);
}

/* line 164, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb-preview {
  padding: var(--sqrl-space-1, 0.375rem);
}

/* line 1, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card {
  background: linear-gradient(135deg, rgba(234, 235, 196, 0.46), rgba(255, 255, 255, 0.92)), var(--sqrl-bg-default, #f8f4ee);
  border: 1px solid rgba(121, 145, 115, 0.24);
  border-radius: var(--sqrl-radius-xl, 1.5rem);
  padding: var(--sqrl-space-4, 1.5rem);
  box-shadow: 0 22px 48px -38px rgba(31, 42, 36, 0.35);
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card {
    padding: var(--sqrl-space-2, 0.75rem);
  }
}

/* line 15, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__layout {
  display: grid;
  gap: var(--sqrl-space-4, 1.5rem);
  align-items: center;
}

@media (min-width: 1024px) {
  /* line 15, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card__layout {
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.95fr);
    column-gap: var(--sqrl-space-8, 3rem);
  }
}

/* line 26, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__content {
  display: grid;
  gap: var(--sqrl-space-2, 0.75rem);
}

/* line 31, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--sqrl-space-1, 0.375rem);
  color: #1f7a5e;
  font-family: var(--sqrl-font-body, "Inter", sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* line 44, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__eyebrow-icon {
  font-size: 0.9rem;
  line-height: 1;
}

/* line 49, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__title-panel {
  margin: 0;
}

/* line 53, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__title {
  margin: 0;
  font-family: var(--sqrl-font-heading, "Montserrat", "Inter", sans-serif);
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 700;
  color: #1f2a24;
}

@media (min-width: 1024px) {
  /* line 53, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card__title {
    font-size: 1.75rem;
  }
}

/* line 66, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__body {
  margin: 0;
  color: #4f6254;
  max-width: 44rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* line 73, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__body p:first-child {
  margin-top: 0;
}

/* line 77, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__body p:last-child {
  margin-bottom: 0;
}

/* line 82, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sqrl-space-2, 0.75rem);
  align-content: start;
}

@media (max-width: 359px) {
  /* line 82, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card__features {
    grid-template-columns: 1fr;
  }
}

/* line 93, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card {
  min-width: 0;
  padding: var(--sqrl-space-2, 0.75rem);
  border: 1px solid rgba(121, 145, 115, 0.2);
  border-radius: var(--sqrl-radius-md, 0.75rem);
  background: rgba(255, 255, 255, 0.62);
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: center;
  gap: var(--sqrl-space-2, 0.75rem);
  margin: 0;
}

/* line 106, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card__icon-wrap {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
}

/* line 114, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card__blob {
  position: absolute;
  inset: 0;
  border-radius: var(--sqrl-radius-md, 0.75rem);
  background: rgba(31, 122, 94, 0.16);
}

/* line 121, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card__icon-image {
  position: relative;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

/* line 129, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card__title {
  font-family: var(--sqrl-font-body, "Inter", sans-serif);
  font-weight: 700;
  display: block;
  margin: 0;
  color: #1f2a24;
  font-size: 0.78rem;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  /* line 129, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-feature-card__title {
    font-size: 0.88rem;
  }
}

/* line 143, app/assets/stylesheets/label_customizer/_components.scss */
.lc-included {
  padding: var(--sqrl-space-4, 1.5rem);
  border: 1px solid rgba(121, 145, 115, 0.24);
  border-radius: var(--sqrl-radius-xl, 1.5rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 235, 196, 0.34)), var(--sqrl-bg-default, #f8f4ee);
  box-shadow: 0 22px 48px -38px rgba(31, 42, 36, 0.35);
}

@media (max-width: 767px) {
  /* line 143, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-included {
    padding: var(--sqrl-space-2, 0.75rem);
  }
}

/* line 157, app/assets/stylesheets/label_customizer/_components.scss */
.lc-included__header {
  display: grid;
  gap: var(--sqrl-space-1, 0.375rem);
}

/* line 161, app/assets/stylesheets/label_customizer/_components.scss */
.lc-included__header h3 {
  margin: 0;
  color: #1f2a24;
  font-family: var(--sqrl-font-heading, "Montserrat", "Inter", sans-serif);
  font-size: 1.45rem;
  line-height: 1.15;
}

/* line 170, app/assets/stylesheets/label_customizer/_components.scss */
.lc-included__eyebrow {
  width: fit-content;
  margin: 0;
  color: #1f7a5e;
  font-family: var(--sqrl-font-body, "Inter", sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

/* line 182, app/assets/stylesheets/label_customizer/_components.scss */
.includes-list {
  list-style: none;
  padding: 0;
  margin: var(--sqrl-space-3, 1.125rem) 0 0;
  display: grid;
  gap: var(--sqrl-space-2, 0.75rem);
}

@media (min-width: 1024px) {
  /* line 182, app/assets/stylesheets/label_customizer/_components.scss */
  .includes-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* line 194, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item {
  min-width: 0;
  padding: var(--sqrl-space-3, 1.125rem);
  border: 1px solid rgba(121, 145, 115, 0.24);
  border-radius: var(--sqrl-radius-lg, 1.125rem);
  background: rgba(255, 255, 255, 0.72);
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: var(--sqrl-space-3, 1.125rem);
  align-items: start;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/label_customizer/_components.scss */
  .includes-item {
    padding: var(--sqrl-space-2, 0.75rem);
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: var(--sqrl-space-2, 0.75rem);
  }
}

/* line 212, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item__count {
  width: 3rem;
  height: 3rem;
  border-radius: var(--sqrl-radius-md, 0.75rem);
  background: rgba(47, 156, 117, 0.12);
  color: #1f7a5e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 767px) {
  /* line 212, app/assets/stylesheets/label_customizer/_components.scss */
  .includes-item__count {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* line 230, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item__copy {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}

/* line 236, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item__title {
  color: #1f2a24;
  font-weight: 800;
  line-height: 1.25;
}

/* line 242, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item__size {
  width: fit-content;
  color: #4f6254;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 250, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item__detail {
  color: #5f705f;
  display: -webkit-box;
  font-size: 0.86rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* line 260, app/assets/stylesheets/label_customizer/_components.scss */
.product-faq {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #dfe9d5;
  box-shadow: 0 25px 60px -35px rgba(39, 64, 44, 0.25);
  padding: 2rem;
}

@media (max-width: 767px) {
  /* line 260, app/assets/stylesheets/label_customizer/_components.scss */
  .product-faq {
    padding: var(--sqrl-space-2, 0.75rem);
  }
}

/* line 267, app/assets/stylesheets/label_customizer/_components.scss */
.product-faq details {
  border-bottom: 1px solid #e3ecda;
  padding: 1rem 0;
}

/* line 271, app/assets/stylesheets/label_customizer/_components.scss */
.product-faq details:last-child {
  border-bottom: none;
}

/* line 276, app/assets/stylesheets/label_customizer/_components.scss */
.product-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #223227;
}

/* line 282, app/assets/stylesheets/label_customizer/_components.scss */
.product-faq p {
  margin: 0.5rem 0 0;
  color: #5c6f5a;
}

/* line 1, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter {
  margin: 4rem auto 0;
  padding: clamp(3rem, 5vw, 5rem) 0;
  background: linear-gradient(135deg, rgba(255, 111, 97, 0.12), rgba(210, 181, 211, 0.18));
  border-radius: 2.5rem;
}

/* line 8, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__inner {
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 14, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .lc-newsletter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}

/* line 27, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__form-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 1.75rem;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 30px 60px -20px rgba(17, 24, 39, 0.25);
  border: 1px solid rgba(255, 111, 97, 0.2);
}

/* line 35, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__eyebrow {
  color: #ff6f61;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

/* line 42, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 700;
  color: #ff6f61;
  margin-bottom: 1rem;
}

/* line 50, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__title span {
  color: #111827;
}

/* line 54, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__description {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

/* line 61, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__asterisk {
  color: #ff6f61;
  font-weight: 700;
}

/* line 66, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 72, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__field {
  width: 100%;
}

/* line 76, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__input {
  width: 100%;
  height: 3.25rem;
  padding: 0 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 86, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__input:focus {
  outline: none;
  border-color: #ff6f61;
  box-shadow: 0 0 0 3px rgba(255, 111, 97, 0.15);
}

/* line 92, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__checkbox {
  font-size: 0.85rem;
  color: #6b7280;
}

/* line 97, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__checkbox-label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

/* line 103, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__checkbox-input {
  margin-top: 0.35rem;
  width: 1.1rem;
  height: 1.1rem;
}

/* line 109, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__link {
  color: #ff6f61;
  font-weight: 600;
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__link:hover {
  text-decoration: underline;
}

/* line 119, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__button {
  margin-top: 0.5rem;
  width: 100%;
  height: 3.25rem;
  border-radius: 999px;
  border: none;
  background-color: #111827;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: transform 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

/* line 137, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__button:hover {
  transform: translateY(-1px);
  background-color: rgba(17, 24, 39, 0.9);
}

/* line 142, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__button.is-loading {
  opacity: 0.8;
  cursor: wait;
}

/* line 147, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__button-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* line 155, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__media {
  display: flex;
  justify-content: center;
}

/* line 160, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
}

/* line 167, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__image {
  width: 100%;
  height: auto;
  border-radius: 1.75rem;
  box-shadow: 0 25px 45px -20px rgba(17, 24, 39, 0.45);
  object-fit: cover;
}

/* line 175, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__stamp {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

/* line 185, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__envelope {
  position: relative;
  width: 5rem;
  height: 4rem;
  background: #ff6f61;
  border-radius: 0.75rem 0.75rem 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(255, 111, 97, 0.35);
}

/* line 197, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__envelope-flap {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1rem solid #ff6f61;
}

/* line 209, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__envelope-icon {
  width: 2.5rem;
  height: 2rem;
  stroke: #fff;
  stroke-width: 1.7;
  fill: none;
}

/* line 217, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__envelope-icon rect {
  fill: rgba(255, 255, 255, 0.08);
}

/* line 221, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__heart {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ff6f61;
  stroke: none;
}

/* line 228, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast {
  position: fixed;
  left: 50%;
  bottom: calc(1.5rem + env(safe-area-inset-bottom));
  transform: translate(-50%, 120%);
  background: linear-gradient(90deg, #f54fa3 0%, #fd8dc2 100%);
  color: #fff;
  padding: 1.1rem 1.75rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 18px 35px rgba(245, 79, 163, 0.4);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  width: calc(100% - 2.5rem);
  max-width: 40rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 250, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* line 256, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast.is-error {
  background: #b91c1c;
  box-shadow: 0 18px 35px rgba(185, 28, 28, 0.45);
}

/* line 261, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 271, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: #fff;
  stroke-width: 1.5;
  fill: none;
}

/* line 279, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-icon svg circle {
  fill: rgba(255, 255, 255, 0.15);
}

/* line 283, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast.is-error .lc-newsletter__toast-icon svg circle {
  fill: rgba(255, 255, 255, 0.15);
}

/* line 287, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

/* line 294, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-title {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0;
  text-wrap: balance;
}

/* line 301, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-message {
  font-size: 0.9rem;
  margin: 0;
}

/* line 306, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-message:empty {
  display: none;
}

/* line 310, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-close {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 323, app/assets/stylesheets/label_customizer/_newsletter.scss */
.lc-newsletter__toast-close svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

@media (min-width: 640px) {
  /* line 332, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .lc-newsletter {
    padding: clamp(4rem, 7vw, 6rem) 0;
  }
  /* line 336, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .lc-newsletter__toast {
    width: auto;
  }
}

@media (max-width: 639px) {
  /* line 342, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .lc-newsletter__form-card {
    padding: 1.75rem;
  }
}

/* line 347, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter {
  position: relative;
  margin: var(--sqrl-space-6, 2.25rem) 0 0;
  padding: var(--sqrl-space-4, 1.5rem);
  border: 1px solid rgba(121, 145, 115, 0.26);
  border-radius: var(--sqrl-radius-xl, 1.5rem);
  background: linear-gradient(135deg, rgba(234, 235, 196, 0.62), rgba(255, 255, 255, 0.96)), var(--sqrl-bg-highlight, #eaebc4);
  box-shadow: 0 22px 48px -38px rgba(31, 42, 36, 0.35);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 1fr);
  align-items: center;
  gap: var(--sqrl-space-4, 1.5rem);
}

/* line 363, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__content {
  display: grid;
  gap: var(--sqrl-space-1, 0.375rem);
}

/* line 368, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__eyebrow {
  width: fit-content;
  margin: 0;
  padding: 0.24rem 0.6rem;
  border: 1px solid rgba(47, 156, 117, 0.16);
  border-radius: var(--sqrl-radius-pill, 9999px);
  background: rgba(47, 156, 117, 0.1);
  color: #1f7a5e;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

/* line 382, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__title {
  margin: 0;
  color: #1f2a24;
  font-family: var(--sqrl-font-heading, "Montserrat", "Inter", sans-serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.18;
}

/* line 391, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__copy {
  max-width: 27rem;
  margin: 0;
  color: #4f6254;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* line 399, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__form {
  display: grid;
  gap: var(--sqrl-space-2, 0.75rem);
}

/* line 404, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--sqrl-space-2, 0.75rem);
  align-items: center;
}

/* line 411, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__input {
  width: 100%;
  min-width: 0;
  height: 3rem;
  padding: 0 var(--sqrl-space-3, 1.125rem);
  border: 1px solid rgba(121, 145, 115, 0.34);
  border-radius: var(--sqrl-radius-md, 0.75rem);
  background: rgba(255, 255, 255, 0.96);
  color: #1f2a24;
  font: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 425, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__input:focus {
  outline: none;
  border-color: #2f9c75;
  box-shadow: 0 0 0 3px rgba(47, 156, 117, 0.14);
}

/* line 431, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__button {
  height: 3rem;
  padding: 0 var(--sqrl-space-3, 1.125rem);
  border: none;
  border-radius: var(--sqrl-radius-md, 0.75rem);
  background: #2f9c75;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sqrl-space-1, 0.375rem);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 451, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 26px -20px rgba(47, 156, 117, 0.7);
}

/* line 456, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__button:disabled {
  opacity: 0.68;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

/* line 463, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__button-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

/* line 471, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__consent {
  display: flex;
  align-items: flex-start;
  gap: var(--sqrl-space-2, 0.75rem);
  color: #5f705f;
  font-size: 0.74rem;
  line-height: 1.35;
}

/* line 480, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__checkbox {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.05rem;
  accent-color: #2f9c75;
}

/* line 488, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__link {
  color: #1f7a5e;
  font-weight: 700;
  text-decoration: none;
}

/* line 494, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__link:hover {
  text-decoration: underline;
}

/* line 498, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--sqrl-space-4, 1.5rem) + env(safe-area-inset-bottom));
  z-index: 50;
  width: calc(100% - var(--sqrl-space-4, 1.5rem) * 2);
  max-width: 30rem;
  padding: var(--sqrl-space-3, 1.125rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--sqrl-radius-lg, 1.125rem);
  background: #1f7a5e;
  color: #ffffff;
  box-shadow: 0 24px 44px -22px rgba(31, 42, 36, 0.58);
  display: flex;
  align-items: center;
  gap: var(--sqrl-space-2, 0.75rem);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 120%);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

/* line 520, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/* line 526, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast.is-error {
  background: #9f2d20;
}

/* line 530, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast-copy {
  flex: 1;
  min-width: 0;
}

/* line 535, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast-title,
.product-newsletter__toast-message {
  margin: 0;
}

/* line 540, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast-title {
  font-weight: 700;
}

/* line 544, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast-message {
  margin-top: 0.15rem;
  font-size: 0.84rem;
}

/* line 549, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast-close {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: var(--sqrl-radius-pill, 9999px);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 562, app/assets/stylesheets/label_customizer/_newsletter.scss */
.product-newsletter__toast-close svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

@media (max-width: 767px) {
  /* line 571, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .product-newsletter {
    margin-top: var(--sqrl-space-4, 1.5rem);
    padding: var(--sqrl-space-2, 0.75rem);
    grid-template-columns: 1fr;
    gap: var(--sqrl-space-3, 1.125rem);
  }
  /* line 578, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .product-newsletter__title {
    font-size: 1.28rem;
  }
  /* line 582, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .product-newsletter__copy {
    font-size: 0.84rem;
  }
}

@media (max-width: 359px) {
  /* line 588, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .product-newsletter__field-row {
    grid-template-columns: 1fr;
  }
  /* line 592, app/assets/stylesheets/label_customizer/_newsletter.scss */
  .product-newsletter__button {
    width: 100%;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

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

@media (max-width: 767px) {
  /* line 15, app/assets/stylesheets/label_customizer/_utilities.scss */
  .color-picker__preset,
.color-picker__selected {
    min-width: var(--lc-touch-target);
    min-height: var(--lc-touch-target);
  }
  /* line 21, app/assets/stylesheets/label_customizer/_utilities.scss */
  .form-field__input,
.order-section__quantity {
    min-height: 48px;
  }
  /* line 26, app/assets/stylesheets/label_customizer/_utilities.scss */
  .order-section__submit {
    min-height: 52px;
  }
}

/* line 32, app/assets/stylesheets/label_customizer/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 37, app/assets/stylesheets/label_customizer/_utilities.scss */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 50, app/assets/stylesheets/label_customizer/_utilities.scss */
*:focus-visible {
  outline: 2px solid var(--lc-focus-color);
  outline-offset: 2px;
}

/* line 56, app/assets/stylesheets/label_customizer/_utilities.scss */
.is-loading {
  position: relative;
  pointer-events: none;
}

/* line 60, app/assets/stylesheets/label_customizer/_utilities.scss */
.is-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--lc-border-color);
  border-top-color: var(--lc-focus-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* line 77, app/assets/stylesheets/label_customizer/_utilities.scss */
.has-error .form-field__input {
  border-color: var(--lc-error-color);
}

/* line 81, app/assets/stylesheets/label_customizer/_utilities.scss */
.has-error .form-field__error {
  display: block;
}

/* line 88, app/assets/stylesheets/label_customizer/_utilities.scss */
.has-success .form-field__input {
  border-color: var(--lc-success-color);
}
