/** Shopify CDN: Minification failed

Line 20:20 Unexpected "{"
Line 20:29 Expected ":"
Line 20:36 Unexpected "{"
Line 27:22 Unexpected "{"
Line 27:31 Expected ":"
Line 27:38 Unexpected "{"
Line 30:20 Unexpected "{"
Line 30:29 Expected ":"
Line 35:20 Unexpected "{"
Line 35:29 Expected ":"
... and 152 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* General Layout & Typography */
  #cropper-section-{{ section.id }} {
    background: #faf9f7;
    padding: 24px 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    min-height: 100vh;
  }
  @media (min-width: 768px) {
    #cropper-section-{{ section.id }} { padding: 48px 16px; }
  }

  #cropper-section-{{ section.id }} .cropper-container {
    max-width: 1152px;
    margin: 0 auto;
  }

  #cropper-section-{{ section.id }} .cropper-text-center { text-align: center; }

  #cropper-section-{{ section.id }} .cropper-h1 {
    padding: 0.1rem;
    margin-top: 20px;
    font-size: 1.75rem;
    font-weight: 100 !important;
    color: #3d3d3d;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-h1 {
      font-size: 2.5rem;
      margin-bottom: 12px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-p {
    color: #6b6b6b;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 8px;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-p {
      font-size: 1.125rem;
      padding: 0;
    }
  }

  #cropper-section-{{ section.id }} .cropper-h3 {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #3d3d3d !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.01em !important;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-h3 { font-size: 1.125rem; }
  }

  #cropper-section-{{ section.id }} .cropper-text-slate-400 { color: #8b8b8b; }
  #cropper-section-{{ section.id }} .cropper-text-slate-500 { color: #6b6b6b; }
  #cropper-section-{{ section.id }} .cropper-text-xs {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  #cropper-section-{{ section.id }} .cropper-hidden { display: none !important; }

  /* Grid & Card */
  #cropper-section-{{ section.id }} .cropper-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  @media (min-width: 1024px) {
    #cropper-section-{{ section.id }} .cropper-grid {
      grid-template-columns: 4fr 8fr;
      gap: 20px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    padding: 16px;
    border: 1px solid #f0eee9;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-card { padding: 20px; }
  }

  /* Controls */
  #cropper-section-{{ section.id }} .cropper-controls-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-controls-wrapper { gap: 24px; }
  }

  #cropper-section-{{ section.id }} .cropper-control-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #cropper-section-{{ section.id }} .cropper-btn {
    width: 100%;
    font-weight: 500;
    padding: 0.875rem 1.25rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 0.01em;
    font-size: 0.9375rem;
    text-transform: none !important;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-btn {
      padding: 1rem 1.5rem;
      gap: 0.75rem;
      font-size: 1rem;
    }
  }

  #cropper-section-{{ section.id }} .cropper-btn span {
    white-space: nowrap;
  }
  @media (max-width: 374px) {
    #cropper-section-{{ section.id }} .cropper-btn span {
      font-size: 0.875rem;
    }
  }

  #cropper-section-{{ section.id }} .cropper-btn-blue {
    background-color: #8b7355;
    color: white;
  }
  #cropper-section-{{ section.id }} .cropper-btn-blue:hover {
    background-color: #73604a;
  }

  #cropper-section-{{ section.id }} .cropper-btn-green {
    background-color: #8b7355;
    color: white;
  }
  #cropper-section-{{ section.id }} .cropper-btn-green:hover {
    background-color: #73604a;
  }

  #cropper-section-{{ section.id }} .cropper-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
  }

  #cropper-section-{{ section.id }} .cropper-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-icon {
      width: 20px;
      height: 20px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-info-box {
    background-color: #f9f8f6;
    border: 1px solid #e8e6e3;
    border-radius: 6px;
    padding: 0.875rem;
    font-size: 0.8125rem;
    color: #3d3d3d;
    line-height: 1.5;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-info-box {
      padding: 1rem;
      font-size: 0.875rem;
    }
  }

  #cropper-section-{{ section.id }} .cropper-info-box p { margin: 0; }

  #cropper-section-{{ section.id }} .cropper-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #3d3d3d;
    margin-bottom: 8px;
    display: block;
    text-transform: none !important;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-label { font-size: 0.875rem; }
  }

  /* Zoom & Position Controls */
  #cropper-section-{{ section.id }} .cropper-zoom-control-container,
  #cropper-section-{{ section.id }} .cropper-position-control-container {
    padding: 12px !important;
    border: 1px solid #e8e6e3 !important;
    border-radius: 6px !important;
    background-color: #fdfcfb !important;
  }

  #cropper-section-{{ section.id }} .cropper-position-control-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  #cropper-section-{{ section.id }} .cropper-slider-container {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-slider-container {
      gap: 16px !important;
      flex-wrap: nowrap !important;
    }
  }

  #cropper-section-{{ section.id }} .cropper-slider {
    all: unset !important;
    flex-grow: 1 !important;
    min-width: 120px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    height: 6px !important;
    background: #ebe9e5 !important;
    border-radius: 3px !important;
    outline: none !important;
    transition: opacity .2s !important;
  }

  #cropper-section-{{ section.id }} .cropper-slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    background: #8b7355 !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-slider::-webkit-slider-thumb {
      width: 20px !important;
      height: 20px !important;
      border: 3px solid #fff !important;
    }
  }

  #cropper-section-{{ section.id }} .cropper-slider::-moz-range-thumb {
    width: 18px !important;
    height: 18px !important;
    background: #8b7355 !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-slider::-moz-range-thumb {
      width: 20px !important;
      height: 20px !important;
      border: 3px solid #fff !important;
    }
  }

  #cropper-section-{{ section.id }} .cropper-slider:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  #cropper-section-{{ section.id }} .cropper-zoom-input-wrapper {
    display: flex !important;
    align-items: center !important;
    background-color: #f5f3f0 !important;
    border: 1px solid #e8e6e3 !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
  }

  #cropper-section-{{ section.id }} .cropper-zoom-input {
    all:unset !important;
    width: 40px !important;
    border: none !important;
    background: transparent !important;
    padding: 6px 0 6px 10px !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-align: right !important;
    -moz-appearance: textfield !important;
  }

  #cropper-section-{{ section.id }} .cropper-zoom-input::-webkit-outer-spin-button,
  #cropper-section-{{ section.id }} .cropper-zoom-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #cropper-section-{{ section.id }} .cropper-zoom-input:disabled {
    background-color: #f5f3f0 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
  }

  #cropper-section-{{ section.id }} .cropper-percent-sign {
    padding: 6px 10px 6px 2px !important;
    font-size: 0.875rem !important;
    color: #6b6b6b !important;
  }

  /* Editor & Cropper Styles */
  #cropper-section-{{ section.id }} .cropper-editor-container {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    background-color: #f0eee9 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid #e8e6e3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    user-select: none !important;
    transition: all 0.3s ease !important;
    touch-action: none !important;
  }

  #cropper-section-{{ section.id }} .cropper-editor-container.drag-over {
    background-color: #e8e6e3;
    border-color: #8b7355;
    border-width: 2px;
  }

  #cropper-section-{{ section.id }} #cropper-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
  }

  #cropper-section-{{ section.id }} #cropper-image-preview {
    max-width: 100%;
    max-height: 100%;
    display: block;
    transform-origin: center center;
  }

  #cropper-section-{{ section.id }} .cropper-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b8b8b;
    pointer-events: none;
    padding: 20px;
  }

  #cropper-section-{{ section.id }} .cropper-placeholder-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem;
    opacity: 0.4;
    color: #a39382;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-placeholder-icon {
      width: 4rem;
      height: 4rem;
      margin: 0 auto 1rem;
    }
  }

  #cropper-section-{{ section.id }} .cropper-placeholder-text {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-placeholder-text {
      font-size: 1rem;
    }
  }

  #cropper-section-{{ section.id }} .cropper-placeholder-subtext {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
    opacity: 0.7;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-placeholder-subtext {
      font-size: 0.875rem;
    }
  }

  #cropper-section-{{ section.id }} .cropper-box-overlay {
    position: absolute;
    cursor: move;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    touch-action: none;
  }

  #cropper-section-{{ section.id }} .cropper-resize-handle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    touch-action: none;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-resize-handle {
      width: 14px;
      height: 14px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="top-left"] {
    top: -6px;
    left: -6px;
    cursor: nwse-resize;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="top-left"] {
      top: -7px;
      left: -7px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="top-right"] {
    top: -6px;
    right: -6px;
    cursor: nesw-resize;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="top-right"] {
      top: -7px;
      right: -7px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="bottom-left"] {
    bottom: -6px;
    left: -6px;
    cursor: nesw-resize;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="bottom-left"] {
      bottom: -7px;
      left: -7px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="bottom-right"] {
    bottom: -6px;
    right: -6px;
    cursor: nwse-resize;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-resize-handle[data-handle="bottom-right"] {
      bottom: -7px;
      right: -7px;
    }
  }

  #cropper-section-{{ section.id }} .cropper-footer-text {
    margin-top: 12px;
    text-align: center;
  }
  @media (min-width: 640px) {
    #cropper-section-{{ section.id }} .cropper-footer-text { margin-top: 16px; }
  }

  #cropper-section-{{ section.id }} .cropper-footer-text p {
    margin: 0;
  }

  #cropper-section-{{ section.id }} .cropper-footer-text p:not(:first-child) {
    margin-top: 4px;
  }