/** Shopify CDN: Minification failed

Line 632:24 Expected identifier but found whitespace
Line 632:34 Unexpected ";"

**/
/* Embroidery section styles */
.embroidery-section {
    color: #000;
    max-width: 100%;
    margin: 0 0 30px 0;
    padding-top: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }
  
  .embroidery-section h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
  }
  
  /* Custom select dropdown styling */
  .custom-select-wrapper {
    position: relative;
    margin-bottom: 25px;
  }
  .datepicker-selectors .custom-select-wrapper {
    margin-bottom: 0;
  }
  .embroidery-placement-section {
    margin:30px 0 25px;
    color:#808285;
  }
  .embroidery-placement-section a {
    display: inline-block;
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    color:#000000;
  }
  .embroidery-placement-section a:after {
    content:'';
    display:block;
    position:absolute;
    background: #808285;
    width: 100%;
    height: 1px;
    bottom:0;
  }
  .custom-select {
    position: relative;
    cursor: pointer;
  }
  
  .custom-select-trigger {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    border: 0.1px solid #000000;
    color:#000000;
    line-height: 1.4
  }
  
  .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffaf5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
    color:#000000;
  }
  
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
  
  .custom-option {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height:1.4;
    color: #000000;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
  }
  
  .custom-option:hover {
    background: #fffaf5;
    margin-left: 5px;
  }
  
  .custom-option.selection {
    background: #fffaf5;
  }
  
  /* Option details */
/* Option details */
.option-details {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute; /* Add this */
  left: 0; /* Add this */
  right: 0; /* Add this */
  pointer-events: none; /* Add this */
  visibility: hidden; /* Add this */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* Modify this */
}

.option-details.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  margin-top: 30px;
  position: relative; /* Add this */
  pointer-events: auto; /* Add this */
  visibility: visible; /* Add this */
}

/* Add a container to maintain consistent spacing */
.embroidery-options-container {
  position: relative;
  /* min-height: 200px; */
  margin-bottom: 30px;
}
  .embroidery-desc {
    margin: 25px 0;
  }
  
  .option-details p {
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .option-details .price {
    color: #666;
    margin: 0;
  }
  
  /* Input styling */
  .full-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .full-container input {
    width: 100%;
  }
  .embroidery-input {
    margin-top: 30px;
    width: 100%;
  }
  #verse-details .embroidery-input input {
    max-width: 100%;
  }
  .embroidery-input.datepicker-wrapper {
    margin-top: 25px;
  }
  
  .embroidery-input label {
    width: 100%;
    display: inline-block;
    font-size: 12px;
  }
  
  .embroidery-input input {
  width: 100%;
  max-width: 155px;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #808285;
  color: #000000;
  font-size: 12px;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

  /* Mobile touch improvements - Enlarged touch area without changing appearance */
  @media screen and (max-width: 768px) {
    .embroidery-input {
      position: relative;
    }
    
    .embroidery-input input {
      position: relative;
      z-index: 2;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(0,0,0,0.1);
      touch-action: manipulation;
    }
    
    /* Enlarged touch area using pseudo-element */
    .embroidery-input input::before {
      content: '';
      position: absolute;
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: -15px;
      z-index: 1;
      pointer-events: auto;
    }
  }
  .embroidery-input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #808285;
    opacity: 1; /* Firefox */
    text-transform: capitalize;
  }
  .embroidery-input input#date-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    
    text-transform: uppercase;
  }
  .embroidery-input .full-container input {
    width: 100% !important;
  }
  
  .embroidery-input input:focus {
    outline: none;
    border-bottom-color: #000;
  }
  
  /* Split input styling */
  .split-input-container {
    display: flex;
    align-items: center;
    margin-top: 0px;
    flex-wrap: wrap;
  }
  
  .split-input-container input {
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #808285;
    font-size: 12px;
    background: transparent;
    transition: all 0.2s ease-in-out;
  }
  
  .split-input-container input:focus {
    outline: none;
    border-bottom-color: #000;
  }
  
  /* For initials (small inputs) */
.split-input-container.initials input {
  width: 55px !important;
  text-align: center;
  text-transform: uppercase;
}

