/** Shopify CDN: Minification failed

Line 41:4 Unexpected "{"
Line 41:5 Expected identifier but found "%"
Line 41:35 Unexpected "{"
Line 41:36 Expected identifier but found "%"
Line 186:4 Unexpected "{"
Line 186:5 Expected identifier but found "%"
Line 186:42 Unexpected "{"
Line 186:43 Expected identifier but found "%"
Line 188:4 Unexpected "{"
Line 188:5 Expected identifier but found "%"
... and 3 more hidden warnings

**/
.brand-header-row {
background-color: #f2f2f2;
    padding: 16px 24px;
    margin: 0 0 0  0;
    display: flex;
    align-items: center;
    border-top: 0px solid #ddd;
    margin-top: 6px;
    position: sticky;
    top: 70px;
    z-index: 2;
}

.brand-logo-img {
  max-height: 48px;
  max-width: 200px;
  object-fit: contain;
}

.brand-title-fallback {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.intro-section {
    {% comment %} padding: 90px 0; {% endcomment %}
    text-align: center;
    background: #f8f8f8;
}

.intro-content {
    max-width: 850px;
    margin: auto;
}

.intro-icon {
    width: 90px;
    margin-bottom: 25px;
}

.intro-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
     margin-top: 0;
    color: #111;
}

.intro-content p {
    font-size: 22px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
    margin-top: 0;
}

.next-step-btn {
    background: #000;
    color: #fff;
    padding: 16px 34px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease;
}

.next-step-btn:hover {
    opacity: 0.9;
}

/* reuse the same active highlight you already have for base price rows */
.puff-price-table td.active-price,
.stitch-price-table td.active-price {
  background-color: #22335f;   /* match your existing active-price style */
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}

.puff-price-table th.active-qty,
.stitch-price-table th.active-qty {
  background-color: #22335f;
  color: #fff;
  font-weight: 600;
  /* border-radius: 4px; */
}
/* =========================
DROPDOWN STEP
========================= */

.dropdown-step {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #22335f;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    min-width: 250px;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    border: 1px solid #fff;
}

.dropdown-arrow {
    font-size: 14px;
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    background: #fff;
    display: none;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.dropdown-step.open .dropdown-menu-custom {
    display: block;
}

.dropdown-item-custom {
    padding: 18px 20px;
    font-size: 18px;
    color: #22335f;
    border-bottom: 1px solid #ddd;
    text-align: center;
    transition: 0.3s;
     line-height: normal;
}

.dropdown-item-custom:hover {
    background: #5eaf7a;
    color: #fff;
}

.dropdown-item-custom:last-child {
    border-bottom: 0;
}
.nav-item.dropdown-step {
    display: flex;
    justify-content: center;
    top: -20px;
    z-index: 9;
    padding: 0;
}
.backSideTable tr.priceTableHeader td {
    background-color: #eee;
    font-weight: 600;
}
.backSideTable span.priceHolder {
    display: inline;
}
/* =========================
INTRO BACKGROUND IMAGE
========================= */

.intro-bg {
    background-image: url('/cdn/shop/files/ProductionPhotoHL.jpg?v=1778244097');
    {% comment %} background-size: cover; {% endcomment %}
    background-position: center;
    {% comment %} background-repeat: no-repeat; {% endcomment %}
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
}


/* DARK OVERLAY */

.intro-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}


/* CONTENT ABOVE OVERLAY */

.intro-content {
    position: relative;
    z-index: 2;
    color: #fff;
}


/* WHITE TEXT */

