@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;
  --lc-mobile-checkout-height: 160px;
}

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

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

/* line 12, app/assets/stylesheets/label_customizer/_base.scss */
.lc-page {
  padding: 2.5rem 1rem 3rem;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-page {
    padding: 1rem 0.75rem calc(var(--lc-mobile-checkout-height) + 5rem + env(safe-area-inset-bottom));
  }
}

/* line 20, 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 20, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-container {
    gap: 1.5rem;
  }
}

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

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

/* line 41, 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 49, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

/* line 99, 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 99, 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 99, app/assets/stylesheets/label_customizer/_base.scss */
  .label-customizer__main {
    flex-direction: row;
  }
}

/* line 114, 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 114, app/assets/stylesheets/label_customizer/_base.scss */
  .label-customizer__hero {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 124, 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 124, 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: 0;
    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: hidden;
    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 {
    margin-top: 0.35rem;
    min-height: 185px;
    max-height: 270px;
  }
}

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

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

/* line 122, 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 122, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__preview-actions {
    margin-bottom: 0.15rem;
  }
}

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

/* line 136, 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 155, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-toggle:hover {
  border-color: #acc5a0;
  transform: translateY(-1px);
}

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

/* line 166, 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 173, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__preview-toggle-state {
  color: #3f5446;
  font-size: 0.87rem;
}

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

/* line 182, 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 182, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__panel {
    gap: 0.9rem;
  }
}

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

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

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

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

/* line 215, 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 215, 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 215, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__details {
    order: 1;
    border-radius: 1rem;
  }
}

/* line 235, 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 247, 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 253, 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 253, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__title {
    font-size: 1.85rem;
  }
}

/* line 263, 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 269, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-hero__tagline p,
.lc-hero__description p {
  margin: 0;
}

/* line 273, 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 263, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__tagline,
.lc-hero__description {
    font-size: 0.95rem;
    margin-top: 0.5rem;
  }
}

/* line 283, 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 283, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-hero__meta {
    margin: 0.75rem 0;
    gap: 0.75rem;
  }
}

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

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

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

/* line 308, 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 312, app/assets/stylesheets/label_customizer/_hero.scss */
.price-pill__icon {
  font-size: 1.1rem;
}

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

/* line 319, 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 335, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable__toggle:focus-visible {
  outline: 2px solid #2f8b69;
  outline-offset: 2px;
}

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

/* line 346, 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 355, app/assets/stylesheets/label_customizer/_hero.scss */
.lc-foldable.is-collapsed .lc-foldable__toggle-icon {
  transform: rotate(-135deg);
}

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