/* Mobile improvements for split inputs - Enlarged touch area */
@media screen and (max-width: 768px) {
  .split-input-container {
    position: relative;
  }
  
  .split-input-container.initials input {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
    touch-action: manipulation;
  }
  
  /* Enlarged touch area for split inputs */
  .split-input-container.initials input::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: 1;
    pointer-events: auto;
  }
  
  .split-input-container .ampersand,
  .split-input-container .dot {
    margin: 0 15px;
    font-size: 20px;
    align-self: center;
  }
}
  
  /* For names (larger inputs) */
  .split-input-container.names input {
    text-align: center;
    min-width: 50px !important;
    width: auto;
  }
  
  .split-input-container .ampersand {
    margin: 0 10px;
    font-size: 18px;
    font-style: italic;
    flex-shrink: 0;
    font-family: Bodoni Moda, serif;
  }
  
  /* Checkbox styling */
  .checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .checkbox-wrapper input[type='checkbox'] {
    width: auto;
    margin-right: 10px;
  }
  
  .checkbox-wrapper label {
    display: inline;
    font-size: 12px;
    color: #000;
  }
  
  /* Black and white checkbox styling */
  .checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  
  .checkbox-wrapper input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
  }
  
  .checkbox-wrapper label {
    display: inline-block;
    font-size: 12px;
    color: #000;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
  }
  
  .checkbox-wrapper label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #fffaf5;
    border: 1px solid #000000;
    border-radius: 0;
    /* No border radius */
  }
  
  .checkbox-wrapper input[type='checkbox']:checked+label:before {
    background-color: #000000;
    /* Black background when checked */
    border-color: #000000;
  }
  
  .checkbox-wrapper input[type='checkbox']:checked+label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-70%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #fffaf5;
    /* White checkmark */
    border-width: 0 2px 2px 0;
  }
  
  .checkbox-wrapper input[type='checkbox']:focus+label:before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
  
  /* Symbol selection dropdown styling */
  .symbol-selection {
    margin-bottom: 25px;
  }
  
  /* Style for the dot separator */
  .split-input-container .dot {
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
    align-self: flex-end;
    padding-bottom: 4px;
  }
  
  /* Datepicker styling */
  .datepicker-wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  
  .datepicker-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* Increased z-index */
    background: #fffaf5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    width: 325px;
    padding: 20px;
    margin-top: 10px;
    border: 0.1px solid #000000;
  }
  
  .datepicker-container.active {
    display: block !important;
  }
  
  .datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .datepicker-nav {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  
  .datepicker-nav:hover {
    background: #f5f5f5;
  }
  
  .datepicker-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
  }
  
  .datepicker-day-name {
    font-size: 11px;
    color: #808285;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .datepicker-day {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    /* transition: all 0.2s ease; */
  }
  
  .datepicker-day:hover {
    background: #000000;
    color:#fffaf5;
  }
  
  .datepicker-day.selected {
    background: #000;
    color: #fff;
  }
  
  .datepicker-day.disabled {
    color: #ccc;
    cursor: default;
  }
  
  /* Datepicker dropdown styling */
  .datepicker-selectors {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  
  .datepicker-month-select,
  .datepicker-year-select {
    width: 40%;
  }
  
  .datepicker-month-select .custom-select-trigger,
  .datepicker-year-select .custom-select-trigger {
    padding: 6px;
    border-bottom: 0.1px solid #000000;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
  }
  
  .datepicker-month-select .custom-options,
  .datepicker-year-select .custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fffaf5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
    max-height: 300px;
    overflow: auto;
  }
  
  .datepicker-month-select .custom-select.opened .custom-options,
  .datepicker-year-select .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
  
  .datepicker-month-select .custom-option,
  .datepicker-year-select .custom-option {
    padding: 12px 15px;
    font-size: 12px;
  }
  
  /* .datepicker-month-select .custom-option:hover,
  .datepicker-year-select .custom-option:hover {
    background: #f8f8f8;
  } */
  
  /* .datepicker-month-select .custom-option.selection,
  .datepicker-year-select .custom-option.selection {
    background: #f3f3f3;
  } */
  
  /* Character counter */
  .char-counter {
    font-size: 10px;
    color: #808285;
    text-align: right;
    margin-top: 5px;
  }
  
  /* Input help text */
  .input-help {
    font-size: 10px;
    color: #808285;
    margin-top: 5px;
  }
  
  /* Hide/show container */
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  /* Embroidery add toggle */
  .embroidery-container {
    margin-bottom: 15px;
  }
  .embroidery-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 0;
    background: #fffaf5;
    color:#000000;
    border: 0.1px solid #000000;
  }
  
  
  .embroidery-toggle h3 {
    margin: 0;
    color:#000;
    font-family:'Poppins',sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 1.4;
  }

  .embroidery-toggle.active {
    background: #000000;
  }
  .embroidery-toggle.active h3 {
    color:#fff;
  }
  /* .embroidery-toggle {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(1);
    transform-origin: 50%;
    background: #fff!important; /* Reversed background color */
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
  } */

  
  /* .embroidery-toggle.btn:hover:before {
    transform: scaleX(0);
  }
  
  */
  
  /* .embroidery-toggle .toggle-icon:before {
    width: 12px;
    height: 1px;
    top: 5px;
  }
  
  .embroidery-toggle .toggle-icon:after {
    width: 1px;
    height: 12px;
    left: 5.5px;
    top: 0;
  }
  
  .embroidery-toggle.active .toggle-icon:after {
    transform: rotate(90deg);
    opacity: 0;
  } */
  
  /* Hidden embroidery input for form submission */
  .embroidery-data {
    display: none;
  }

/* Hide scrollbar while keeping scroll functionality on mobile */
@media screen and (max-width: 768px) {
  .tabs-nav {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  
  .tabs-nav::-webkit-scrollbar {
    display: none; /* WebKit browsers (Chrome, Safari, etc.) */
  }
  
  /* General utility class for any element needing hidden scrollbar */
  .hide-scrollbar {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  
  .hide-scrollbar::-webkit-scrollbar {
    display: none; /* WebKit browsers */
  }
}