.intro-content h2,
.intro-content p {
    color: #fff; 
}
#intro-section {
    margin-top: -75px;
    height: auto;
    margin-bottom: 20px;
        margin-left: auto;
    margin-right: auto;
    max-width: 1300px; 
    padding-bottom: 30px;
}
.start-order-btn {
    background-color: #5eaf7a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}
.startBtnWrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.nav-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.startBtnWrapper {
    margin-left: auto !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.start-order-btn {
    margin-right: 20px; /* optional spacing from edge */
}
.next-stepBtnAria {
    text-align: center;
    margin-bottom: 0;
}
button.next-step-btn { 
    background-color: #5eaf7a;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
#sticky-cart-progress{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:9;
    background:#5eaf7a;
    color:#fff;
    font-family:Arial,sans-serif;
}

.progress-top{
    display:flex;
}

.progress-box{
    flex:1;
    text-align:center;
    padding:6px 4px; /* reduced */
    background:#9f9f9f;
    border-right:1px solid #444;
    transition:0.3s;
}

.progress-box strong{
    display:block;
    font-size:14px; /* reduced */
    line-height:1.2;
}

.progress-box span{
    font-size:11px; /* reduced */
    line-height:1.2;
}

.progress-box.active{
    background:#22335f;
}

.progress-bottom{
    text-align:center;
    padding:4px; /* reduced */
}

.total-price{
    font-size:16px; /* reduced */
    font-weight:700;
    line-height:1.2;
}

.total-items{
    font-size:12px; /* reduced */
    line-height:1.2;
}
.progress-box{
    position:relative;
    overflow:hidden;
}

.progress-inner{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0%;
    background:rgba(0,0,0,0.1);
    transition:0.3s ease;
    z-index:0;
}

.progress-box strong,
.progress-box span{
    position:relative;
    z-index:2;
}
.how-it-works-section{
    padding:60px 0;
    background:#fff;
}

.how-it-works-video{
    margin-bottom:30px;
}

.how-it-works-video iframe{
    border-radius:12px;
    width:100%;
}

.how-it-works-content h2{
    color:#39b54a;
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.how-it-works-content ul{
    padding-left:20px;
}

.how-it-works-content li{
    margin-bottom:15px;
    line-height:1.7;
    font-size:16px;
    color:#444;
}
.how-it-works-btn{
    margin-top:30px;
    text-align:center;
}

.how-it-works-btn button{
    background:#5eaf7a;
    color:#fff;
    border:none;
    padding:14px 40px;
    font-size:16px;
    font-weight:700;
    border-radius:4px;
    cursor:pointer;
    transition:0.3s ease;
}

.how-it-works-btn button:hover{
    background:#0056b3;
}
.size-chart{
    margin-top:25px;
}

.size-chart h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.size-chart table{
    width:100%;
    border-collapse:collapse;
}

.size-chart table th,
.size-chart table td{
    border:1px solid #ddd;
    padding:12px;
    text-align:left;
}

.size-chart table th{
    background:#f5f5f5;
    font-weight:700;
}
table:not([class]) {
    box-shadow: none;
}
.size-chart table {
    width: 100%;
    justify-content: center;
    display: flex;
}
   .variant-grid{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:space-between;
    margin-top:20px;
}
  .variant-item{
    width:155px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:14px;
    padding:10px;
    text-align:center;
}
.variant-image{
    width:70px;
    height:70px;
    object-fit:contain;
    display:block;
    margin:0 auto 0;
}

.variant-item h3 {
    margin-top: 0;
    font-size:14px;
    font-weight:700;
    margin-bottom:4px;
    line-height:1.3;
    color:#111;
}

.variant-price{
    font-size:14px;
    font-weight:600;
    margin-bottom:4px;
}

.variant-option{
    display:block;
    font-size:12px;
    margin-bottom:0px;
    color:#555;
}

.quantity-selector{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
}

.quantity-selector button{
    width:32px;
    height:32px;
    border:none;
    border-radius:6px;
    background:#5eaf7a;
    color:#fff;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
    padding:0;
}

.variant-quantity{
    width:40px;
    height:32px;
    border:1px solid #ccc;
    border-radius:6px;
    text-align:center;
    font-size:15px;
    font-weight:600;
    padding:0;
}

.hl-price-break{
  width:100%;
  max-width:500px;
  margin:30px auto;
  border:1px solid #ddd;
  background:#f7f7f7;
  padding:0;
  font-family:Arial,sans-serif;
}

.hl-title{
  text-align:center;
  font-size:12px;
  font-weight:700;
  padding:10px 0;
  color:#222;
}

.hl-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

.hl-table td{
  border:1px solid #e5e5e5;
  text-align:center;
  padding:8px 8px;
  font-size:12px;
}

.qty{
  background:#f1f1f1;
  font-weight:700;
  color:#333;
}



.hl-footer{
  text-align:right;
  padding:5px;
  font-size:12px;
  color:#333;
  background:#f5f5f5;
}
.product-variant-section img.product-image {
    width: 60px;
}
.product-variant-section h2 {
    margin: 0px;
    font-size: 20px;
}
.show-options-btn span.toggle-icon {
    margin: 0px;
}



@media(max-width:768px){

  .hl-table td{
    padding:8px 5px;
    font-size:14px;
  }

  .hl-title{
    font-size:22px;
  }

  .hl-footer{
    font-size:14px;
  }

}
.embroidery-label,
.patch-label{
    background:#d9d9d9;
    color:#222;
    transition:0.3s;
}

/* DEFAULT */
.embroidery-label,
.patch-label{
    background:#d9d9d9 !important;
    color:#222 !important;
    transition:0.3s;
}


/* FORCE TABLE CELL STYLE */
.hl-table td{
    transition:0.3s;
}

/* =========================
PRICE BREAK TABLE
========================= */

.hl-price-break{
    width:100%;
    max-width:500px;
    margin:30px auto;
    border:1px solid #ddd;
    background:#f7f7f7;
    padding:0;
    font-family:Arial,sans-serif;
}

.hl-title{
    text-align:center;
    font-size:12px;
    font-weight:700;
    padding:10px 0;
    color:#222;
}

.hl-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.hl-table td{
    border:1px solid #e5e5e5;
    text-align:center;
    padding:8px 8px;
    font-size:12px;
    transition:all 0.3s ease;
}

/* LEFT LABEL CELLS */
.hl-left{
    width:170px;
    font-weight:700;
    font-size:12px;
    color:#fff;
}

/* DEFAULT LABELS */
.embroidery-label,
.patch-label{
    background:#d9d9d9;
    color:#222;
}

/* EMPTY CELL */
.hl-left.empty{
    background:#f5f5f5;
    border-right:none;
}

/* QTY CELLS */
.qty{
    background:#f1f1f1;
    font-weight:700;
    color:#333;
}

/* ACTIVE LABEL */
.hl-table td.active-label{
    background:#22335f !important;
    color:#fff !important;
    font-weight:700;
}

/* ACTIVE QTY */
.hl-table td.active-qty{
    background:#22335f !important;
    color:#fff !important;
    font-weight:700;
}

/* ACTIVE PRICE */
.hl-table td.active-price{
    background:#22335f !important;
    color:#fff !important;
    font-weight:700;
}

/* FOOTER */
.hl-footer{
    text-align:right;
    padding:5px;
    font-size:12px;
    color:#333;
    background:#f5f5f5;
}

#sticky-cart-progress .stepsBtnBar {
    margin: 0px;
    display: none;
}
#sticky-cart-progress .progress-bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#header-custom-steps .stepsBtnBar {
    display: flex;
    margin-left: auto;
}
.backSideStitching .tableHeaderHolder {
    margin-bottom: 10px;
    background-color: #22335f2e;
    color: #22335f;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
.backSideTable .priceTableHeader .currentPriceTier, 
.backSideTable .currentPriceTier   {
    background-color: #5eaf7a;
    color: #fff;
}
.printTypeSelector.selected .printTypeDetails ul li img {
    filter: inherit;
}
.printTypeSelector.selected .active { 
    background-color: #22335f;
    position: relative;
    z-index: 1;
}
div#artwork-section {
    padding-top: 0;
}
main#MainContent {
    padding-bottom: 50px;
}
#leatherPatchOptionsSection {
    margin-bottom: 40px;
}