@media (max-width: 767px) {
  /* line 364, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-foldable__toggle {
    display: flex;
    background: #ffffff;
  }
  /* line 369, app/assets/stylesheets/label_customizer/_hero.scss */
  .lc-foldable__content {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3ebdd;
  }
  /* line 375, 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__header {
  margin-bottom: 1rem;
}

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

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

/* line 27, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__content {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f5ee;
  border-radius: 1rem;
  border: 1px solid #d8e4cf;
  padding: 0;
}

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

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

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

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

/* line 56, 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 67, app/assets/stylesheets/label_customizer/_preview.scss */
.preview-section__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media print {
  /* line 1, app/assets/stylesheets/label_customizer/_preview.scss */
  .preview-section {
    width: 100%;
  }
  /* line 85, 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 93, 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 */
.school-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 */
.school-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 */
.color-palette {
  display: flex;
  flex-direction: column;
  gap: var(--lc-spacing-sm);
}

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

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

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

/* line 564, 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 572, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__label {
  font-weight: 600;
  margin: 0;
}

/* line 577, 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 583, 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 589, 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 599, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__chip-value {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

/* line 604, 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 610, 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 627, 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 632, 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 637, 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 646, 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 650, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch[data-color-tone='light'] {
  color: #1f2a24;
}

/* line 653, 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 658, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__swatch > * {
  position: relative;
  z-index: 1;
}

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

/* line 669, 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 680, app/assets/stylesheets/label_customizer/_form.scss */
.color-palette__warning.is-visible {
  display: block;
}

/* line 686, 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 692, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

/* line 704, 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 710, 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 710, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* line 720, 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 733, 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 739, 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 744, app/assets/stylesheets/label_customizer/_form.scss */
.font-picker__option:focus-visible {
  outline: 3px solid #2f8b69;
  outline-offset: 2px;
}

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

/* line 757, 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 769, app/assets/stylesheets/label_customizer/_form.scss */
.order-card {
  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 778, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

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

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

/* line 795, 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 800, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__toggle-hint {
  margin: 0.3rem 0 0;
  color: #5f705f;
  font-size: 0.82rem;
  line-height: 1.35;
}

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

/* line 813, 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 821, 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 829, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__price {
  color: #1f2a24;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
}

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

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

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

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

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

/* line 875, 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 880, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__cta:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* line 888, 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 898, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__confidence li {
  position: relative;
  padding-left: 0.95rem;
}

/* line 903, 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 914, app/assets/stylesheets/label_customizer/_form.scss */
.order-card__confidence a {
  color: #1f7a5e;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 922, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__purchase {
    position: static;
    width: 100%;
    margin: 0;
  }
  /* line 928, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__purchase.is-mobile-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: none;
    margin: 0;
    z-index: 55;
    border-top: 1px solid #dfe9d5;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px -20px rgba(31, 42, 36, 0.38);
    padding: 0.7rem calc(0.75rem + env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) calc(0.75rem + env(safe-area-inset-left));
    gap: 0.55rem;
    backdrop-filter: blur(8px);
  }
  /* line 951, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__pricing {
    padding: 0 0.1rem;
  }
  /* line 955, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__price-label {
    font-size: 0.72rem;
  }
  /* line 959, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__price {
    font-size: 1.1rem;
  }
  /* line 963, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__checkout {
    grid-template-columns: 86px 1fr;
    gap: 0.5rem;
    align-items: center;
  }
  /* line 969, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__label {
    font-size: 0.72rem;
  }
  /* line 973, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__input {
    padding: 0.52rem 0.35rem;
    text-align: center;
    font-size: 0.9rem;
  }
  /* line 979, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__cta {
    padding: 0.72rem 0.8rem;
    font-size: 0.94rem;
    border-radius: 0.8rem;
  }
  /* line 985, 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 992, app/assets/stylesheets/label_customizer/_form.scss */
  .order-card__confidence li {
    padding-left: 0.7rem;
  }
  /* line 996, 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 1006, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-form {
    gap: 0.65rem;
  }
  /* line 1010, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-form__step-summary {
    font-size: 0.82rem;
    margin: 0 0 0.05rem;
  }
  /* line 1015, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion {
    padding: 0.22rem 0.9rem;
    border-radius: 1rem;
  }
  /* line 1019, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion summary {
    gap: 0.55rem;
    padding: 0.55rem 0;
  }
  /* line 1024, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__summary-main {
    gap: 0.48rem;
  }
  /* line 1028, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__step {
    font-size: 0.66rem;
    padding: 0.18rem 0.5rem;
  }
  /* line 1033, 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 1040, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__title {
    font-size: 0.9rem;
  }
  /* line 1044, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__content {
    padding-bottom: 0.72rem;
  }
  /* line 1048, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-accordion .customizer-accordion__hint {
    margin-top: 0.35rem;
    font-size: 0.78rem;
  }
  /* line 1054, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field {
    margin-bottom: 0.72rem;
  }
  /* line 1057, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field__label {
    margin-bottom: 0.3rem;
    font-size: 0.84rem;
  }
  /* line 1062, 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 1069, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field__meta {
    margin-top: 0.3rem;
    gap: 0.45rem;
  }
  /* line 1074, app/assets/stylesheets/label_customizer/_form.scss */
  .form-field__hint, .form-field__counter, .form-field__error {
    font-size: 0.72rem;
  }
  /* line 1081, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-card {
    padding: 0.48rem;
    border-radius: 0.65rem;
  }
  /* line 1085, app/assets/stylesheets/label_customizer/_form.scss */
  .customizer-card--colors {
    padding: 0.62rem;
  }
  /* line 1090, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette {
    gap: 0.5rem;
  }
  /* line 1093, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__group {
    gap: 0.48rem;
  }
  /* line 1097, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__group-header {
    gap: 0.48rem;
  }
  /* line 1101, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__label {
    font-size: 0.88rem;
  }
  /* line 1105, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__hint {
    margin-top: 0.08rem;
    font-size: 0.8rem;
  }
  /* line 1110, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__chip {
    min-width: 94px;
    padding: 0.3rem 0.48rem;
    font-size: 0.8rem;
  }
  /* line 1116, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__chip::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  /* line 1121, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__chip-value {
    font-size: 0.8rem;
  }
  /* line 1125, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__swatches {
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    gap: 0.32rem;
  }
  /* line 1130, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__swatch {
    height: 34px;
    padding: 0.34rem;
    border-radius: 0.5rem;
  }
  /* line 1136, app/assets/stylesheets/label_customizer/_form.scss */
  .color-palette__warning {
    padding: 0.38rem 0.5rem;
    border-radius: 0.52rem;
    font-size: 0.72rem;
  }
  /* line 1143, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker {
    margin-top: 0.62rem;
    gap: 0.52rem;
  }
  /* line 1147, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__label {
    font-size: 0.9rem;
  }
  /* line 1151, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__hint {
    margin-top: 0.14rem;
    font-size: 0.8rem;
  }
  /* line 1156, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__options {
    gap: 0.48rem;
  }
  /* line 1160, 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 1166, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__sample {
    font-size: 1.65rem;
  }
  /* line 1170, app/assets/stylesheets/label_customizer/_form.scss */
  .font-picker__name {
    font-size: 0.85rem;
  }
}

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

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

@media print {
  /* line 1186, 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;
}

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

/* line 30, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

/* line 42, 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 49, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb-rail::-webkit-scrollbar {
  display: none;
}

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

/* line 60, 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 60, 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 60, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* line 80, 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 80, app/assets/stylesheets/label_customizer/_gallery.scss */
  .lc-gallery__thumb {
    width: 100%;
  }
}

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

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

/* line 105, 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 114, app/assets/stylesheets/label_customizer/_gallery.scss */
.lc-gallery__thumb:hover {
  transform: translateY(-2px);
}

/* line 1, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card {
  background: #f7f4ef;
  border: 1px solid #d8d2c8;
  border-radius: 1.125rem;
  padding: 1.5rem;
  box-shadow: 0 18px 44px -34px rgba(43, 39, 47, 0.25);
}

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

/* line 14, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__layout {
  display: grid;
  gap: 2.25rem;
}

@media (min-width: 1024px) {
  /* line 14, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card__layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 3rem;
    align-items: start;
  }
}

/* line 25, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__content {
  display: flex;
  flex-direction: column;
}

/* line 30, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__eyebrow {
  margin: 0 0 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #1f7a5e;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

/* line 48, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__title-panel {
  background: rgba(31, 122, 94, 0.18);
  border-radius: 1.8rem;
  padding: 1.5rem 1.65rem 1.35rem;
  margin-bottom: 1.45rem;
}

@media (max-width: 767px) {
  /* line 48, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card__title-panel {
    border-radius: 1.35rem;
    padding: 1.2rem 1.2rem 1.05rem;
  }
}

/* line 60, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__title {
  margin: 0;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #1f7a5e;
}

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

/* line 74, app/assets/stylesheets/label_customizer/_components.scss */
.lc-info-card__body {
  margin: 0;
  color: #5f5b66;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

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

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

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

@media (min-width: 1024px) {
  /* line 90, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card__features {
    padding-top: 0.35rem;
  }
}

@media (max-width: 480px) {
  /* line 90, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-info-card__features {
    gap: 1.2rem 0.9rem;
  }
}

/* line 105, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  margin: 0;
}

/* line 114, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card--guarantee {
  grid-column: 1 / -1;
  margin-top: 0.15rem;
}

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

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-feature-card__icon-wrap {
    width: 6.25rem;
    height: 6.25rem;
  }
}

/* line 132, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card__blob {
  position: absolute;
  inset: 9%;
  border-radius: 48% 52% 55% 45% / 45% 50% 50% 55%;
  background: rgba(31, 122, 94, 0.16);
}

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

/* line 147, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card--guarantee .lc-feature-card__icon-wrap {
  width: 10rem;
  height: 6.8rem;
}

@media (max-width: 767px) {
  /* line 147, app/assets/stylesheets/label_customizer/_components.scss */
  .lc-feature-card--guarantee .lc-feature-card__icon-wrap {
    width: 8.3rem;
    height: 5.8rem;
  }
}

/* line 157, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card--guarantee .lc-feature-card__blob {
  inset: 7% 10%;
  border-radius: 42% 58% 48% 52% / 46% 48% 52% 54%;
}

/* line 162, app/assets/stylesheets/label_customizer/_components.scss */
.lc-feature-card__title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  display: block;
  margin: 0;
  color: #1e1c23;
  font-size: 0.75rem;
  line-height: 1.3;
  max-width: 14ch;
}

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

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

/* line 181, app/assets/stylesheets/label_customizer/_components.scss */
.includes-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* line 190, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid #dfe9d5;
  background: #f8faf5;
}

/* line 198, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item__title {
  font-weight: 600;
}

/* line 202, app/assets/stylesheets/label_customizer/_components.scss */
.includes-item__detail {
  color: #6a7b68;
  font-size: 0.9rem;
}

/* line 207, 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;
}

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

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

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

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

/* line 231, app/assets/stylesheets/label_customizer/_components.scss */
.product-newsletter .newsletter-section {
  background: transparent;
  padding: 0;
}

/* line 236, app/assets/stylesheets/label_customizer/_components.scss */
.product-newsletter .newsletter-card {
  border-radius: 1.5rem;
  box-shadow: 0 20px 55px -40px rgba(33, 56, 40, 0.35);
}

/* 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;
  }
}

@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);
}
