@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bangers&family=Barrio&family=Cormorant:wght@400;600&family=Covered+By+Your+Grace&family=Great+Vibes&family=Kaushan+Script&family=Montserrat:wght@400;600;700&family=Prata&display=swap");
/* line 4, 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 {
  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;
}

/* line 16, app/assets/stylesheets/label_customizer/_base.scss */
.lc-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

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

/* line 29, app/assets/stylesheets/label_customizer/_base.scss */
.lc-breadcrumbs ol {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

@media (min-width: 1024px) {
  /* line 67, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-hero {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

/* line 73, app/assets/stylesheets/label_customizer/_base.scss */
.lc-card, .product-faq, .lc-included, .lc-hero__details, .lc-hero__preview,
.lc-hero__panel {
  background: #ffffff;
  border-radius: 1.75rem;
  border: 1px solid #dfe9d5;
  box-shadow: 0 25px 60px -35px rgba(39, 64, 44, 0.25);
}

/* line 85, app/assets/stylesheets/label_customizer/_base.scss */
.lc-hero__panel {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

/* line 98, app/assets/stylesheets/label_customizer/_base.scss */
.lc-hero__form {
  order: 1;
}

/* line 102, app/assets/stylesheets/label_customizer/_base.scss */
.lc-hero__details {
  order: 2;
  padding: 0.85rem;
}

@media (min-width: 1024px) {
  /* line 109, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-hero__details {
    order: 0;
  }
}

/* line 114, app/assets/stylesheets/label_customizer/_base.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 126, app/assets/stylesheets/label_customizer/_base.scss */
.lc-hero__tag {
  background: rgba(47, 156, 117, 0.15);
  color: #1f7a5e;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

/* line 174, app/assets/stylesheets/label_customizer/_base.scss */
.lc-hero__form {
  margin-top: 1rem;
}

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

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

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

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

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

@media (max-width: 767px) {
  /* line 226, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-foldable__toggle {
    display: flex;
    background: #ffffff;
  }
  /* line 231, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-foldable__content {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3ebdd;
  }
  /* line 237, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-foldable.is-collapsed .lc-foldable__content {
    display: none;
  }
}

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

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

/* line 255, app/assets/stylesheets/label_customizer/_base.scss */
.lc-gallery__content {
  display: grid;
  gap: 1.25rem;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #dfe9d5;
  padding: 1.5rem;
  box-shadow: 0 18px 40px -32px rgba(33, 56, 40, 0.35);
}

@media (min-width: 900px) {
  /* line 255, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-gallery__content {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
}

/* line 270, app/assets/stylesheets/label_customizer/_base.scss */
.lc-gallery__main {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #f8fbf4;
  border: 1px solid #dfe9d5;
  min-height: 260px;
  max-height: 55vh;
}

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

/* line 287, app/assets/stylesheets/label_customizer/_base.scss */
.lc-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.75rem;
}

@media (min-width: 900px) {
  /* line 287, app/assets/stylesheets/label_customizer/_base.scss */
  .lc-gallery__thumbs {
    grid-template-columns: 1fr;
  }
}

/* line 297, app/assets/stylesheets/label_customizer/_base.scss */
.lc-gallery__thumb {
  border: 2px solid transparent;
  border-radius: 1rem;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

/* line 305, app/assets/stylesheets/label_customizer/_base.scss */
.lc-gallery__thumb.is-active {
  border-color: #2f9c75;
}

/* line 309, app/assets/stylesheets/label_customizer/_base.scss */
.lc-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.85rem;
  display: block;
}

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

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

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

/* line 334, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card {
  background: #f7fbe8;
  border: 1px solid #dce9c9;
  border-radius: 1.75rem;
  padding: 2rem;
  box-shadow: 0 25px 55px -40px rgba(31, 53, 36, 0.25);
}

/* line 342, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #2f8b69;
}

/* line 353, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__gradient {
  margin-top: 1rem;
  background: #eaf7d4;
  border-radius: 1.2rem;
  padding: 1.5rem;
}

/* line 360, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__gradient h3 {
  margin: 0;
  font-size: 2.2rem;
  color: #1f2a24;
}

/* line 366, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__body {
  color: #4f5f4d;
  line-height: 1.8;
}

/* line 371, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__features {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

/* line 378, app/assets/stylesheets/label_customizer/_base.scss */
.lc-feature-card {
  background: #fff;
  border: 1px solid #dfe9d5;
  border-radius: 1rem;
  text-align: center;
  padding: 1.5rem;
}

/* line 386, app/assets/stylesheets/label_customizer/_base.scss */
.lc-feature-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.75rem;
  border-radius: 1rem;
  background: #e7f6ea;
  font-size: 2rem;
  display: grid;
  place-items: center;
}

/* line 397, app/assets/stylesheets/label_customizer/_base.scss */
.lc-feature-card__title {
  font-weight: 600;
  margin: 0 0 0.2rem;
}

/* line 402, app/assets/stylesheets/label_customizer/_base.scss */
.lc-feature-card__text {
  color: #5b6b59;
  font-size: 0.95rem;
}

/* line 407, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__guarantee {
  text-align: center;
  margin-top: 1rem;
}

/* line 412, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__guarantee span {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  background: #e2f8dc;
  color: #248b68;
  font-size: 1.8rem;
  font-weight: 800;
}

/* line 422, app/assets/stylesheets/label_customizer/_base.scss */
.lc-info-card__guarantee p {
  margin: 0.75rem 0 0;
  font-weight: 600;
  color: #2c3a2f;
}

/* line 428, app/assets/stylesheets/label_customizer/_base.scss */
.lc-included {
  padding: 2rem;
}

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

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

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

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

/* line 461, app/assets/stylesheets/label_customizer/_base.scss */
.includes-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 1rem;
  background: #2f9c75;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* line 475, app/assets/stylesheets/label_customizer/_base.scss */
.includes-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px -18px rgba(47, 156, 117, 0.6);
}

/* line 480, app/assets/stylesheets/label_customizer/_base.scss */
.product-faq {
  padding: 2rem;
}

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

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

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

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

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

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

/* line 515, app/assets/stylesheets/label_customizer/_base.scss */
.rating-display {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
}

/* line 522, app/assets/stylesheets/label_customizer/_base.scss */
.rating-display__stars {
  display: inline-flex;
  gap: 0.15rem;
}

/* line 527, app/assets/stylesheets/label_customizer/_base.scss */
.rating-display__star {
  color: #c7d8c2;
}

/* line 531, app/assets/stylesheets/label_customizer/_base.scss */
.rating-display__star.is-active {
  color: #1f8a6d;
}

/* line 535, app/assets/stylesheets/label_customizer/_base.scss */
.rating-display__value {
  font-size: 1.2rem;
  color: #223227;
}

/* line 540, app/assets/stylesheets/label_customizer/_base.scss */
.rating-display__label {
  color: #6a7b68;
  font-size: 0.85rem;
}

/* line 545, app/assets/stylesheets/label_customizer/_base.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: 700;
  color: #26533f;
}

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

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

/* line 7, app/assets/stylesheets/label_customizer/_components.scss */
.preview-section__card {
  border: 1px solid #dfe9d5;
  border-radius: 1.25rem;
  background: #fff;
}

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

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

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

/* line 30, app/assets/stylesheets/label_customizer/_components.scss */
.preview-section__content {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfdf9;
  border-radius: 1rem;
  border: 1px dashed #cfe0c5;
  padding: 1px;
}

@media (min-width: 1024px) {
  /* line 30, app/assets/stylesheets/label_customizer/_components.scss */
  .preview-section__content {
    min-height: 420px;
  }
}

/* line 45, app/assets/stylesheets/label_customizer/_components.scss */
.preview-section__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

/* line 70, app/assets/stylesheets/label_customizer/_components.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 78, app/assets/stylesheets/label_customizer/_components.scss */
.controls-section__header {
  background: var(--lc-text-primary);
  padding: var(--lc-spacing-lg);
  color: white;
}

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

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

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

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

/* line 103, app/assets/stylesheets/label_customizer/_components.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 110, app/assets/stylesheets/label_customizer/_components.scss */
.form-field {
  margin-bottom: var(--lc-spacing-lg);
}

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

/* line 121, app/assets/stylesheets/label_customizer/_components.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 131, app/assets/stylesheets/label_customizer/_components.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 138, app/assets/stylesheets/label_customizer/_components.scss */
.form-field__input--error {
  border-color: var(--lc-error-color);
}

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

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

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

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

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

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

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

/* line 190, app/assets/stylesheets/label_customizer/_components.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 201, app/assets/stylesheets/label_customizer/_components.scss */
.color-section__reset:hover {
  background: #eff6ff;
  color: #2563eb;
}

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

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

/* line 218, app/assets/stylesheets/label_customizer/_components.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 225, app/assets/stylesheets/label_customizer/_components.scss */
.color-picker:hover {
  background: var(--lc-background-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

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

/* line 243, app/assets/stylesheets/label_customizer/_components.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 252, app/assets/stylesheets/label_customizer/_components.scss */
.color-picker__selected:hover {
  border-color: var(--lc-text-secondary);
  transform: scale(1.05);
}

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

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

/* line 268, app/assets/stylesheets/label_customizer/_components.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 279, app/assets/stylesheets/label_customizer/_components.scss */
.color-picker__preset:hover {
  transform: scale(1.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* line 285, app/assets/stylesheets/label_customizer/_components.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 298, app/assets/stylesheets/label_customizer/_components.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 309, app/assets/stylesheets/label_customizer/_components.scss */
.color-picker__custom-btn:hover {
  background: var(--lc-border-color);
  border-color: var(--lc-text-secondary);
}

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

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

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

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

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

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

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

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

/* line 361, app/assets/stylesheets/label_customizer/_components.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 372, app/assets/stylesheets/label_customizer/_components.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 380, app/assets/stylesheets/label_customizer/_components.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 393, app/assets/stylesheets/label_customizer/_components.scss */
.order-section__submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

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

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

/* line 410, app/assets/stylesheets/label_customizer/_components.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 419, app/assets/stylesheets/label_customizer/_components.scss */
.customizer-form {
  display: flex;
  flex-direction: column;
  gap: var(--lc-spacing-md);
}

/* line 425, app/assets/stylesheets/label_customizer/_components.scss */
.customizer-accordion {
  border: 2px solid #dfe9d5;
  border-radius: 1.25rem;
  background: #fff;
  padding: 0.35rem 1.25rem;
}

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

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

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

/* line 451, app/assets/stylesheets/label_customizer/_components.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 462, app/assets/stylesheets/label_customizer/_components.scss */
.customizer-accordion .customizer-accordion__chevron {
  transition: transform 0.2s ease;
}

/* line 466, app/assets/stylesheets/label_customizer/_components.scss */
.customizer-accordion .customizer-accordion__content {
  padding-bottom: 1rem;
}

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

/* line 477, app/assets/stylesheets/label_customizer/_components.scss */
.customizer-card {
  border: 1px solid #dfe9d5;
  border-radius: 0.75rem;
  padding: var(--lc-spacing-sm);
  background: #fff;
}

/* line 483, app/assets/stylesheets/label_customizer/_components.scss */
.customizer-card--colors {
  padding: var(--lc-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

/* line 563, app/assets/stylesheets/label_customizer/_components.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 580, app/assets/stylesheets/label_customizer/_components.scss */
.color-palette__swatch:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px -18px rgba(0, 0, 0, 0.4);
}

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

/* line 590, app/assets/stylesheets/label_customizer/_components.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 599, app/assets/stylesheets/label_customizer/_components.scss */
.color-palette__swatch.is-selected::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
}

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

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

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

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

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

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

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

/* line 646, app/assets/stylesheets/label_customizer/_components.scss */
.font-picker__option {
  border: 2px solid #e3ebdf;
  border-radius: 1rem;
  padding: 1.15rem 1rem 0.9rem;
  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: 100px;
}

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

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

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

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

/* line 683, app/assets/stylesheets/label_customizer/_components.scss */
.font-picker__name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #4f5e4d;
}

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

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

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

/* line 716, app/assets/stylesheets/label_customizer/_components.scss */
.order-card__badge {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(47, 156, 117, 0.18);
  color: #1f7a5e;
}

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

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

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

/* line 743, app/assets/stylesheets/label_customizer/_components.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 755, app/assets/stylesheets/label_customizer/_components.scss */
.order-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 30px -18px rgba(47, 156, 117, 0.55);
}

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

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

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

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/label_customizer/_responsive.scss */
  .label-customizer__container {
    padding: var(--lc-spacing-md);
  }
  /* line 16, app/assets/stylesheets/label_customizer/_responsive.scss */
  .label-customizer__title {
    font-size: 24px;
  }
  /* line 21, app/assets/stylesheets/label_customizer/_responsive.scss */
  .preview-section__content {
    min-height: 300px;
  }
  /* line 25, app/assets/stylesheets/label_customizer/_responsive.scss */
  .lc-hero {
    gap: var(--lc-spacing-md);
  }
  /* line 29, app/assets/stylesheets/label_customizer/_responsive.scss */
  .lc-hero__preview,
.lc-hero__panel {
    border-radius: 1.25rem;
  }
  /* line 34, app/assets/stylesheets/label_customizer/_responsive.scss */
  .lc-hero__title {
    font-size: 1.85rem;
  }
  /* line 38, app/assets/stylesheets/label_customizer/_responsive.scss */
  .lc-hero__tagline {
    font-size: 0.95rem;
    margin-top: 0.5rem;
  }
  /* line 43, app/assets/stylesheets/label_customizer/_responsive.scss */
  .lc-hero__meta {
    margin: 0.75rem 0;
    gap: 0.75rem;
  }
  /* line 48, app/assets/stylesheets/label_customizer/_responsive.scss */
  .lc-hero__help {
    margin-bottom: 0.5rem;
  }
  /* line 52, app/assets/stylesheets/label_customizer/_responsive.scss */
  .lc-hero__form {
    margin-top: 0.75rem;
  }
  /* line 56, app/assets/stylesheets/label_customizer/_responsive.scss */
  .order-section {
    grid-template-columns: 1fr;
    gap: var(--lc-spacing-md);
  }
}

@media (max-width: 479px) {
  /* line 64, app/assets/stylesheets/label_customizer/_responsive.scss */
  .controls-section {
    min-width: 100%;
  }
  /* line 68, app/assets/stylesheets/label_customizer/_responsive.scss */
  .color-grid {
    grid-template-columns: 1fr;
  }
  /* line 72, app/assets/stylesheets/label_customizer/_responsive.scss */
  .extended-colors__grid {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 76, app/assets/stylesheets/label_customizer/_responsive.scss */
  .font-picker__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  /* line 83, app/assets/stylesheets/label_customizer/_responsive.scss */
  .label-customizer__main {
    flex-direction: row;
  }
  /* line 87, app/assets/stylesheets/label_customizer/_responsive.scss */
  .preview-section__content {
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  /* line 95, app/assets/stylesheets/label_customizer/_responsive.scss */
  .label-customizer__container {
    padding: var(--lc-spacing-lg);
  }
  /* line 99, app/assets/stylesheets/label_customizer/_responsive.scss */
  .label-customizer__title {
    font-size: 28px;
  }
  /* line 103, app/assets/stylesheets/label_customizer/_responsive.scss */
  .label-customizer__main {
    flex-direction: row;
    gap: var(--lc-spacing-xl);
  }
  /* line 109, app/assets/stylesheets/label_customizer/_responsive.scss */
  .preview-section__content {
    min-height: 700px;
  }
  /* line 113, app/assets/stylesheets/label_customizer/_responsive.scss */
  .controls-section {
    align-self: flex-start;
  }
  /* line 117, app/assets/stylesheets/label_customizer/_responsive.scss */
  .label-customizer__hero {
    grid-template-columns: 1fr 1fr;
  }
  /* line 121, app/assets/stylesheets/label_customizer/_responsive.scss */
  .product-gallery {
    grid-template-columns: 2fr 1fr;
  }
  /* line 125, app/assets/stylesheets/label_customizer/_responsive.scss */
  .color-grid {
    grid-template-columns: 1fr 1fr;
  }
  /* line 129, app/assets/stylesheets/label_customizer/_responsive.scss */
  .extended-colors__grid {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 133, app/assets/stylesheets/label_customizer/_responsive.scss */
  .order-section {
    grid-template-columns: 1fr 2fr;
    align-items: end;
  }
}

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

@media print {
  /* line 148, app/assets/stylesheets/label_customizer/_responsive.scss */
  .controls-section,
.label-customizer__header,
.product-info {
    display: none;
  }
  /* line 154, app/assets/stylesheets/label_customizer/_responsive.scss */
  .preview-section {
    width: 100%;
  }
  /* line 157, app/assets/stylesheets/label_customizer/_responsive.scss */
  .preview-section__header {
    background: none;
    color: var(--lc-text-primary);
    border-bottom: 1px solid var(--lc-border-color);
  }
}