.option-container.option .price-table {
    text-align: center;
}
.tableHeaderHolder { 
    font-weight: 500;
    padding: 6px;
    max-width: 700px; /
    border-radius: 5px;
    text-align: center;
        margin: 0;
    margin-top: 10px;
    background: #DDD;
    color: #000;
    margin-bottom: 10px;
    border-radius: 5px;
}
.variant-item .prodcut-select {
    padding: 6px;
}
.prodcut-select .quantity-selector input {
    margin: 0;
}
.variant-item.selected .prodcut-select .variant-option  {
    color: #fff;
}
.options-content .variant-grid .variant-item h3 {
    margin-bottom: 10px;
}
.variant-item .prodcut-select {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
#leatherSelect ul.setupOptionDetails {
    margin-bottom: 20px;
}
.embroidery-options .option-container.option {
    height: 100%;
}
option-container.option .price-table td, .option-container.option .price-table th {
    line-height: normal;
}
.variant-grid .variant-item .previewImage   {
    position: relative;
        display: inline-block;
        margin-bottom: 8px;
}
.variant-grid .variant-item .previewImage:before 
 {
    content: "";
    background-image: url(/cdn/shop/files/Button.svg?v=1780489554);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    bottom: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}
.text-center {
    text-align: center !important;
}
.product-list {
    margin-top: -78px;
}
.product-variant-section .product-header {
    padding: 5px;
    background-color: #f9f9f9;
    
}
.product-variant-section .options-content{
    border-top: 2px solid #ccc;
    margin-top: 0;

}

