/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 330:0 Unexpected "<"

**/
<style>

  #sb-step-upload .sb-upload-wrap{
    display:flex;
    justify-content:center;
    padding: 18px 0;
  }

  #sb-step-upload .sb-upload-card{
    width: 100%;
    max-width: 670px;
    background:#fff;
    /* border:1px solid #e6e6e6; */
    /* border-radius: 4px; */
    /* padding: 18px; */
    /* box-shadow: 0 0 0 rgba(0,0,0,0); */
    font-family: var(--font-body-family) !important;
  }

  #sb-step-upload .sb-upload-head{
    margin-bottom: 12px;
  }

  #sb-step-upload .sb-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  #sb-step-upload .sb-subtitle{
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1.4;
    font-family:var(--font-body-family) !important;
  }

  #sb-step-upload .sb-summary{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap: 16px;
    /* padding: 12px 0 14px; */
    padding-bottom:20px;
  }

  #sb-step-upload .sb-meta-title{
    font-size: 2.2rem;
    font-weight: var(--font-heading-weight);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: var(--font-heading-family) !important;

  }

  #sb-step-upload .sb-meta-lines{
    font-size: 12px;
    color:#444;
    line-height: 1.6;
  }

  #sb-step-upload{
    text-align:left;
    min-width: 120px;
    padding-left: 2rem;
    padding-bottom: 25px;
    padding-right: 2rem;
    border: 1px solid #e6e6e6;
    border-radius: 10px;

  }
  
  #sb-step-upload .sb-price-value{
    font-size: 2.25rem;
    font-weight: var(--font-heading-weight);

  }

  #sb-step-upload .sb-artwork-row{
    border-top: 1px solid #eee;
    display:flex;
    align-items:center;
    gap: 12px;
    padding-top:20px;
  }

  #sb-step-upload .sb-thumb{
    width: 56px;
    height: 56px;
    border:1px solid #e6e6e6;
    border-radius: 4px;
    overflow:hidden;
    background:#fafafa;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  #sb-step-upload .sb-thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
  }

  #sb-step-upload .sb-url-input{
    flex:1;
    height: 40px;
    border:1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 13px;
    outline:none;
  }

  #sb-step-upload .sb-url-input:focus{
    border-color:#111;
  }

  #sb-step-upload .sb-field{
    margin-bottom: 14px;
  }

  #sb-step-upload .sb-file-input{
    width:100%;
    border:1px solid #d9d9d9;
    border-radius:4px;
    padding: 10px 12px;
    font-size: 13px;
    background:#fff;
  }

  #sb-step-upload .sb-help{
    margin-top: 6px;
    font-size: 12px;
    color:#777;
  }

  #sb-step-upload .sb-proof{
    
    border-top: 1px solid #eee;
    padding-top: 20px;
  }

  #sb-step-upload .sb-proof-title{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  #sb-step-upload .sb-required{
    color:#d11;
  }

  #sb-step-upload .sb-radio{
    display:flex;
    align-items:flex-start;
    gap: 10px;
    font-size: 16px;
    color:#222;
    margin: 8px 0;
    cursor:pointer;
    user-select:none;
  }

  #sb-step-upload .sb-radio input{
    transform: scale(1.4);
    margin-top: 4px;
  }

  #sb-step-upload .sb-proof-note{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.45;
    font-family:var(--font-body-family) !important;
  }

  #sb-step-upload .sb-actions{
    border-top:1px solid #eee;
    margin-top: 20px;
    padding-top: 25px;
    display:flex;
    flex-direction:column;
    gap: 10px;
  }

  #sb-step-upload .sb-btn{
    width:100%;
    height: 46px;
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: .4px;
    cursor:pointer;
  }

  /* 黄色主按钮 */
  #sb-step-upload .sb-btn-primary{
    background:#A080AF;
    font-weight:700;
    border:1px solid #A080AF;
    color:#ffffff;
    border-radius:0.5rem;
  }
  #sb-step-upload .sb-btn-primary:hover{
    filter: brightness(0.98);
  }

  /* 返回链接按钮 */
  #sb-step-upload .sb-btn-link{
    background: transparent;
    border: 1px solid #e6e6e6;
    color:#111;
    font-weight: 700;
    border-radius:0.5rem;
  }
  .sb-field{
    position: relative;        
    display: inline-block;   
    width: 120px;             
    max-width: 120px;
    line-height: 0;        
  }

  #sb-artwork-preview{
    display: block;         
    width: 120px;
    height: 160px;          
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
  }

  .mask{
    position: absolute;
    inset: 0;                 
    background: rgba(0,0,0,.35);
    opacity: 0;
    transition: opacity 160ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-radius: 8px;      
  }

  .sb-field:hover .mask{
    opacity: 1;
  }

  .sb-field .text{
    color:#fff;
    font-weight:600;
    font-size:14px;
    padding:6px 10px;
    border-radius:999px;
    /* background:rgba(0,0,0,.35); */
  }
  .sb-artwork-row{
    display: flex;
    align-items: center;  
    gap: 12px;            
  }

  .sb-file-info{
    font-size: 13px;
    color: #555;
    padding-bottom:15px;
    padding-left: 55px;
  } 
  .sb-file-quality-text{
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .dpi_success_icon{
    display:none;
    transform: translateY(-2px);
  }
  .dpi_faile_icon{
    display:none;
    transform: translateY(-4px);
  }
  .sb-file-quality-desc {
    display: none;      
    margin-left: 29px;       
    margin-top: 4px;
    font-size: 14px;
    color: #c0392b;        
  }
  #sb-file-quality{
    font-size:20px;
    color: #A080AF;
    
  }
  .sb-radio input:checked{
    accent-color: #A080AF;
  }
  .img_label {
    color:rgb(0, 0, 0);
    font-size:16px;
    font-weight: 800 !important;
    font-family: var(--font-body-family) !important;
  }
  .img_label_content{
    font-size:16px;
    font-family: var(--font-body-family) !important;
  }
  .sb-price {
    position: relative;
    top: 80px;
  }
  .sb-subtitle b {
    font-weight: 100;
  }
  .outside_box{
    padding-left:0px;
  }
  .sb-file-detail-info{
    padding-bottom: 8px;
  }
  
</style>
