/** Shopify CDN: Minification failed

Line 209:4 Unexpected "{"
Line 209:5 Expected identifier but found "%"
Line 209:62 Unexpected "{"
Line 209:63 Expected identifier but found "%"
Line 228:16 Expected identifier but found whitespace
Line 228:18 Unexpected "{"
Line 228:32 Expected ":"
Line 297:16 Expected identifier but found whitespace
Line 297:18 Unexpected "{"
Line 297:32 Expected ":"
... and 139 more hidden warnings

**/
/**
 * Product Customizer – Layout, Forms, Steps, Components, Responsive
 * Load after product-customizer-base.css (progress bar & fonts).
 * Sections: Layout (~1-230), Forms/Step2 (~231-1065), Upload/Steps (~1065-2350), Popup/Components (~2350-2620), Responsive (2620+)
 */
  .page-content{
    padding-top: 20px;
  }
  .plush-frame-options{
    margin-top: 50px;
  }
  .rushContainer{
    border-radius: 51px;
    background: #F6F6F6;
    padding: 2rem 0px;
  }
  .RushSelection_Container{
    border-radius: 51px;
    background: rgba(84, 97, 200, 0.10);
    padding: 2rem 2.5rem;
  }
  .rush_container_main #rushTypeLabel{
    border-radius: 100px;
    background: #5461C8;
    color: #fff;
    width: fit-content;
    padding: 8px 12px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  @keyframes zoomBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); 
  }
  100% {
    transform: scale(1); 
  }
}
.main_wrapper_plush_content.animate-zoom {
  animation: zoomBounce 0.4s ease-in-out;
}
  .rush_container_main #rushDate{
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #5461C8;
  }
  .EstimatedDelivery_box{
    display: flex;
  align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .main_content_rush_container{
    border-radius: 40px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 1rem 0px;
    padding: 25px;
    align-items: center;
  }
  .main_wrapper_plush_content .rushLabel{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #000000;
  }
  .main_wrapper_plush_content .rush_estimated{
    font-family: Inter;
    font-weight: 300;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    padding: 3px 0px;
  }
  .main_wrapper_plush_content .rush_price_cont{
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    color: #538874;
  }
  .rush_container_main .rush_heading{
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    text-align: center !important;
  }
  .rush_container_main .rush_message{
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    font-style: italic;
    max-width: 410px;
    margin: 0 auto;
  }
  .rush_container_main .rush_subheading{
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    max-width: 410px;
    margin: 0 auto;
    padding: 12px 0px 25px;
  }
  .circle_style_div img{
    border-radius: 36px;
  width: 72px;
    height: 72px;
    object-fit: cover;
    display: block;
  }
  .main_wrapper_plush_estimated_cont {
    gap: 12px;
    display: flex;
    align-items: center;
}
.label_rushdate_cont {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    max-width: 260px;
}
  .content_Rushvalue {
    width: 260px;
  }
  .rush-toggle {
  display: inline-block;
  cursor: pointer;
  }
.rush-toggle input[type="radio"] {
  display: none; 
}
.rush-toggle .toggle-slider {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  background: #ccc;
  border-radius: 999px;
  transition: background 0.3s;
}

.rush-toggle .toggle-slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

.rush-toggle input[type="radio"]:checked + .toggle-slider {
  background: #5461C8; 
}

.rush-toggle input[type="radio"]:checked + .toggle-slider::before {
  transform: translateX(26px);
}

  .top-banner {
    {% comment %} background-color: rgba(217, 217, 217, 0.5); {% endcomment %}
    text-align: center;
    padding: 18px 0px 0px 0px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-20 {
    margin-top: 20px;
    font-size: 22px !important;
  }
  .top-banner h2 {
    color: #5461c8;
    font-family: 'Poppins' !important;
    font-size: 46px;
    font-weight: 700;
  }

  .page-content h3 {
    font-family: {{ regular_font.family }};
    font-size: 22px;
    
  } 
  .customizer-step {
     width: 100%;
     display: flex;
     align-items: center;
     gap: 1rem; 
    margin: 2rem 0;
    }
  #pet-info{
    border-radius: 52px;
    background: rgba(84, 97, 200, 0.06);
    padding: 20px 4px 20px;
  }
    .DescriptionBox{
     cursor: pointer;
     text-decoration: underline;
     text-underline-offset: 4px;
     font-size: 16px;
     display:flex;
    }
    .DescriptionBox strong{
      padding-left:4px;
    }
    .Colorpalette-Tab-parent{
      display: flex;
      justify-content: center;
      align-items: center;
    }


    .Colorpalette-Tab{
     text-align: center;
     display: none;
     padding: 0.5rem 0.5rem;
     border-radius: 100px;
     background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    }

    .tablinks-ColorPalette.active{
        background: #5562c8 !important;
        color: #fff !important;
        transition: 0.2s ease-in;
    }
    .tablinks-ColorPalette{
        border-radius: 100px !important;
        font-size: 18px !important;
        max-width: 80% !important;
        width: 245px !important;
        color: rgba(0, 0, 0, 0.90) !important;
        background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF !important;
        border: none !important;
        transition: 0.2s ease-in;
    }

  .ear-toggle-select {
    margin: 1rem 10rem;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }
  #different-ear-position-label{
    color: rgba(126, 124, 124, 0.90);
    font-family: {{ regular_font.family }};
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .imagePositionValue{
    color: #5461C8;
    text-align: center;
    font-family: 'Poppins' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

.ear-switch {
  position: relative;
  display: inline-block;
    width: 50px;
    height: 24px;
}

.ear-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ear-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}

.ear-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.ear-switch input:checked + .ear-slider {
  background-color: #69D0B0;
}

.ear-switch input:checked + .ear-slider:before {
  transform: translateX(22px);
}

  .earTabs-Parent{
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .ear-tabs {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 0.2rem;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    border-radius: 100px;
    }

    .ear-tablink {
      color: rgba(0, 0, 0, 0.90) !important;
      background: none !important;
      border: none !important;
       border-radius: 19px !important;
      cursor: pointer;
      transition: 0.2s ease-in;
      max-width: 80% !important;
     width: 245px !important;
   
    }

    .ear-tablink.active {
      background: rgba(126, 124, 124, 0.15) !important;
      transition: 0.2s ease-in;
    }


    .image-description {
      opacity: 0;
      transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
      display: block;
      width: 100%;
      margin: 0;
    }
    .DescriptionBox_Container{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .image-description.show {
      opacity: 1;
      padding: 10px;
      margin-top: 10px;
      resize: none;
      margin-top: 18px;
      margin-bottom: 10px;
      border-radius: 18px;
    }
     
    .radio-label .delete-button-with-radio{
    left: 284px;
    }

    /* .customizer-step__circle — ghost pill: product-customizer-base.css */
    .page-content form .step-1, 
    .page-content form .step-2 {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 3rem 8rem;
        border-radius: 51px;
        background: rgba(84, 97, 200, 0.06);
    }
  .page-content form .step-3 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 949px;
  }
  .step-3 {
    border-radius: 51px;
    background: rgba(84, 97, 200, 0.06);
    padding: 65px 30px 65px;
  }
  .upload-photo-heading-two{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
   .divider {
      text-align: center;
      margin: 32px 0;
      position: relative;
    }

    .divider::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
      background: rgba(0, 0, 0, 0.20);
    }
    .divider span {
    background: #f5f6fc;
    padding: 0 20px;
    font-weight: 700;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

    .upload-later-btn {
      width: 100%;
      padding: 16px;
      background: white;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      color: #4a5568;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.2s;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .upload-later-btn:hover {
      border-color: #cbd5e0;
      background: #f7fafc;
    }

    .upload-later-btn svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
    }
  .step-3 h3{
     font-family: {{ regular_font.family }} !important;
     font-size: 22px !important;
    }
  .step-4 {
    text-align: center;
    padding: 0px 8rem;
  }
  .step-4 input {
    width: 35px !important;
    height: 35px;
    max-width: 50px !important;
    margin-right: 15px;
  }
  #different-eye-color {
    padding:0px;
    box-shadow: none;
    border-radius: 0;
  } 
  #different-eye-color-label {
    color: rgba(126, 124, 124, 0.90);
    font-family: {{ regular_font.family }};
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
  }
  .custom-flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 24px;
  }
  .color-container {
    position: relative;
    max-width: 960px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .custom-container .color[title="Missing"]:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: red;
    transform: rotate(40deg) translate(-50%, -50%);
    position: absolute;
    top: 37%;
    left: 19%;
  }

  .one-half {
    width: calc(80% - 20px);
    /* background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF; */
  }
  .second-half {
    width: calc(80% - 20px);
    display: none;
  }
  .custom-flex-item {
    box-sizing: border-box;
    flex: 0 0 calc(100% / 9);
    width: calc(100% / 9);
    max-width: calc(100% / 9);
    padding: 10px 2px;
    text-align: center;
    transition: all 0.3s ease;
  }
  .custom-flex-item .color {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
  }
  .custom-flex-item .title {
    display: block;
    font-family: {{ regular_font.family }};
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
  }
  .step-4 h4 {
    font-family: {{ regular_font.family }};
  }
  .step-4 h4:first-of-type {
    margin-top: 20px;
    font-weight: bold;
  }
.multi-color-select {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #000;   /* Top border */
  border-bottom: 1px solid #000; /* Bottom border */
  padding: 10px 0;              /* Spacing inside the borders */
  gap: 10px;                    /* Space between <p> and switch */
}

  .multi-color-select h4 {
    margin-top: unset !important;
  }
  .page-content form .form-field {
    display: flex;
    flex-direction: column;
  }
  .page-content form .input-label {
    margin-bottom: 5px;
  }
  .page-content form .step-1 > div {
    margin-bottom: 40px;
  }
  .page-content form label {
    color: #000;
    font-family: {{ regular_font.family }};
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .page-content form input {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid rgb(0 0 0 / 12%);
    background: rgb(255 255 255);
    padding: 22px 20px;
  }
  .page-content form button {
    cursor: pointer;
    background: #AE1EB5;
    padding: 20px;
    width: 300px;
    max-width: 100%;
    border: 1px solid #AE1EB5;
    border-radius: 100px;
    color: {{button_text_color }};
    font-size: 20px;
    font-family: {{ button_font.family }};
    font-weight: 600;
    letter-spacing: {{ button_letter_spacing |  append: 'px'}};
  }
  .page-content form button:hover {
    background: {{ button_secondary_color }};
    border: 1px solid{{button_border_color_hover}};
  }
  .page-content form .form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px !important;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
  }
  .horizontal-line {
    color: #5461C8;
    margin: 50px 0;
    border: 3px solid;
    max-width: 100%;
    width: 100%;
    background-color: #5461C8;
    border-radius: 6px;
  }
 .step_SpecieType .pet-images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 0;
  }
  .step_SpecieType .pet-image-container {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .step_SpecieType .pet-images img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #5461C8;
    object-fit: cover;
  }
  .step_SpecieType .pet-images .pet-image {
    margin-bottom: 8px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .step_SpecieType .pet-images .pet-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
  }
 .pet-images {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    margin: 40px 0;
  }
  .pet-images div {
    text-align: center;
  }
  .pet-images img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #5461C8;
  }
  .pet-images .pet-image {
    margin-bottom: 20px;
    border-radius: 50%;
    height: 205px;
    width: 205px;
    cursor: pointer;
  }
  /* Container */
.switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  cursor: pointer;
}

/* Hide the default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider track */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

/* Slider handle */
.slider:before {
  position: absolute;
  content: "";
  height: 18px; width: 18px;
  left: 3px; bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
 .flickity-button:disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

/* Checked state */
.switch input:checked + .slider {
  background-color: #69D0B0; /* Your theme color */
}

.switch input:checked + .slider:before {
  transform: translateX(26px);
}

  .pet-image.active {
    border: 3px solid #5461C8;
  }


  .pet-image.active,
  .pet-image:hover {
    border: 3px solid #5461C8;
    position: relative;
  }
  .pet-image.active::after,
  .pet-image:hover::after  {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    border-radius: 9999px;
    background: #5461c87a;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .pet-images span {
    color: #323232;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
  }


  .page-content .custom-container h3 {
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 26px;
  }
  form .step-2 select {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    background: rgb(255 255 255);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 22px 20px;
    border: 1px solid rgb(0 0 0 / 12%);
  }
  .rushSection {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .page-content form .step-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.75rem;
  }
  .page-content form .step-2 > div:not(.form-button) {
    margin-bottom: 0;
    padding: 1.25rem 1.35rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    border: 1px solid rgba(84, 97, 200, 0.12);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .page-content form .step-2 > div:not(.form-button):focus-within {
    border-color: rgba(84, 97, 200, 0.35);
    box-shadow: 0 0 0 3px rgba(84, 97, 200, 0.08);
  }
  .page-content form .step-2 .input-label {
    margin-bottom: 0.35rem;
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a2e;
  }
  .page-content form .step-2 .input-label label {
    margin: 0;
    cursor: pointer;
  }
  .page-content form .step-2 .pet-breed-description {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #5a5a72;
    max-width: 100%;
  }
  .page-content form .step-2 .form-field {
    margin-top: 0;
  }
  .page-content form .step-2 > div.form-button {
    grid-column: 1 / -1;
    margin-bottom: 0;
    margin-top: 1.25rem;
    padding: 0;
    background: transparent;
    border: none;
  }
  .page-content form .step-2 > div.form-button:focus-within {
    border: none;
    box-shadow: none;
  }
  form .step-2 > div {
    margin-bottom: 0;
  }
  form .step-2 > div + div .form-field {
    margin-top: 10px;
  }
  .page-content form .step-2 .mt-40 {
    margin-top: 0;
  }
  /* ===== STEP 2 – pill + title: same as Step 1 (customizer-step__circle) ===== */
  .step2 .step-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    margin: 0;
  }
  .step2 .form-card {
    background: #eef1f5;
    border-radius: 20px;
    padding: 40px 36px;
    max-width: 875px;
    box-sizing: border-box;
  }
  .step2 .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 28px;
    margin-bottom: 32px;
  }
  .step2 .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .step2 .form-group label {
    font-size: 18px;
    font-weight: 500;
    color: #222;
  }
  .step2 .form-group label .required {
    color: #e05252;
    margin-left: 3px;
  }
  .step2 .form-group input:not(.breed-combobox__search),
  .step2 .form-group select:not(.breed-combobox__native) {
    width: 100%;
    padding: 20px 16px;
    border: 1.5px solid #d6dbe3;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #222;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
  }
  .step2 .form-group input:not(.breed-combobox__search)::placeholder,
  .step2 .form-group select:not(.breed-combobox__native) {
    color: #999;
  }
  .step2 .form-group input:not(.breed-combobox__search):focus,
  .step2 .form-group select:not(.breed-combobox__native):focus {
    border-color: #5c5fc4;
    color: #222;
  }
  .step2 .select-wrapper {
    position: relative;
  }
  .step2 .select-wrapper:not(.breed-combobox)::after {
    content: '∨';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    font-size: 13px;
  }
  .step2 .breed-combobox {
    position: relative;
    width: 100%;
    display: block;
  }
  .step2 .breed-combobox__native {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
    appearance: none;
  }
  .step2 .breed-combobox__field {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 12px 0 16px;
    border: 1.5px solid #d6dbe3;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s;
  }
  .step2 .breed-combobox__field:focus-within {
    border-color: #5c5fc4;
  }
  .step2 .breed-combobox__search {
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 12px 8px 12px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    color: #222;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
  }
  .step2 .breed-combobox__search::placeholder {
    color: #999;
  }
  .step2 .breed-combobox__caret {
    flex: 0 0 auto;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #888;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
  }
  .step2 .breed-combobox__list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 80;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    max-height: min(52vh, 280px);
    overflow-y: auto;
    background: #fff;
    border: 1.5px solid #d6dbe3;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
  }
  .step2 .breed-combobox__option {
    padding: 10px 16px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    line-height: 1.35;
  }
  .step2 .breed-combobox__option:hover,
  .step2 .breed-combobox__option.is-active {
    background: #eef0fb;
  }
  .step2 .breed-combobox__option[hidden] {
    display: none;
  }
  .step2 .submit-btn {
    display: block;
    margin: 0 auto;
    padding: 16px 60px;
    background-color: #5c5fc4;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
  }
  .step2 .submit-btn:hover {
    background-color: #4a4db0;
    transform: translateY(-1px);
  }
  .step2 .submit-btn:active {
    transform: translateY(0);
  }
  /* "Other/Mixed" breed field — JS toggles display via inline style */
  .step2 .otherMixedDiv {
    display: none;
    margin-top: 8px;
  }
  @media (max-width: 768px) {
    .step2 .form-grid {
      grid-template-columns: 1fr;
    }
    .step2 .form-card {
      padding: 28px 24px;
    }
  }
  @media (max-width: 575px) {
    .step2 .form-card {
      padding: 24px 20px;
    }
    .step2 .step-title {
      font-size: 18px;
    }
  }
  /* Tablet: keep 2 columns, reduce gap */
  @media (max-width: 991px) {
    .page-content form .step-2 {
      gap: 1rem 1.35rem;
    }
    .page-content form .step-2 > div:not(.form-button) {
      padding: 1.1rem 1.2rem;
    }
  }
  /* Tablet portrait: single column */
  @media (max-width: 768px) {
    .page-content form .step-2 {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .page-content form .step-2 > div:not(.form-button) {
      padding: 1.15rem 1.25rem;
    }
  }
  /* Mobile: compact spacing */
  @media (max-width: 575px) {
    .page-content form .step-2 {
      gap: 0.85rem;
    }
    .page-content form .step-2 > div:not(.form-button) {
      padding: 1rem 1.1rem;
      border-radius: 12px;
    }
    .page-content form .step-2 .pet-breed-description,
    .page-content form .step-2 .input-label {
      font-size: 0.95em;
    }
    .page-content form .step-2 .pet-breed-description {
      margin-bottom: 0.6rem;
    }
    form .step-2 select,
    .page-content form .step-2 input {
      padding: 14px 12px;
    }
  }
  @media (max-width: 480px) {
    .page-content form .step-2 {
      gap: 0.75rem;
    }
    .page-content form .step-2 > div:not(.form-button) {
      padding: 0.9rem 1rem;
    }
    .page-content form .step-2 .pet-breed-description {
      font-size: 0.9em;
    }
  }
  .upload-photo-content {
    max-width: 610px;
    margin: 30px auto 30px;
    font-size: 18px;
    text-align: center;
}
 .upload-photo-content-note {
    padding: 0px 25px;
    max-width: 618px;
    height: 120px;
    margin: 30px auto 30px;
    border-radius: 10px;
    background: rgba(84, 97, 200, 0.10);
    text-align: center;
    align-content: center;
}
  .flex-box {
    display: flex;
    margin-bottom: 40px;
  }
  .flex-box .number {
    display: flex;
    align-items: center;
    border: 3px solid #5461c8;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    min-width: 50px;
    margin-right: 25px;
  }
  .flex-box .number span {
    margin: auto;
    color: #5461c8;
    font-family: {{ regular_font.family }};
    font-size: 20px;
    font-weight: 800;
  }

  .image-uploader {
    background-color: #eaeaea;
    padding: 20px;
    border-radius: 20px;
  }
  .image-uploader textarea {
    background-color: #eaeaea;
    width: 100%;
    resize: none;
    border: unset;
    outline: unset;
    font-family: {{ regular_font.family }};
    font-size: 16px;
    margin-bottom: 25px;
  }
  .image-uploader textarea:focus-visible {
    border: unset;
  }
  .add-btn {
    text-align: right;
    max-width: 570px;
    margin: auto;
    padding: 0 25px;
  }

  .dragBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    width: 100%;
   padding: 20px 0px;
    color: #C963CF;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #000;
    transition: transform 0.3s;
    border-radius: 100px;
    border: 2px dashed #000;
    font-weight: 700;
    background: rgba(84, 97, 200, 0.06);
    {% comment %} box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); {% endcomment %}
    font-family: {{ regular_font.family }};
    font-size: 22px;
    input[type="file"] {
      position: absolute;
      border-radius: 20px;
      height: 100%;
      width: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      padding: 0;
    }
  }
  .dragBox_UplaodLater {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    width: 100%;
   padding: 20px 0px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    border-radius: 100px;
    border: 3px solid #5461C8;
    font-weight: 700;
    background: rgba(84, 97, 200, 0.06);
    font-family: {{ regular_font.family }};
    font-size: 22px;
  }
  .dragBox_UplaodLater:hover{
    background: #aab3f1;
    cursor:pointer;
  }

  .dragDropText_UplaodLater{
    font-weight: unset;
    cursor: pointer;
    color: #5461C8;
   }
  

    .labelAlert_hide{
    opacity:0;
    visibility: hidden;
    }

    /* Container */
.pouch-toggle-switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* Hide default checkbox */
.pouch-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider */
.pouch-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.pouch-slider:before {
  position: absolute;
  content: "";
  height: 20px; width: 20px;
  left: 3px; bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Checked state */
.pouch-toggle-switch input:checked + .pouch-slider {
  background-color: #69D0B0;
}

.pouch-toggle-switch input:checked + .pouch-slider:before {
  transform: translateX(24px);
}

#Rush-HLine{
  margin: 6rem 0px;
}