/* MOBILE */
@media(max-width:768px){

    .hl-table td{
        padding:8px 5px;
        font-size:14px;
    }

    .hl-left{
        width:120px;
        font-size:14px;
    }

    .hl-title{
        font-size:18px;
    }

    .hl-footer{
        font-size:14px;
    }


#header-custom-steps .stepsBtnBar {
    display: none; 
}
 #sticky-cart-progress  .stepsBtnBar  button  {
    background-color: #22335f;
}  
#sticky-cart-progress .stepsBtnBar { 
    display: block;
}
#sticky-cart-progress .stepsBtnBar button {
    margin: 0px;
}
.price-break .size-chart {
    width: 100%; 
    max-width: 250px;
}
#header-custom-steps .nav-container {
    gap: 0;
}
#header-custom-steps .nav-container .nav-item  {
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
}
#header-custom-steps .nav-container .nav-item img {
     margin:0;
}
.variant-item {
    width: 48%;
    margin: 0px; 
}
.sticky-header {
    padding: 0 10px;
}
.nav-container .nav-item { 
    padding: 10px 5px;
            min-width: 20%;
}
#artwork-section .toggle-section {
    display: flex;
}
.toggle-section .toggle-label { 
    padding: 10px 7px; 
    font-size: 14px; 
}

.setup-options.logoPlacementOptions .row {
    flex-wrap: nowrap;
    margin-left: -6px;
    margin-right: -6px;
}
.setup-options.logoPlacementOptions .row [class*="col"] {
    padding-left: 6px;
    padding-right: 6px;
}
.logoPlacementOptions label.option {
    padding: 10px;
}
.stitchOptionsDetails {
    padding: 0 6px;
}
.stitchOptionsDetails .stitch-options .row {
    margin-left: -6px;
    margin-right: -6px;
}
.stitchOptionsDetails .stitch-options .col-sm-4 {
    width: 33.33%;
    padding-left: 6px;
    padding-right: 6px;
}
.stitchOptionsDetails .stitch-options .additionalCard .additionalCardIntro {
    padding: 5px;
}
.stitchOptionsDetails .stitch-options .additionalCard .option-content button { 
    padding: 8px 5px; 
}
#artwork-setup .setup-options .row {
    margin-left: -6px;
    margin-right: -6px;
}
#artwork-setup .setup-options .row>[class*="col"] {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
}
#artwork-setup .setup-options .option {
    padding: 10px;
    height: 100%;
        margin-bottom: 0;
}
#artwork-setup .setup-options .option:before {
    right: 5px;
    top: 5px;
}
.additionalCard .additionalCardInfo .btn {
    padding: 12px 5px; 
}
.hl-table td.active-label { 
    letter-spacing: 0;
}
  .hl-price-break  .hl-table td {
        padding: 8px 2px; 
    }
  .hl-price-break   tr.qty-row.embroidery-qty-row td.hl-left.embroidery-label 
 {
    font-size: 9px !important;
}
.additionalCard .additionalCardInfo .btn { 
        font-size: 14px;
    }
    .priceBlockTable {
    margin-left: -10px;
    margin-right: -10px;
}
#header-custom-steps .nav-container {
    justify-content: center;
}
.dropdown-toggle-custom {
    gap: 5px;
    padding: 6px 10px;
    min-width: 180px;
}
 .intro-content p {
    font-size: 17px; 
}
.product-variant-section img.product-image {
    width: 40px;
    margin-right: 10px;
}
.show-options-btn { 
    padding: 10px 15.51px; 
    border-radius: 3px; 
}
.show-options-btn span.toggle-icon {
    margin: 0px;
}
.product-variant-section h2 {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}
.product-header { 
    gap: 5px;
}
.product-variant-section { 
    padding: 10px;
}
.brand-logo-img {
    max-height: 22px; 
}
.logoContainer .setup-options.logoPlacementOptions label.option {
    margin-bottom: 0;
    height: 100%;
}
.additionaAddonsBlock .stitchOptionsDetails .stitch-options .additionalCard .additionalCardIntro {
    height: 100%;
}
.additionaAddonsBlock .stitchOptionsDetails .stitch-options .additionalCard {
    margin-bottom: 0;
    height: 100%;
}
}

@media (min-width:450px) and (max-width:767px) {
#header-custom-steps .nav-container {
    justify-content: center;
}
   #header-custom-steps .nav-container .nav-item {
       
        gap: 5px;
    }
}