.material-icons{
  /* background: #5562C8; */
  border-radius: 14px;
  font-weight: bold;
}


 .progress-wrapper {
    width: 15%;
    position: absolute;
    top: 6px;
    right: 100px;
    text-align: center;
  }
  .progress-status{
    display:none;
    font-size: 0.75em;
    color: #5461c8;
    font-weight: 800;
  }

  .progress-circle {
    transform: rotate(-90deg);
  }

  .progress-background {
    fill: none;
    stroke: #b1b1b1ff;
    stroke-width: 4;
  }

  .progress_Bar {
    fill: none;
    stroke: #4f4f4fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 113; 
    stroke-dashoffset: 113;
    transition: stroke-dashoffset 0.2s linear;
  }

  .progress-percentage {
    position: absolute;
    top: 13px;
    left: 24px;
    font-weight: 900;
    font-size: 0.65em;
    color: #5461c8;
  }

  .page-main-note{
   text-align: center;
   padding: 30px 1rem 0px 1rem;
  }

  @media (max-width: 770px) {
    .progress-bar-container{
      z-index: 9;
    }

    .progress-wrapper {
      right: 60px;
    }

    .progress-percentage {
     left: 15px;
    }

    .productPositions {
     justify-content: space-evenly;
    }
    .pet-images {
      gap: 3rem;
      justify-content: space-evenly;
    }
    .step_SpecieType .pet-images {
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 1.5rem;
    }
    .step_SpecieType .pet-images .pet-image,
    .step_SpecieType .pet-images img {
      width: 72px !important;
      height: 72px !important;
    }

      #right-col , #left-col {
      gap: 30px;
      justify-content: space-evenly;
    }
    .ear-toggle-select {
      margin: 1rem 4rem;
    }

    .step-4 {
      padding: 0px 4rem;
    }
    .delete-button-with-radio {
      left: 312px !important
      ;
    }

    .delete-button {
      left: 58px !important;
    }
    .custom-container {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .top-banner h2 {
        font-size: 35px;
    }
    .top-banner {
      padding: 30px 15px;
    }

    .page-content form .step-1, .page-content form .step-2 {
      padding: 2rem 5rem !important;
    }
    
  }
  .uploadOuter .dragBox label {
    border: 3px solid #5461c8;
    border-radius: 16px;
    padding: 8px 20px;
    color: #5461c8;
  }
  .uploadOuter .dragBox label:hover {
    color: white;
    background-color: rgb(197, 195, 195);
  }
  .uploadOuter .dragBox strong {
    margin: 0 20px;
    font-weight: 500;
  }

  #preview {
    display: flex;
    align-items: center;
    margin: 32px 0px;
    row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    img {
      border-radius: 5px;
      width: 324px;
      height: 392px;
    }
  }

  .pet-image-preview {
    max-width: 270px;
    max-height: 340px;
  }
  .custom-container {
    max-width: 100%;
    padding-right: 14rem;
    padding-left: 14rem;
    margin-right: auto;
    margin-left: auto;
   }
  @media (min-width: 576px) {
    .custom-container {
      max-width: 700px;
    }
    .page-main-note {
       padding: 30px 1.5rem 0px 1.5rem;
     }
  }
  @media (min-width: 768px) {
 
   .custom-container {
      max-width: 880px;
    }

    .page-main-note {
      padding: 30px 4rem 0px 4rem;
    }

  }
  @media (min-width: 992px) {
    .custom-container {
      max-width: 980px;
    }
    .bandanaInput {
      margin-top: 15px;
    }

    .custom-container {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .section-container {
      padding: 30px 70px;
    }

    .page-main-note {
      padding: 30px 5rem 0px 5rem;
    }
  }
  @media (min-width: 1200px) {
    .custom-container {
      max-width: 1200px;
      padding-right: 10rem;
      padding-left: 10rem; 
    }
    .section-container{
      padding: 30px 100px;
    }

    .page-main-note {
      padding: 30px 11rem 0px 11rem;
    }

  }
  @media (min-width: 1400px) {
    .custom-container {
      max-width: 1320px;
      padding-right: 14rem;
      padding-left: 14rem; 
    }
    .page-main-note {
      padding: 30px 20rem 0px 20rem;
    }
 
  }
  .ear-images {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 4rem;
  }
  #right-col {
    display: flex;
    flex-direction: row;
    gap: 55px;
  }
  #left-col {
    display: flex;
    flex-direction: row;
    gap: 55px;
  }
  .ear-image {
    display: flex;
    height: 140px;
    width: 140px;
    align-items: center;
    justify-content: center;
  }
  .right-label {
    font-family: {{ regular_font.family }};
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #5461C8;
  }
  .left-label {
    font-family: {{ regular_font.family }};
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #5461C8;
  }
  .next-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  #next-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 51px;
    background: #AE1EB5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    font-family: {{ button_font.family }};
    border: none;
    letter-spacing: {{ button_letter_spacing |  append: 'px'}};
  }
  #next-button:hover {
    background: {{ button_secondary_color }};
    border: 1px solid{{button_border_color_hover}};
  }
  .product-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Step 4 position cards: stretch to same track as #pet-info (align-items:center shrinks cards to icon row width) */
  #template-page-product-customizer #productOptionsContainer.product-options {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Step 5 (positions / ear): fill custom-container; avoid shrink in flex layouts */
  #template-page-product-customizer .step5 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  #template-page-product-customizer .step4,
  #template-page-product-customizer .step6,
  #template-page-product-customizer .rushContainer_Parent {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  /* Step 4 eye-color block: fluid horizontal padding (overrides fixed .step-4 rem padding at all breakpoints) */
  #template-page-product-customizer .step-4 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: clamp(0.75rem, 5vw, 8rem);
    padding-right: clamp(0.75rem, 5vw, 8rem);
  }

  #template-page-product-customizer form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .product-options-label {
    font-family: {{ regular_font.family }};
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .body-position {
    font-family: {{ regular_font.family }};
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
  }
  .body-position-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 186px;
    max-height: 183px;
    flex-shrink: 0;
    margin-bottom: 40px;
  }

  /* Caption + control share one <label> so clicks on text toggle the radio (:checked styles). */
  .body-position-image > label {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 100%;
  }
  
  .position-label {
    color: #5461C8;
    text-align: center;
    font-family: 'Poppins' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section-container {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    border-radius: 52px;
    background: rgba(84, 97, 200, 0.06);
    padding: 30px 125px;
    width: 100%;
  }

  .section-description{
    margin-top: -25px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .section-heading {
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-family: {{ regular_font.family }};
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    gap: 67px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .productPositions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    gap: 55px;
    flex-direction: row;
  }
  .productPositions.tail{
   flex-wrap: wrap;
  }

  /* Step 4 — eye (#pet-info) + mouth/body/tail: one card shell (bg, radius, padding, width) */
  #template-page-product-customizer #pet-info {
    max-width: var(--cc-step4-option-card-max, min(100%, 888px));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: var(--cc-step4-card-bg);
    border-radius: var(--cc-step4-card-radius);
    padding: var(--cc-step4-card-padding-y) var(--cc-step4-card-padding-x);
  }

  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--cc-step4-option-card-max, min(100%, 888px));
    width: 100%;
    box-sizing: border-box;
    background: var(--cc-step4-card-bg);
    border-radius: var(--cc-step4-card-radius);
    padding: var(--cc-step4-position-pad-y) var(--cc-step4-position-pad-x);
    align-items: stretch;
  }

  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .section-heading {
    margin-top: 0;
    margin-bottom: 8px;
    gap: 0;
    width: 100%;
    max-width: var(--cc-step4-position-heading-max);
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    align-self: center;
  }

  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .section-description {
    margin-top: 1px;
    margin-bottom: 40px;
    width: 100%;
    max-width: var(--cc-step4-position-heading-max);
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323232 !important;
    text-align: center;
    align-self: center;
  }

  /* Same row layout as Step 1 species (.step_SpecieType .pet-images) */
  /* Mouth/body: one row. Tail: 4 in one row by default; ≤767px → 2×2. */
  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions:not(.tail) {
    margin-top: 0;
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    align-items: start;
    justify-items: center;
    gap: clamp(1rem, 4vw, 3.25rem);
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    align-self: stretch;
    box-sizing: border-box;
    min-height: 0;
    overflow-x: visible;
    overflow-y: visible;
  }

  /* Tail: flex row for tablets and above. 2×2 grid only ≤575px (see that media block). */
  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions.tail {
    margin-top: 0;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 26px !important;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Same column stack as Step 1 (.pet-image-container) */
  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .body-position-image {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-self: stretch;
    max-height: none;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  /* Prevent tail items from taking 100% width in flex layout, causing vertical wrapping */
  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions.tail .body-position-image {
    width: auto !important;
  }

  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .body-position-image > label {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Shared circle size: Step 1 + positions + ears (aligned on mobile with Step 1 species) */
  #template-page-product-customizer {
    --cc-position-ring: 120px;
    --cc-position-border-muted: #c9cdd8;
    --cc-step4-option-card-max: min(100%, 888px);
    --cc-step4-card-bg: rgba(84, 97, 200, 0.06);
    --cc-step4-card-radius: 52px;
    --cc-step4-card-padding-y: 28px;
    --cc-step4-card-padding-x: clamp(20px, 4vw, 48px);
    /* Mouth/body/tail cards: match #pet-info outer + ~.mt-20 + .step-4 horizontal rhythm */
    --cc-step4-position-pad-y: calc(var(--cc-step4-card-padding-y) + 20px);
    --cc-step4-position-pad-x: clamp(2rem, 8vw, 8rem);
    --cc-step4-position-heading-max: min(100%, 520px);
  }

  @media (max-width: 1024px) {
    #template-page-product-customizer {
      --cc-position-ring: min(112px, 26vw);
    }
  }

  @media (max-width: 767px) {
    #template-page-product-customizer {
      --cc-position-ring: min(88px, 24vw);
    }
  }

  @media (max-width: 480px) {
    #template-page-product-customizer {
      --cc-position-ring: min(72px, 22vw);
    }
  }

  #template-page-product-customizer .step_SpecieType .pet-images .pet-image {
    margin-bottom: 8px;
    border-radius: 50%;
    width: var(--cc-position-ring) !important;
    height: var(--cc-position-ring) !important;
    min-width: var(--cc-position-ring) !important;
    min-height: var(--cc-position-ring) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid var(--cc-position-border-muted);
    background: #fff;
    flex-shrink: 0;
  }

  #template-page-product-customizer .step_SpecieType .pet-images .pet-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    border: none !important;
    border-radius: 0;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  #template-page-product-customizer .step_SpecieType .pet-image.active,
  #template-page-product-customizer .step_SpecieType .pet-image:hover {
    border-width: 3px;
    border-color: #5562c8;
    border-style: solid;
  }

  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section :is(.mouth-label, .body-label, .tail-label) {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--cc-position-ring);
    height: var(--cc-position-ring);
    min-width: var(--cc-position-ring);
    min-height: var(--cc-position-ring);
    margin-bottom: 0;
    padding: 0;
    border: 2px solid var(--cc-position-border-muted);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    cursor: pointer;
  }

  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section :is(.mouth-label, .body-label, .tail-label) {
    isolation: isolate;
  }

  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section :is(.mouth-label, .body-label, .tail-label) img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    padding: 0 !important;
    border: none !important;
    border-radius: 0;
    object-fit: cover;
    object-position: center center;
    display: block;
    position: relative;
    z-index: 1;
  }

  /* Captions under position circles — same type as ear .imagePositionValue */
  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .position-label-mouth,
  #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .position-label-mouth--step1 {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    font-style: normal;
    color: #323232 !important;
    text-align: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: normal;
    overflow-wrap: break-word;
    word-break: normal;
    margin-top: 6px;
  }

  /* Mouth/body/tail: purple ring via .step5 … (same as .step5 .ear-images … ear-label); tint below */
  #template-page-product-customizer .mouth-position-section [type=radio]:checked + div.mouth-label::after,
  #template-page-product-customizer .mouth-position-section [type=radio]:hover + div.mouth-label::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 3;
    inset: 0;
    border-radius: 50%;
    background: #5461c8;
    opacity: 0.22;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  #template-page-product-customizer .mouth-position-section [type=radio]:checked + div.body-label::after,
  #template-page-product-customizer .mouth-position-section [type=radio]:hover + div.body-label::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 3;
    inset: 0;
    border-radius: 50%;
    background: #5461c8;
    opacity: 0.22;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  #template-page-product-customizer .mouth-position-section [type=radio]:checked + div.tail-label::after,
  #template-page-product-customizer .mouth-position-section [type=radio]:hover + div.tail-label::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 3;
    inset: 0;
    border-radius: 50%;
    background: #5461c8;
    opacity: 0.22;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  /* Single ring: border on the label only — no img outline (avoids double border). */

  /* Step 4 — mouth/body/tail + ear: tablet and below (avoid overflow, allow wrap) */
  @media (max-width: 1024px) {
    #template-page-product-customizer #productOptionsContainer {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }

    #template-page-product-customizer #pet-info {
      padding: clamp(22px, 3.5vw, 32px) clamp(16px, 4vw, 40px);
      border-radius: clamp(28px, 5vw, 52px);
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section {
      padding: clamp(32px, 4vw, 44px) clamp(20px, 5vw, 5rem) !important;
      border-radius: clamp(28px, 5vw, 52px);
      background: var(--cc-step4-card-bg);
      min-width: 0;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions:not(.tail) {
      display: grid !important;
      grid-auto-flow: column !important;
      grid-auto-columns: minmax(0, 1fr) !important;
      justify-items: center !important;
      align-items: start !important;
      gap: clamp(10px, 2.5vw, 1.75rem) !important;
    }

    #template-page-product-customizer .step5 .ear-position {
      padding: clamp(32px, 4vw, 44px) clamp(20px, 5vw, 5rem) !important;
      border-radius: clamp(28px, 5vw, 52px);
      background: var(--cc-step4-card-bg);
      min-width: 0;
      max-width: 100%;
    }
  }

  /* ===== Step 5 Rush — Figma Frame 464 (Rush Customization Options) ===== */
  #template-page-product-customizer .rushContainer_Parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    max-width: 870px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  #template-page-product-customizer .rushContainer.rush_container_main {
    width: 100%;
    max-width: 870px;
    padding: 72px 43px;
    box-sizing: border-box;
    background: #F5F8F9;
    border-radius: 51px;
  }

  #template-page-product-customizer .rush_container_main .rushSection {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  #template-page-product-customizer .rush_container_main .rushSection > .form-field.custom-select {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  #template-page-product-customizer .rush_container_main .rush_heading {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-transform: uppercase;
    text-align: center !important;
    color: #000 !important;
    margin: 0 0 8px 0;
  }

  #template-page-product-customizer .rush_container_main .rush_subheading {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #323232;
    max-width: 605px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #template-page-product-customizer .rush_container_main .rush_message {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #323232;
    max-width: 444px;
    margin: 25px auto 0;
  }

  #template-page-product-customizer .rush_container_main .RushSelection_Container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 380px));
    gap: 16px;
    justify-content: center;
    width: 100%;
    max-width: 784px;
    margin: 26px auto 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
  }

  #template-page-product-customizer .rush_container_main .RushSelection_Container > .EstimatedDelivery_box {
    grid-column: 1 / -1;
    margin-bottom: 46px;
    width: 100%;
    max-width: 444px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    gap: 9px;
    margin-top: 0;
  }

  #template-page-product-customizer .rush_container_main .smallRush_circle {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #5562C8;
  }

  #template-page-product-customizer .rush_container_main .main_wrapper_plush_estimated_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
    flex: 1;
    min-width: 0;
  }

  #template-page-product-customizer .rush_container_main #rushTypeLabel {
    background: transparent !important;
    color: #323232 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  #template-page-product-customizer .rush_container_main .label_rushdate_cont {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    max-width: none;
  }

  #template-page-product-customizer .rush_container_main #rushDate,
  #template-page-product-customizer .rush_container_main #rushDate strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #323232 !important;
  }

  #template-page-product-customizer .rush_container_main .main_content_rush_container {
    width: 100%;
    max-width: 380px;
    min-height: 129px;
    margin: 0;
    padding: 28px 24px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #ffffff;
    border: 5px solid #F5F8F9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  #template-page-product-customizer .rush_container_main .circle_style_div {
    width: 50px;
    height: 60px;
    min-width: 72px;
    border-radius: 36px;
    background: #F5F8F9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  #template-page-product-customizer .rush_container_main .circle_style_div img {
    width: 40%;
    height: 50%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }

  #template-page-product-customizer .rush_container_main .content_Rushvalue {
    flex: 1;
    min-width: 0;
    width: auto;
  }

  #template-page-product-customizer .rush_container_main .main_wrapper_plush_content .rushLabel {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    margin: 0;
  }

  #template-page-product-customizer .rush_container_main .main_wrapper_plush_content .rush_estimated {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin: 0;
    padding: 0;
  }

  #template-page-product-customizer .rush_container_main .main_wrapper_plush_content .rush_price_cont {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #538874;
    margin: 0;
    padding-top: 2px;
  }

  #template-page-product-customizer .rush_container_main .rush-toggle .toggle-slider {
    width: 50px;
    height: 26px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
  }

  #template-page-product-customizer .rush_container_main .rush-toggle .toggle-slider::before {
    width: 22px;
    height: 22px;
    top: 2px;
    left: 2px;
  }

  #template-page-product-customizer .rush_container_main .rush-toggle input[type="radio"]:checked + .toggle-slider {
    background: #69d0b0;
  }

  #template-page-product-customizer .rush_container_main .rush-toggle input[type="radio"]:checked + .toggle-slider::before {
    transform: translateX(24px);
  }

  #template-page-product-customizer .rush_container_main .next-button-container {
    margin-top: 72px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #template-page-product-customizer .rush_container_main #next-button.rush-next-figma-btn {
    margin: 0 !important;
    background: #5562c8 !important;
    border: 1px solid #5562c8 !important;
    border-radius: 100px !important;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 17px 102px !important;
    min-width: 251px;
    min-height: 54px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
  }

  @media (max-width: 820px) {
    #template-page-product-customizer .rushContainer.rush_container_main {
      padding: 48px 24px;
    }

    #template-page-product-customizer .rush_container_main .RushSelection_Container {
      grid-template-columns: 1fr;
    }

    #template-page-product-customizer .rush_container_main .RushSelection_Container > .EstimatedDelivery_box {
      margin-bottom: 38px;
    }

    #template-page-product-customizer .rush_container_main #next-button.rush-next-figma-btn {
      padding: 17px 48px !important;
      min-width: 0;
      width: 100%;
      max-width: 320px;
    }
  }

  #template-page-product-customizer .rushContainer_Parent .rushContainer:not(.rush_container_main) #next-button.rush-next-figma-btn {
    margin: 60px auto 0 !important;
    background: #5562c8 !important;
    border: 1px solid #5562c8 !important;
    border-radius: 100px !important;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 17px 48px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
  }

  .product-option-title {
    font-size: 24px;
    font-family: {{ regular_font.family }};
    font-weight: 700;
    line-height: normal;
    font-style: normal;
  }
  #final-step-button {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
  }
  .final-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .final-options-label {
    font-family: {{ regular_font.family }};
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
  }
  .upgrade-label {
    font-family: {{ regular_font.family }};
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    margin-top: 23px;
  }
 
.final-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    background: #F5F8F9;
    padding: 72px 47px 21px;
    border-radius: 51px;
    width: 100%;
    max-width: 870.67px;
    margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
    .final-product-grid {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }
}
.final-product-card {
    align-items: center;
    padding: 24px 30px 24px 24px;
    display: flex;
    flex-direction: row;
    border-radius: 40px;
    background: #FFFFFF;
    box-shadow: none;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 0px;
    width: 100%;
    min-height: 129px;
    box-sizing: border-box;
}
  .final-product-card-details {
    width: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    align-items: flex-start;
}
  .final-product-card-label {
    font-family: var(--cc-plush-font-regular), "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #323232;
    margin: 0;
  }
  .final-product-card-price {
    font-family: var(--cc-plush-font-regular), "Open Sans", sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 6px;
    margin: 0;
    line-height: 1.35;
  }

  .final-product-card-price .final-product-add-on-strike {
    padding-right: 2px;
    text-decoration: line-through;
    color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  .final-product-card-price .final-product-add-on-price {
    color: #538874;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .zipper-pouch-description {
    font-family: var(--cc-plush-font-regular), "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    color: #323232;
  }
  .final-product-card-description {
    font-family: var(--cc-plush-font-regular), "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    color: #323232;
  }
  .zipper-pouch-checkbox-container {
    border-radius: 15px;
    padding-top: 20px;
  }
  .zipper-pouch-checkbox-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    flex-shrink: 0;
}
  #zipper-pouch-checkbox {
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #5461C8;
    background: #D9D9D9;
    margin: 13px 19px;
    padding: 0px;
  }
  .zipper-pouch-checkbox-label {
    color: #5461C8;
    font-family: {{ regular_font.family }};
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 21px 26px 21px 0;
  }
  .zipper-pouch-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    flex-shrink: 0;
}

  .zipper-image {
    width: 100%;
    height: 100%;
    border-radius: 36px;
    object-fit: contain;
}
  .dropdown-bandanna {
    margin: 16px 0px;
    padding: 12px 122px 13px 17px;
    background: white;
    color: rgba(0, 0, 0);
    font-family: {{ regular_font.family }};
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
  }
  .count-cuddle-label {
    font-family: {{ regular_font.family }};
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 120px;
  }

  #quantity-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #final_quantity {
    font-weight: 800;
    text-align: center;
    margin: 0;
    font-size: 24px;
    background-color: white;
    color: black;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0 0;
  }

  #quantity {
    font-weight: 800;
    text-align: center;
    margin: 0;
    font-size: 24px;
    background-color: white;
    color: black;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0 0;
  }
  .add-to-cart-button {
    margin-top: 63px;
    margin-bottom: 120px;
    background: {{ add_cart_button_color }};
  }
  .add-to-cart-button:hover {
    background: {{ add_cart_button_color_hover }};
  }
  .image-capacity-full-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-capacity-full {
    /* display: none; */
    border-radius: 16px;
    border: 3px solid #5461C8;
    background: #D9D9D9;
    max-width: 486px;
    max-height: 125px;
  }
  .image-capacity-full-content {
    color: #5461C8;
    text-align: center;
    font-family: {{ regular_font.family }};
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4.37px 60px 9px 54px;
  }
  .delete-button {
    width: 30px;
    height: 30px;
    padding: 3px 3px 0;
    background-color: #898181;
    top: 6px;
    left: 115px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
  }
  .image-container {
    position: relative;
    display: inline-block;
    width: 66%;
    text-align: center;
    margin: 18px 0px;
  }

  .nextStep-button {
    width: 248px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 !important;
    background: #5461C8 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    border: none !important;
    border-radius: 27px;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
  }
  .nextStep-button:hover,
  .nextStep-button:focus,
  .nextStep-button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    background: #5461C8 !important;
    border: none !important;
  }
  .nextStep-button-SpecieType {
    width: 248px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #5461C8 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    border: none !important;
    border-radius: 27px;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
  }
  .nextStep-button-SpecieType:hover,
  .nextStep-button-SpecieType:focus,
  .nextStep-button-SpecieType:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    background: #5461C8 !important;
    border: none !important;
  }
  /* Ear positions — same shell as mouth/body/tail (tokens + width + padding) */
  #template-page-product-customizer #ear-position-heading,
  #template-page-product-customizer #ear-position-heading.ear-section-heading {
    margin: 0 auto 8px;
    width: 100%;
    max-width: var(--cc-step4-position-heading-max);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    box-sizing: border-box;
  }

  .ear-position {
    display: none;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step5 .ear-position {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--cc-step4-option-card-max, min(100%, 888px));
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    border-radius: var(--cc-step4-card-radius);
    background: var(--cc-step4-card-bg);
    padding: var(--cc-step4-position-pad-y) var(--cc-step4-position-pad-x);
  }

  #template-page-product-customizer .step5 .ear-position .ear-toggle-select {
    margin: 24px 0;
    padding: 16px 12px;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  /* Space between Left/Right ear tabs (.earTabs-Parent) and the image row below */
  #template-page-product-customizer .step5 .ear-position .ear-images {
    margin-top: 40px;
  }

  #template-page-product-customizer .step5 .ear-position .imagePositionValue {
    color: #323232;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 6px;
  }

  #template-page-product-customizer .ear-position .ear-tablink {
    border-radius: 100px !important;
  }

  #template-page-product-customizer .ear-position .ear-tablink.active {
    background: #5562c8 !important;
    color: #fff !important;
  }

  @media (max-width: 990px) {


    .progress-wrapper {
      width: 15%;
      right: 78px;
    }

    .progress-percentage {
      left: 17px;
    }

    .main_content_rush_container{
      justify-content: space-evenly;
       gap: 0px;
       align-items: center;
    }

     .custom-container {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .top-banner h2{
      font-size: 40px;
    }

    .pet-type-container {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      gap: 32px;
      width: 100%;
      background-color: #D9D9D9;
      border-radius: 15px;
      margin-bottom: 15px;
    }
    .input-label {
      display: flex;
      justify-content: left;
    }
    .input-label-description {
      padding: 9px 39px 11px 38px;
    }
    .productPositions {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

    }
    .custom-flex-container {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      column-gap: 14px;
      row-gap: 14px;
    }
    .custom-flex-item {
      width: 100%;
      max-width: none;
      flex: none;
      padding: 10px 0;
      text-align: center;
      transition: all 0.3s ease;
    }
    .one-half {
      justify-content: center;
    }
    .second-half {
      justify-content: center;
    }
    #multi-select {
      width: 40px;
      height: 40px;
      background-color: #D9D9D9;
    }
    .material-icons {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 24px;
    }

    .ear-toggle-select{
      margin: 1rem 7rem;
    }

    .step-4 {
     padding: 0px 7rem;
    }

    
  }

  /* Step 4 eye colors: mobile ≤575px = 5 per row (tablet 576–990px uses 7 cols in rule above) */
  @media (max-width: 575px) {
    .custom-flex-container {
      grid-template-columns: repeat(5, minmax(0, 1fr));
      column-gap: 10px;
      row-gap: 12px;
      padding: 0 12px;
    }
  }

  #quantity-buttons {
   display: flex;
    margin-top: 23px;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  #quantity-button-increment {
    cursor: pointer;
    border-radius: 78%;
    color: white;
    font-weight: 900;
    border: none;
    padding: 12px 0px;
    font-size: 24px;
    background-color: #5461C8;
    max-width: 50px;
  }

  #quantity-button-decrement {
    cursor: pointer;
    border-radius: 78%;
    color: white;
    font-weight: 900;
    border: none;
    padding: 12px 0px;
    font-size: 24px;
    background-color: #5461C8;
    max-width: 50px;
  }

  #quantity-button:hover {
    background-color: black;
    color: white;
  }
  #quantity-container {
   max-width: 190px;
    width: 100%;
  }
  .quantity-box {
    width: 50px;
  }


  /* HIDE RADIO */
  .ear-images [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* IMAGE STYLES */
  .ear-images .ear-label img {
    cursor: pointer;
    width: 170px;
    height: 170px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #5461c8;
    position: relative;
    z-index: 1;
  }


  .ear-images div.ear-label {
    position: relative;
    overflow: visible;
  }


  /* CHECKED STYLES */


  .ear-images [type=radio]:checked + div.ear-label img {
    outline: none;
    border-width: 2px;
    border-color: #5461c8;
    position: relative;
  }

  .ear-images [type=radio]:hover + div.ear-label img {
    outline: none;
    border-width: 2px;
    border-color: #5461c8;
  }

  .ear-images [type=radio]:checked + div.ear-label::after,
  .ear-images [type=radio]:hover + div.ear-label::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 3;
    inset: 0;
    border-radius: 50%;
    background: #5461c8;
    opacity: 0.22;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }


  /* HIDE RADIO ------------------*/
  #template-page-product-customizer [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  /* IMAGE STYLES */
  #template-page-product-customizer [type=radio] + div img {
    cursor: pointer;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #5461c8;
  }
  #template-page-product-customizer [type=radio] + div {
    position: relative;
  }
  /* CHECKED STYLES */

  #template-page-product-customizer
    [type=radio]:checked
    + div:not(.mouth-label):not(.body-label):not(.tail-label):not(.ear-label)
    img {
    outline: 3px solid #5461c8;
    outline-offset: 2px;
  }
  #template-page-product-customizer
    [type=radio]:hover
    + div:not(.mouth-label):not(.body-label):not(.tail-label):not(.ear-label)
    img {
    outline: 3px solid #5461c8;
  }

  #template-page-product-customizer .step5 .ear-images [type=radio] + div.ear-label {
    box-sizing: border-box;
    width: var(--cc-position-ring);
    height: var(--cc-position-ring);
    min-width: var(--cc-position-ring);
    min-height: var(--cc-position-ring);
    border-radius: 50%;
    border: 2px solid var(--cc-position-border-muted);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 auto;
    position: relative;
    background: #fff;
    cursor: pointer;
    isolation: isolate;
  }

  #template-page-product-customizer .step5 .ear-images [type=radio]:checked + div.ear-label,
  #template-page-product-customizer .step5 .ear-images [type=radio]:hover + div.ear-label {
    border-width: 3px;
    border-color: #5562c8;
  }

  #template-page-product-customizer .step5 #productOptionsContainer .section-container.mouth-position-section [type=radio]:checked + div.mouth-label,
  #template-page-product-customizer .step5 #productOptionsContainer .section-container.mouth-position-section [type=radio]:hover + div.mouth-label,
  #template-page-product-customizer .step5 #productOptionsContainer .section-container.mouth-position-section [type=radio]:checked + div.body-label,
  #template-page-product-customizer .step5 #productOptionsContainer .section-container.mouth-position-section [type=radio]:hover + div.body-label,
  #template-page-product-customizer .step5 #productOptionsContainer .section-container.mouth-position-section [type=radio]:checked + div.tail-label,
  #template-page-product-customizer .step5 #productOptionsContainer .section-container.mouth-position-section [type=radio]:hover + div.tail-label {
    border-width: 3px;
    border-color: #5562c8;
  }

  #template-page-product-customizer .step5 .ear-images [type=radio]:checked + div.ear-label::after,
  #template-page-product-customizer .step5 .ear-images [type=radio]:hover + div.ear-label::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 3;
    inset: 0;
    border-radius: 50%;
    background: #5461c8;
    opacity: 0.22;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }

  #template-page-product-customizer .step5 .ear-images [type=radio] + div.ear-label img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0;
    object-fit: cover;
    object-position: center center;
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  #template-page-product-customizer .step5 .ear-images [type=radio]:checked + div.ear-label img,
  #template-page-product-customizer .step5 .ear-images [type=radio]:hover + div.ear-label img {
    border: none !important;
    outline: none !important;
  }

  #template-page-product-customizer [type=radio]:checked + div.final-product-positions:not(.mouth-label):not(.body-label):not(.tail-label)::after,
  #template-page-product-customizer [type=radio]:hover + div.final-product-positions:not(.mouth-label):not(.body-label):not(.tail-label)::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 2;
    inset: 0;
    border-radius: 50%;
    background: #5461c84d;
    opacity: 1;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }

  .disabled {
    pointer-events: none;
    /* Disable pointer events */
    opacity: 0.1;
    /* Make it visually indicate it's disabled */
  }
  .error-msg {
    color: red;
    padding: 5px;
    display: none;
  }
  .error {
    color: red;
    padding: 5px;
    display: block;
  }

  #email-label {
    display: flex;
    justify-content: flex-start;
  }

  .image-uploader .selected-image-container {
    display: block;
    margin: auto auto 15px;
    max-width: 270px;
    max-height: 340px;
    position: relative;
  }
  .image-uploader .selected-image-container img {
    width: 270px;
    height: 340px;
    border-radius: 10px;
  }


  input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
    /* Other browsers */
    width: 100%;
    /* Optional: Ensure input takes up full width */
  }
  input[type="checkbox"]#different-eye-color {
    -webkit-appearance: initial;
    appearance: initial;
    background: white;
    border: none;
    position: relative;
    border: 1px solid black;
    cursor: pointer;
  }
  input[type="checkbox"]#different-eye-color:checked {
    background: #5461C8;
  }
  input[type="checkbox"]#different-eye-color:checked:after {
    /* Heres your symbol replacement */
    content: "X";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  input[type="checkbox"]#zipper-pouch-checkbox {
    -webkit-appearance: initial;
    appearance: initial;
    background: white;
    border: none;
    position: relative;
  }
  input[type="checkbox"]#zipper-pouch-checkbox:checked {
    background: #5461C8;
  }
  input[type="checkbox"]#zipper-pouch-checkbox:checked:after {
    /* Heres your symbol replacement */
    content: "X";
    color: #fff;


    /* The following positions my tick in the center,
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #image-links {
    display: none;
  }
  #dragArea {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }
  #popUpButton {
    border: 1px solid #5461C8;
    border-radius: 50%;
    padding: 5px;
    color: #5461C8;
    cursor: pointer;
  }
  .sizeDropdownDiv {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* Popup content */
  .popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75%;
    max-width: 800px;
    position: relative;
  }

  /* Close button */
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 35px;
    cursor: pointer;
    background-color: transparent;
  }
  .close:hover {
    background-color: transparent;
  }

  /* Styles for tabs */
  .tablinks-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tablinks {
    display: inline-block;
    padding: 10px 45px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    float: left;
  }


  .tablinks.active {
    background-color: #5461C8;
    color: white;
  }

  /* Styles for tables */


  .tabcontent {
    display: none;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
  table td {
    text-align: center;
    vertical-align: top;
  }

  th,
  td {
    padding: 12px 15px;
    text-align: center;
    border: 1px solid gray;
  }

  th {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  td {
    background-color: #fff;
  }

  tr:nth-child(even) td {
    background-color: #f9f9f9;
  }
  .sizechartTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.2em;
    font-weight: bold;
  }

  .viewSizeChart {
    font-size: 18px;
    text-decoration: underline;
    color: {{ button_primary_color }};
    cursor: pointer;
    padding-top: 2px;
  }
  #size-chart-button {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: white;
    color: {{ button_primary_color }};
    cursor: pointer;
    border: 4px solid{{ button_primary_color }};
    cursor: pointer;
    font-family: {{ button_font.family }};
  }
  #size-chart-button:hover {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: {{ button_primary_color }};
    color: white;
    cursor: pointer;
    border: 4px solid{{ button_primary_color }};
    font-family: {{ button_font.family }};
  }
  #size-chart-button.selected {
    background-color: {{ button_primary_color }};
    color: white;
  }
  .imagesCheckbox {
    position: absolute;
    height: 30px;
    width: 30px !important;
    margin: 10px;
  }
  .thanks_message {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: none;
  }
  .petDetails_message {
    font-size: 20px;
    text-align: center;
    padding: 20px 180px;
    color: black;
    background: none !important;
  }
  .image-container {
    display: inline-block;
  }
  .thanks-message-content {
    color: white;
    margin-top: 20px;
  }
  .stepButtonDiv,
  .startSelectionButtonDiv {
    display: flex;
    justify-content: center;
  }
  .stepButton,
  .startSelectionButton {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
  }
  .radio-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width:100%;
    height: 100%
  }

  .radio-label input[type="radio"] {
    display: none;
  }

  .radio-label img {
    display: block;
    width: 100%;
  }

  .radio-label::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 0 1px #000;
    transition: background-color 0.3s
    , border-color 0.3s;
  }

  .radio-label.selected::before {
    background: #5461c8;
    border-color: #5461c8;
  }

  .radio-label:checked {
    background: #5461c8;
    border-color: #5461c8;
  }

  .image-container {
    position: relative;
    display: inline-block;
    width: 66%;
    text-align: center;
    margin: 18px 0px;
  }


  .delete-button-with-radio {
    width: 30px;
    height: 30px;
    padding: 3px 3px 0;
    background-color: #898181;
    top: 5px;
    left: 380px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
  }
  .rushSection select {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.46);
    background: rgba(217, 217, 217, 0.45);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-top: 95px;
    margin-bottom: 25px;
  }

  /*the container must be positioned relative:*/
  .custom-select {
    position: relative;
  }

  .custom-select select {
    display: none;
    /*hide original SELECT element:*/
  }

  .select-selected {
    background-color: #c2c4c3;
    color: #43494d !important;
    border-radius: 15px;
    padding: 20px !important;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-color: transparent !important;
  }

  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 32px;
    right: 30px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
  }

  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 25px;
  }

  /*style the items (options), including the selected item:*/
  .select-items div,
  .select-selected {
    color: #000000;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-color: transparent;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 16px;
  }

  .select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
  }
  .select-selected.black {
    color: black;
  }

  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #d9d9d9;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 20px 20px;
    padding: 10px;
  }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover,
  .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

  #rushSelect {
    color: black;
  }

  #rushSelect option:disabled {
    color: gray;
  }

  .iti__flag-container {
    left: 5px !important;
  }

  @media (max-width: 575px) {

    .progress-wrapper {
      width: 20%;
      right: 44px;
    }

    .progress-percentage {
     left: 14px;
    }

    .delete-button-with-radio {
     left: 202px !important;
    }
    .position-label {
      font-size: 15px;
    }

    .count-cuddle-label {
     font-size: 20px;
     text-align: center;
    }
    .DescriptionBox {
      font-size: 12px;
    }
    .DescriptionBox_Container {
       width: auto;
     }

    .image-container {
     width: 65%;
    }

    .delete-button {
     left: 42px !important;
    }

    .dragBox {
      width: 80% !important;
      padding: 10px 0 !important;
    }

    .dropdown-bandanna {
      padding: 12px;
      font-size: 12px;
    }

    .rushSection {
      max-width: 490px;
    }

    .section-container {
      padding: 30px 30px !important;
    }

    #template-page-product-customizer #pet-info {
      padding: 24px 18px !important;
      border-radius: clamp(24px, 8vw, 48px);
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section {
      padding: 28px clamp(18px, 5vw, 28px) !important;
      border-radius: clamp(24px, 8vw, 48px);
      background: var(--cc-step4-card-bg);
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions:not(.tail) {
      display: grid !important;
      grid-auto-flow: column !important;
      grid-auto-columns: minmax(0, 1fr) !important;
      justify-items: center !important;
      align-items: start !important;
      gap: 12px 14px;
      max-width: 100%;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions.tail {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      grid-auto-flow: row !important;
      justify-items: center !important;
      align-items: start !important;
      gap: 12px 14px !important;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .position-label-mouth,
    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .position-label-mouth--step1 {
      font-size: 13px;
      line-height: 1.3;
      white-space: normal;
      width: 100%;
      min-width: 0;
      max-width: 100%;
    }

    #template-page-product-customizer .step5 .ear-position .imagePositionValue {
      font-size: 13px;
      line-height: 1.3;
      margin-top: 10px;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .body-position-image > label {
      max-width: 100%;
    }

    #template-page-product-customizer .step5 .ear-position {
      padding: 28px clamp(18px, 5vw, 28px) !important;
      border-radius: clamp(24px, 8vw, 48px);
      background: var(--cc-step4-card-bg);
    }

    .productPositions {
      justify-content: space-evenly;
      gap: 10px;
      row-gap: 10px;
    }

    #right-col,
    #left-col {
      gap: 15px;
      justify-content: space-evenly;
      flex-wrap: wrap;
    }

    .ear-tablink {
      width: 210px !important;
    }

    .ear-toggle-select {
      margin: 1rem 1rem;
      gap: 0px;
      justify-content: space-evenly;
    }

    .Colorpalette-Tab {
      width: 100%;
    }

    .tablinks-ColorPalette {
      width: 48% !important;
    }

    .step-4 {
      padding: 0 1rem;
    }

    .multi-color-select {
      display: flex !important;
      justify-content: space-evenly !important;
    }

    .pet-images {
      gap: 2rem;
    }
    .step_SpecieType .pet-images {
      flex-wrap: nowrap;
      gap: 1.5rem;
    }
    .step_SpecieType .pet-images .pet-image,
    .step_SpecieType .pet-images img {
      width: 72px !important;
      height: 72px !important;
    }

    .image-description.show {
      padding: 20px;
    }

    #preview img {
      width: 200px !important;
      height: 250px !important;
    }

    .page-content form .step-1,
    .page-content form .step-2 {
      padding: 1.5rem 1.5rem !important;
    }
    .page-content form .step-2 {
      grid-template-columns: 1fr;
    }

    .top-banner {
       padding: 20px 10px 10px;
    }

    .petDetails_message {
      padding: 0;
    }

    #different-eye-color-label {
      text-align: left !important;
    }

    .image-uploader .dragBox-label {
      display: none;
    }
 }

 
  @media (max-width: 998px) {
    .delete-button-with-radio {
     left: 332px ;
    }
    .petDetails_message {
      padding: 0;
    }
    .dragBox {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 90%;
      padding: 14px 0;
      margin: 0 auto;
      position: relative;
      text-align: center;
      font-weight: 500;
      transition: transform 0.3s;
      {% comment %} box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); {% endcomment %}
      font-family: {{ regular_font.family }};
      font-size: 22px;
      input[type="file"] {
        position: absolute;
        border-radius: 20px;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        padding: 0;
      }
    }

    .zipper-pouch-checkbox-outer {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .zipper-pouch-checkbox-container {
      margin-bottom: 60px;
      width: 100%;
      height: 66px;
      display: flex;
      align-items: center;
    }

    .zipper-pouch-checkbox-label {
      padding: 0;
    }
    .flex-box {
      display: flex;
      flex-wrap: wrap;
      padding: 0 10px;
    }
    .flex-box .number {
      position: relative;
      top: 35px;
      left: -10px;
      background-color: #5461c8;
    }
    .flex-box .number span {
      color: white;
    }
    .image-uploader textarea {
      margin-left: 30px;
      width: 82%;
    }

    .pet-breed-description {
      text-align: left;
      font-family: {{ regular_font.family }};
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-bottom: 1rem;
    }
    #preview {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      margin-top: 60px;
      row-gap: 20px;
      column-gap: 6px;
      img {
        border-radius: 5px;
        width: 300px;
        height: 360px;
      }
    }
    .image-container {
      flex-basis: calc(50% - 5px);
      width: 60%;
    }

     .delete-button {
       left: 82px;
     }

     .section-container {
       padding: 30px 70px;
     }

    #template-page-product-customizer #pet-info {
      padding: var(--cc-step4-card-padding-y) var(--cc-step4-card-padding-x);
      border-radius: var(--cc-step4-card-radius);
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section {
      padding: var(--cc-step4-position-pad-y) var(--cc-step4-position-pad-x) !important;
      border-radius: var(--cc-step4-card-radius);
      background: var(--cc-step4-card-bg);
    }

    #template-page-product-customizer .step5 .ear-position {
      padding: var(--cc-step4-position-pad-y) var(--cc-step4-position-pad-x) !important;
      border-radius: var(--cc-step4-card-radius);
      background: var(--cc-step4-card-bg);
    }

     .page-content form .step-3{
      max-width: 800px;
    } 

    .page-content form .step-1, .page-content form .step-2 {
      padding: 3rem 7rem;
    }
  }


  /* free product style */
  .create-pet1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

    input,
    select {
      display: block;
      width: 100%;
      height: 40px;
      margin: 20px 0;
      padding: 0 10px;
      border: 1px solid #dedede;
      background-color: transparent;

       &:focus {
        outline: none;
      }
    }
  }

  .create-pet__form1 {
    background: #fff;
    max-width: 400px;
    width: calc(100% - 60px);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
  }

  .create-pet__form1::-webkit-scrollbar {
    width: 12px;
    /* Width of the entire scrollbar */
  }
  .create-pet__form1::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the scrollbar track */
    border-radius: 16px;
    /* Rounded corners of the track */
    margin: 10px;
  }

  .create-pet__form1::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 16px;
    /* Rounded corners of the thumb */
    border: 3px solid #f1f1f1;
    /* Adds space around the thumb for padding */
  }

  .create-pet__form1::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Color of the thumb on hover */
    cursor: pointer;
  }


  .free-product1 {
    max-width: 450px !important;
  }
  .gift-button1 {
    cursor: pointer;

  }
  .create-pet__error1 {
    margin: -15px 0 0;
    padding: 0;
    color: red;
  }

  .create-pet__form1 {
    background: #fff;
    max-width: 400px;
    width: calc(100% - 60px);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .free-product1 {
    max-width: 900px !important;
    max-height: 700px;
    height: 100%;
    border: 1px solid black;
    border-radius: 15px;
    text-align: center;
  }
  .gift-button1 {
    cursor: pointer;

  }
  .create-pet__error1 {
    margin: -15px 0 0;
    padding: 0;
    color: red;
  }
  .popUpContainer {
    display: flex;
  }

  #free_product_title {
    font-weight: 700 !important;
    margin: 10px 0;
    font-size: 22px;
  }

  .freeProductName {
    font-weight: bold;
  }

  .productImageContainer {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }

  .productImage {
    margin-top: 20%;
    width: 400px;
    height: 400px;
    object-fit: fill;
    border-radius: 10px;
  }

  .productDetailsContainer {
    width: 50%;
    padding-top: 35px;
  }

  .productName {
    text-align: left;
    margin-left: 25px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .productPriceContainer {
    text-align: left;
    margin: 10px 25px;
  }

  .productOriginalPrice {
    font-weight: 500;
    font-size: 22px;
  }

  .productComparePrice {
    font-size: 22px;
    font-weight: 500;
    color: rgb(0, 0, 0, 0.32);
    text-decoration: line-through;
  }

  .productReviews {
    text-align: left;
    margin-left: 25px;
  }

  .selector-wrapper-free-product {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 10px;
    margin-left: 25px;
  }

  .selector-wrapper-free-product label {
    font-weight: 700;
    color: #363636;
    font-size: 1rem;
  }

  .selector-wrapper-free-product label:after {
    content: ":";
  }

  .selectFreeVariant select {
    margin: 8px 0;
  }

  .selectFreeVariant:not(.is-multiple) {
    height: unset;
  }

  .selectFreeVariant select {
    border: 1px solid black;
    border-radius: 8px;
    font-size: 17px;
  }

  .selectFreeVariant {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: top;
  }

  .close-button-free-product-popup {
    display: flex;
    position: relative;
    top: -70px;
    left: 100%;
    cursor: pointer;
    background-color: #5461c8;
    border: 1px solid #5461c8;
    border-radius: 50%;
    font-size: 20px;
    padding: 2px;
    margin: 0;
    line-height: 1;
    color: white;
    width: 30px;
    height: 30px;
    justify-content: center;
  }

  .close-button-uploader-free-product {
    display: none;
    position: relative;
    top: -8px;
    left: 100%;
    cursor: pointer;
    background-color: #5461c8;
    border: 1px solid #5461c8;
    border-radius: 50%;
    font-size: 16px;
    padding: 2px;
    margin: 0;
    line-height: 1;
    color: white;
  }

  .close-button-uploader-free-product:hover {
    color: white;
    border: 1px solid #5461c8;
    padding: 2px;
  }

  .dragDropText {
    font-weight: unset;
    cursor: pointer;
    color: #000;
  }

  .productUploaderHeading {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 10px;
  }
  .uploadLater{
    width: 100%;
    max-width: 430px;
    margin: auto;
  }
  .upload_later_note{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  .uploadOuterFree {
    margin: 10px 25px;
  }

  .uploadOuterFree .dragBox label {
    border: 3px solid #5461c8;
    border-radius: 16px;
    padding: 8px 20px;
    color: #5461c8;
  }
  .uploadOuterFree .dragBox strong {
    margin: 0 20px;
    font-weight: 500;
  }
  .uploadOuterFree .dragBoxFree label {
    border: 3px solid #5461c8;
    border-radius: 10px;
    padding: 0 20px;
    color: white;
    background-color: #5461C8;
  }
  .uploadOuterFree .dragBoxFree strong {
    margin: 0 20px;
    font-weight: 500;
  }

  .swatches-label-free-product {
    text-align: left;
    margin-left: 25px;
    font-weight: 700;
  }

  .customRadioInputs {
    width: 0 !important;
  }

  .dragBoxFree {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 500;
    color: #000;
    transition: transform 0.3s;
    border-radius: 10px;
    background: #d9d9d9;
    font-size: 22px;
    cursor: pointer;
    input[type="file"] {
      position: absolute;
      border-radius: 20px;
      height: 100%;
      width: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      padding: 0;
    }
  }

  .add-to-cart-button-free-product {
    background-color: #5461c8;
    padding: 10px 20px;
    max-width: 315px;
    width: 100%;
    border: 1px solid #5461c8;
    border-radius: 24px;
    color: #fff;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 30px;
    cursor: pointer;
  }

  .close-button-free-product-popup {
    left: 95%;
  }

  .swatchesImage input[type="radio"] + img {
    border-radius: 50%;
    cursor: pointerselectBackground;
  }

  .swatchesImage input[type="radio"]:checked + img {
    outline: 2px solid #5461c8;
    border-radius: 50%;
  }

  .rounded-button {
    border-radius: 50%;
    margin-bottom: 7px;
    padding: 5px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: 1px solid gray;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .rounded-button:hover {
    border-color: #5461c8;
    border: 2px solid #5461c8;
  }

  .rectangle-button {
    border-radius: 10px;
    padding: 5px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: 1px solid gray;
    /* width: 80px; */
    height: 30px;
    margin: 3px;
  }
  .rectangle-button:hover {
    border-color: #5461c8;
    border: 2px solid #5461c8;
  }
  .swatches-select {
    display: flex;
    flex-direction: column;
  }
  .swatches-label {
    font-weight: bold;
    color: #363636;
    margin-bottom: 5px;
  }
  [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* IMAGE STYLES */
  [type=radio] + img {
    cursor: pointer;
  }

  /* CHECKED STYLES */
  [type=radio]:checked + img {
    outline: 2px solid #5461c8;
    border-radius: 2%;
  }
  #selected-swatches {
    font-weight: 400;
  }
  .custom-option-input-label-image-1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .background-options-container-mainparent{
    border-radius: 52px;
    background: rgba(84, 97, 200, 0.06);
    padding: 20px 4px 20px;
    margin: 50px 0px;
  }

  .frame-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 52px;
    background: rgba(84, 97, 200, 0.06);
    padding: 20px 4px 20px;
  }
  .frame-heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 100px;
  }
  .frame-options-container {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .frame-image-container {
    position: relative;
  }
  .frame-image {
    width: 234px !important;
    height: 234px !important;
    border-radius: 10px;
  }
  .background-image {
    width: 234px !important;
    height: 234px !important;
    border-radius: 10px;
  }
  .frame-additional-price {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 40px;
    background-color: white;
    color: #8F288F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .frame-option-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .frame-details-heading {
    color: black;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 500;
  }
  .frame-tooltip {
    display: none;
    width: 120px !important;
    background-color: black !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    position: absolute !important;
    z-index: 1 !important;
    bottom: 35px !important;
    left: 50% !important;
    margin-left: -60px !important;
  }
  .frame-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  .frame-details-heading:hover .frame-tooltip {
    display: block;
  }

  .background-options-heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .background-options-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  .custom_bandana_body .zipper-image {
    transition: opacity 0.1s ease;
  }
  @media (max-width: 800px) {
    .productReviews {
      margin: 10px 0;
      text-align: center;
    }
    .close-button-free-product-popup {
      left: 45%;
    }
    .selector-wrapper-free-product {
      flex-direction: column;
    }
    .popUpContainer {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .productImage {
      width: 226px;
      height: 222px;
    }
    .productName {
      text-align: center;
      margin: 0;
      font-size: 18px;
    }
    .productPriceContainer {
      text-align: center;
    }
    .dragBoxFree {
      display: flex;
      flex-direction: column;
    }
    .uploadOuterFree {
      margin: 0;
    }

    .dragBoxFree {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 10px;
      margin: 0 auto;
      position: relative;
      text-align: center;
      font-weight: 500;
      transition: transform 0.3s;
      font-size: 22px;
      border: 0;
      background: #d9d9d9;
      box-shadow: none;
      input[type="file"] {
        position: absolute;
        border-radius: 20px;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        padding: 0;
      }
    }
  }
  @media (max-width: 768px){
  .step-circle::before{
    min-width: 87px;
  }
  }
  @media (max-width: 540px) {
    .step-circle::before {
        min-width: 57px;
    }
  }
  @media (max-width: 480px) {
    .progress-steps{
      max-width: 100%; 
      padding: 0px 10px;
    }
    .step-label{
      font-size: 10px;
      color: #000;
      max-width: 47px;
      line-height: 14px;
    }

    .step-circle::before{
      min-width: 35px;
    }
    .top-banner{
      background-color: #f6f6f6;
    }
    .step{
      min-height: 88px;
    }
    .top-banner h2{
      font-size: 20px;
    }

    .rush_container_main .rush_subheading{
      padding: 10px 10px 20px;
      max-width: 100%;
      font-size: 14px;
    } 
    .rush_container_main .rush_message{
      max-width: 100%;
      padding: 0px 10px;
    }
    .rush_container_main #rushTypeLabel{
      padding: 7px 10px;
      font-size: 14px;
      text-align: center;
    }
    .label_rushdate_cont{
      font-size: 14px;
    }
    .rush_container_main #rushDate{
      font-size: 14px;
    }
    .circle_style_div img{
      width: 60px;
      height: 60px;
    }
    .progress-percentage {
     left: 16px;
    }

    .progress-wrapper {
      width: 25%;
      right: 44px;
    }

    .progress-status {
     font-size: 0.6em;
     }
    .ear-toggle-select {
      margin: 1rem 0.2rem;
    }

    .final-product-card-details {
      width: 40%;
    }
  
    .rush_heading_new{
      font-size: 18px !important;
    }
    .ear-tablink {
      width: 174px !important;
    }
    #right-col, #left-col {
     gap: 6px;
    }
    .productPositions {
        justify-content: center;
        gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions:not(.tail) {
      display: grid !important;
      grid-auto-flow: column !important;
      grid-auto-columns: minmax(0, 1fr) !important;
      justify-items: center !important;
      gap: 12px 14px;
    }

    .custom-container {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
    }
    
    /* .customizer-step__circle — product-customizer-base.css @575px */

    .final-product-card {
     gap: 0px; 
     justify-content: space-evenly;
    }

    .final-product-card-label {
     font-size: 19px;
    }
     .final-product-card-description {
       font-size: 15px;
     }
    .zipper-image {
     max-width: 150px;
     max-height: 150px;
    }

    .RushSelection_Container {
      padding: 2rem 0.5rem;
    }
    .close-button-free-product-popup {
      top: -50px;
      left: 45%;
    }

    .productDetailsContainer {
      width: 100% !important;
    }
    .productReviews {
      margin: 10px 0;
      text-align: center;
    }
    .selector-wrapper-free-product {
      align-items: center;
      margin-left: 0;
      gap: 6px;
      margin-bottom: 25px;
    }
    .swatches-label-free-product {
      margin-left: 0;
      margin-bottom: 15px;
      text-align: center;
    }
    .productImageContainer {
      width: 85%;
    }
    .create-pet__form1 {
      padding: 20px;
    }

    .tablinks-container {
      display: flex;
      flex-wrap: wrap;
    }
    .tablinks {
      display: inline-block;
      flex-grow: 1;
      flex-basis: calc(100% / 3);
      padding: 10px 45px;
      cursor: pointer;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin: 5px;
      float: left;
    }
    .petDetails_message {
      padding: 0;
    }

    #preview img {
      border-radius: 5px;
      width: 150px !important;
      height: 180px !important;
    }
    .delete-button {
     left: 55px !important;
    }

   .image-container {
      width: 250px !important;
    }
    .pet-images {
      gap: 10px;
      row-gap: 20px;
    }

    .pet-images .pet-image {
     height: 153px;
     width: 150px;
    }

    .pet-images img {
     width: 150px;
     height: 150px;
    }

    .step_SpecieType .pet-images {
      flex-wrap: nowrap;
      gap: 10px;
    }
    .step_SpecieType .pet-images .pet-image,
    .step_SpecieType .pet-images img {
      width: 72px !important;
      height: 72px !important;
      min-width: 72px;
      min-height: 72px;
    }

    .page-content form .step-1, .page-content form .step-2 {
      padding: 1.5rem 0.8rem !important;
    }
    .page-content form .step-2 {
      grid-template-columns: 1fr;
    }
    .delete-button-with-radio {
      left: 166px !important;
    }

    .step-4 {
      padding: 0px 0rem;
    }
    .upload-photo-content-note{
      padding: 0px 16px;
    }
    .upload-photo-content{
      font-size: 16px;
      text-align: left;
      padding-right: 4px;
      color: #666666;

    }
    .uploadLater {
      max-width: 286px;
    }
    .step-3 {
      padding: 65px 19px 65px;
    }
    .dragBox_UplaodLater{
      padding: 15px 0px;
    }
    .upload_later_note{
      padding: 0px 12px;
    }
  } 

  @media (max-width: 390px){
    .step-circle::before{
        min-width: 27px;
    }
    .uploadLater {
      max-width: 236px;
    }
    .upload-photo-content-note {
     padding: 0px 2px;
    }
  }

  /* Step 4 — mouth/body: horizontal row on narrow viewports (tail 2×2 only in max-width:575px block) */
  @media (max-width: 767px) {
    #template-page-product-customizer,
    #template-page-product-customizer .custom-container,
    #template-page-product-customizer .page-content {
      width: 100% !important;
      max-width: 100% !important;
      overflow-x: clip !important;
      box-sizing: border-box !important;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions:not(.tail) {
      display: grid !important;
      grid-auto-flow: column !important;
      grid-auto-columns: minmax(0, 1fr) !important;
      justify-items: center !important;
      align-items: start !important;
      gap: clamp(8px, 2.5vw, 14px) !important;
      width: 100%;
      max-width: 100%;
      overflow-x: visible;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .body-position-image {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      justify-self: stretch;
      margin-left: 0;
      margin-right: 0;
      box-sizing: border-box;
    }
  }

  @media (max-width: 480px) {
    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions:not(.tail) {
      gap: 30px !important;
    }

    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions.tail {
      gap: 12px 0px !important;
    }
  }

  /* Step 5 — ear positions on mobile:
     default (toggle OFF) shows only left (3); toggle ON shows Left/Right tab buttons and tabbed content. */
  @media (max-width: 767px) {
    #template-page-product-customizer .step5 .ear-images {
      flex-direction: row !important;
      flex-wrap: wrap !important;
      align-items: flex-start !important;
      justify-content: center !important;
      gap: 20px !important;
      margin-top: 1.5rem !important;
    }

    #template-page-product-customizer .step5 .ear-images #left-col,
    #template-page-product-customizer .step5 .ear-images #right-col {
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      align-items: flex-start !important;
      justify-content: center !important;
      gap: clamp(8px, 2.5vw, 14px) !important;
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    /* Toggle OFF: left visible, right hidden (JS keeps right synced with left). */
    #template-page-product-customizer .step5 .ear-position:not(:has(#different-ear-position:checked)) .ear-images #left-col {
      display: flex !important;
    }

    #template-page-product-customizer .step5 .ear-position:not(:has(#different-ear-position:checked)) .ear-images #right-col {
      display: none !important;
    }

    #template-page-product-customizer .step5 .ear-position:not(:has(#different-ear-position:checked)) .earTabs-Parent {
      display: none !important;
    }

    /* Toggle ON: show tabs; JS openEarTab controls left/right content visibility. */
    #template-page-product-customizer .step5 .ear-position:has(#different-ear-position:checked) .earTabs-Parent {
      display: block !important;
    }

    #template-page-product-customizer .step5 .ear-position:has(#different-ear-position:checked) .ear-tabs {
      display: flex !important;
    }
  }

  @media (max-width: 480px) {
    #template-page-product-customizer .step5 .ear-images #left-col,
    #template-page-product-customizer .step5 .ear-images #right-col {
      gap: 16px !important;
    }
  }

  /* Step 6 — Figma Frame 455 / 368 header; Frame 454 extras panel */
  #template-page-product-customizer .step6 {
    width: 100%;
    max-width: 870.67px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step6 .final-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    gap: 32px;
    width: 100%;
    max-width: 870.67px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step6 .customizer-step {
    margin: 0;
    padding: 0;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    position: relative;
    top: 0;
  }

  #template-page-product-customizer .step6 .customizer-step__circle {
    width: 122px !important;
    height: 43px !important;
    min-width: 122px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #C681CF !important;
    background: #ffffff !important;
    color: #AE1EB5 !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 35px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
  }

  #template-page-product-customizer .step6 .final-options-label {
    font-family: "Open Sans", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    margin: 0 !important;
    width: auto;
    max-width: 100%;
  }

  #template-page-product-customizer .step6 .count-cuddle-label {
    margin: 0 !important;
    width: 100%;
    max-width: 862px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
  }

  #template-page-product-customizer .step6 .step6-quantity-promo {
    margin: 8px 0 0;
    width: 100%;
    max-width: 862px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #323232;
  }

  /* Figma quantity + CTA block (~870.67×164) */
  #template-page-product-customizer .step6 .step6-final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 870.67px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step6 .step6-final-cta #quantity-container {
    margin-top: 47px;
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #template-page-product-customizer .step6 .step6-final-cta #quantity-buttons {
    display: grid;
    grid-template-columns: 48px 86px 48px;
    width: 182px;
    max-width: 100%;
    margin-top: 0;
    align-items: center;
    justify-items: center;
    gap: 0;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step6 .step6-final-cta #quantity-button-increment,
  #template-page-product-customizer .step6 .step6-final-cta #quantity-button-decrement {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background-color: #5461c8;
    cursor: pointer;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step6 .step6-final-cta #quantity-button-increment:hover,
  #template-page-product-customizer .step6 .step6-final-cta #quantity-button-decrement:hover {
    background-color: #454dad;
    color: #ffffff;
  }

  #template-page-product-customizer .step6 .step6-final-cta #final_quantity,
  #template-page-product-customizer .step6 .step6-final-cta .quantity-box {
    width: 100%;
    max-width: 86px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #000000;
  }

  #template-page-product-customizer .step6 .step6-final-cta .add-to-cart-button {
    margin-top: 40px;
    margin-bottom: clamp(48px, 8vw, 120px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: min(100%, 280px);
    max-width: 100%;
    padding: 16px 48px;
    background: #5562c8 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 999px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step6 .step6-final-cta .add-to-cart-button:hover {
    background: #4854b0 !important;
    color: #ffffff !important;
  }

  /* Frame 454: flex column, align flex-start, padding 72/47/21, gap 10, 870.67×~712 content area */
  #template-page-product-customizer .step6 .final-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 380px));
    gap: 16px;
    justify-content: start;
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    max-width: 870.67px;
    box-sizing: border-box;
    padding: 72px 47px 21px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: clamp(16px, 4vw, 32px);
    background: #f5f8f9;
    border-radius: 51px;
  }

  @media (max-width: 768px) {
    #template-page-product-customizer .step6 .final-product-grid {
      grid-template-columns: 1fr;
      max-width: 100%;
      padding: clamp(32px, 8vw, 48px) clamp(16px, 4vw, 24px) clamp(20px, 5vw, 28px);
      justify-content: stretch;
    }
  }

  /* Figma card: top-align row (icon + copy + toggle) so tall cards don’t vertically center the icon */
  #template-page-product-customizer .step6 .final-product-card {
    height: 100%;
    min-height: 129px;
    max-width: 380px;
    width: 100%;
    align-self: stretch;
    justify-self: start;
    align-items: flex-start !important;
    padding: 22px 24px;
    gap: 15px;
    background: #ffffff;
    border: none;
    box-sizing: border-box;
  }

  #template-page-product-customizer .step6 .zipper-pouch-image {
    align-self: flex-start;
    margin-top: 1px;
  }

  #template-page-product-customizer .step6 .zipper-pouch-checkbox-outer {
    align-self: flex-start;
    padding-top: 2px;
  }

  #template-page-product-customizer .step6 .final-product-heading-help {
    color: #5461c8;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    margin-left: 4px;
  }

  @media (max-width: 768px) {
    #template-page-product-customizer .step6 .final-product-card {
      max-width: none;
      position: relative;
      padding-right: 24px;
    }

    #template-page-product-customizer .step6 .zipper-pouch-checkbox-outer {
      position: absolute;
      top: 20px;
      right: 20px;
      padding-top: 0;
      z-index: 2;
    }

    #template-page-product-customizer .step6 .final-product-card-details {
      width: 100%;
      max-width: 100%;
      padding-right: 52px; /* reserve space for toggle */
      box-sizing: border-box;
    }

    #template-page-product-customizer .step6 .dropdown-bandanna {
      display: block;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      padding: 12px 36px 12px 14px;
      box-sizing: border-box;
      overflow: visible;
      text-overflow: clip;
      white-space: normal;
      line-height: 1.25;
    }
  }

  #template-page-product-customizer .step6 .final-product-card-details {
    flex: 1;
    min-width: 0;
    width: auto;
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
    align-self: stretch;
  }

  #template-page-product-customizer .step6 .dropdown-bandanna {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 12px 40px 12px 14px;
    border: 2px solid #5562c8 !important;
    border-radius: 24px;
    background-color: #fff;
    color: #111827;
    font-size: 14px;
    line-height: 1.25;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5l5 5 5-5' fill='none' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 14px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    min-height: 48px;
    min-width: 0;
  }

  #template-page-product-customizer .step6 .zipper-pouch-checkbox-container {
    padding-top: 0;
  }

  #template-page-product-customizer .step6 .final-options > div:not(.customizer-step):not(.final-product-grid):not(.step6-final-cta) {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  /* Tail positions: flex row from 576px up. */
  @media (min-width: 576px) {
    #template-page-product-customizer #productOptionsContainer .section-container.mouth-position-section .productPositions.tail {
      display: flex !important;
      flex-direction: row !important;
      justify-content: center !important;
      align-items: center !important;
      gap: 26px !important;
    }
  }
