/** Shopify CDN: Minification failed

Line 695:0 Unexpected "<"

**/
.tee-edit-popup .tee__editor .tee-gallery-content {
  height: auto !important;
}

.tee-edit-popup #teeFormInputs {
  display: flex;
  flex-direction: column;
}

/* Custom Multistep Progress Bar */
.group-header .tee-form-group-name {
  display: none !important;
}

.group-header {
  width: 100%;
  margin: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.group-header .tee-process-bar {
  display: block !important;
  width: 100% !important;
}

.custom-multistep-bar {
  width: 100%;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  background: var(--tee-form-bg-color);
  margin-bottom: 0 !important;
}

.custom-steps-list {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.custom-step-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex: 1 !important;
  text-align: center !important;
  position: relative !important;
  gap: 5px;
}

.custom-step-circle {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease !important;
  background-color: #ffffff !important;
  border: 1.5px solid #222222 !important;
  color: #222222 !important;
}

.custom-step-item.completed .custom-step-circle {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}

.custom-step-item.active .custom-step-circle {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

.custom-step-item.upcoming .custom-step-circle {
  background-color: #ffffff !important;
  border-color: #222222 !important;
  color: #222222 !important;
}

.custom-step-circle .step-check-icon {
  width: 12px !important;
  height: 10px !important;
  stroke: #ffffff !important;
}

.custom-step-title {
  margin-top: 0 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  color: #777777 !important;
  font-weight: 400 !important;
  transition: color 0.25s ease, font-weight 0.25s ease !important;
}

.custom-step-item.active .custom-step-title {
  color: #111111 !important;
  font-weight: 700 !important;
}

.custom-step-item.completed .custom-step-title {
  color: #444444 !important;
  font-weight: 500 !important;
}

.custom-multistep-line {
  display: block !important;
  width: 100% !important;
  height: 2px !important;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffe0e9;
  margin-top: 10px !important;
}

.tee-form-group-fields {
  margin-bottom: 0 !important;
}

.tee-form-group-fields .tee-field--template {
  display: none !important;
}

.tee-form-group-fields .tee-field__heading p {
  margin: 0;
}

.tee-edit-popup .tee-form-group-name {
    display: none
}

.tee-edit-popup .tee-form-group-name {
    margin-bottom: 0
}

.tee-row--2items .tee-clipart-col,
.tee-row--2items .tee-radio {
    flex: 0 0 50%;
    max-width: unset;
    min-width: unset
}

.tee-row--1item .tee-clipart-col {
    flex: 0 0 100%;
    max-width: unset;
    min-width: unset
}

.tee-radio-thumbnail .tee-clipart-label {
    height: 60px!important;
    justify-content: flex-start
}

.tee-radio-thumbnail .tee-clipart-thumbnail {
    width: 60px!important;
    height: 60px!important
}

.tee-radio-thumbnail .tee-clipart-label__text {
    position: unset;
    width: unset;
    height: unset;
    white-space: break-spaces;
    margin-left: 8px
}

.tee-radio-thumbnail .tee-clipart:before {
    padding-bottom: 60px
}

.tee-radio-custom .tee-radio {
    margin-right: 0;
    border-radius: 0;
    justify-content: center;
    border: none;
    outline: none;
    font-style: italic
}

.tee-radio-custom .tee-radio-label {
    width: 100%
}

.tee-radio-custom .tee-clipart-checkmark {
    display: none
}

.tee__input,.tee-field__select {
    border-radius: 0!important
}

.tee-form-group-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.tee-field {
    flex: 0 0 100%
}

.tee-input-half {
    flex: 0 0 calc(50% - 5px)
}

.tee-form-group-fields .tee-field__heading p {
  margin: 0;
}
.tee-form-group-fields .tee-asterisk {
  display: none;
}
.tee-form-group-fields .tee-row--1item .tee-clipart-row,
.custom-variant-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  width: 100%;
}
.tee-form-group-fields .tee-row--1item .tee-clipart-row .tee-clipart,
.custom-variant-row .tee-clipart {
  height: auto !important;
  min-height: auto !important;
  border: 2px solid #ffe0e9;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  position: relative !important;
  padding-right: 50px !important;
  transition: border-color 0.2s ease !important;
}

.tee-form-group-fields .tee-row--1item .tee-clipart-row .tee-clipart.active,
.custom-variant-row .tee-clipart.active {
  border-color: #8c3a50 !important;
}

/* Hide default blue checkmark box */
.tee-form-group-fields .tee-row--1item .tee-clipart .tee-clipart-checkmark,
.custom-variant-row .tee-clipart .tee-clipart-checkmark {
  display: none !important;
}

/* Custom Radio Button - Inactive State */
.tee-form-group-fields .tee-row--1item .tee-clipart::after,
.custom-variant-row .tee-clipart::after {
  content: "" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  border: 2px solid #d4a5b0 !important;
  background-color: #ffffff !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

/* Custom Radio Button - Active State */
.tee-form-group-fields .tee-row--1item .tee-clipart.active::after,
.custom-variant-row .tee-clipart.active::after,
.tee-form-group-fields .tee-row--1item .tee-clipart:has(input:checked)::after,
.custom-variant-row .tee-clipart:has(input:checked)::after {
  border-color: #8c3a50 !important;
  background-color: #8c3a50 !important;
  box-shadow: inset 0 0 0 4px #ffffff !important;
}

.tee-form-group-fields .tee-row--1item .tee-clipart-row .tee-clipart:before,
.custom-variant-row .tee-clipart:before {
  display: none;
}
.tee-form-group-fields .tee-row--1item .tee-field__input {
  margin-top: 20px;
}
.custom-variant-field .tee-field__input {
  margin-bottom: 24px;
}
.tee-form-group-fields .tee-row--1item .tee-clipart-row .tee-clipart-col,
.custom-variant-row .tee-clipart-col {
  width: 100%;
  height: auto;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.tee-form-group-fields .tee-row--1item .tee-clipart-row .tee-clipart-label,
.custom-variant-row .tee-clipart-label {
  gap: 10px;
  height: auto !important;
  position: unset !important;
}
.tee-form-group-fields .tee-row--1item .tee-clipart-row .tee-clipart-thumbnail,
.custom-variant-row .tee-clipart-thumbnail {
  min-width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  border-radius: 10px;
  object-fit: cover;
}
.tee-form-group-fields .tee-row--1item .tee-clipart-row .tee-clipart-label__text,
.custom-variant-row .tee-clipart-label__text {
  position: unset;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 700;
}

/* --- Fade-In UX: chống giật / chống hiển thị chữ thô ban đầu --- */
.tee-clipart-row:not(.custom-formatted) .tee-clipart-label,
.tee-row:not(.custom-formatted) .tee-radio-label {
  opacity: 0;
}

.tee-clipart-row.custom-formatted .tee-clipart-label,
.tee-row.custom-formatted .tee-radio-label {
  opacity: 1;
  transition: opacity 0.25s ease-in-out !important;
}

/* Custom Option Info (Badge + Title + Price down to 2nd line) */
.custom-option-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  margin-left: 8px !important;
  flex: 1 !important;
  line-height: 1.3 !important;
  animation: customFadeIn 0.25s ease forwards !important;
}

@keyframes customFadeIn {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-option-badge {
  background-color: #c49a50 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 3px 10px !important;
  border-radius: 12px !important;
  display: inline-block !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

.custom-option-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  display: block !important;
}

.custom-option-price {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #444444 !important;
  margin-top: 3px !important;
  display: block !important;
}
.tee-form-group-fields .tee__input.tee__input--text,
.tee-form-group-fields .tee-custom-select__input {
  border-radius: 6px !important;
  border: 2px solid #ffe0e9 !important;
  outline: none !important;
}
.tee-form-group-fields .tee-row {
  justify-content: center;
}
.tee-form-group-fields .tee-radio {
  outline: 2px solid #ffe0e9 !important;
  min-width: 50px;
}
.tee-form-group-fields .tee-radio.active {
  outline: 2px solid #8c3a50 !important;
}
.tee-form-group-fields .tee-radio.active .tee-radio-label {
  color: black;
}
.tee-form-group-fields .tee-radio .tee-radio-label {
  width: 100%;
}
.tee-form-group-fields .tee-radio .tee-clipart-checkmark {
  display: none !important;
}
/* tee button */
.tee-form-action .tee-btn--preview {
  display: none;
}
.tee-btn {
  border-radius: 50px !important;
}
.tee-btn.tee-btn--back {
  width: 100%;
  flex: 0 0 calc(50% - 4px);
  border: 1px solid black !important;
  color: black !important;
  background: white !important;
}
.tee-btn.tee-btn--back:hover {
  color: white !important;
  background: black !important;
  opacity: 1;
}
.tee-btn.tee-btn--back ~ .tee-btn--atc {
  width: 100%;
  flex: 0 0 calc(50% - 4px);
  color: white !important;
  background: black !important;
  border: 1px solid black !important;
}
.tee-btn.tee-btn--back ~ .tee-btn--atc:hover {
  color: black !important;
  background: white !important;
}
.tee-btn.tee-btn--back[disabled] {
  display: none;
}
.tee-btn.tee-btn--back[disabled] ~ .tee-btn--atc {
  flex: 0 0 100%;
}
/* --- Custom Row Circle (Color Swatches) --- */
.tee-row--circle {
  margin-bottom: 25px !important;
}

.tee-row--circle .tee-clipart-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  padding: 38px 45px 30px 45px !important;
  align-items: center !important;
  position: relative !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%) !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%) !important;
  justify-content: flex-start;
}

.tee-row--circle input[type="radio"],
.tee-row--circle .tee-checkbox-input {
  display: none !important;
}

.tee-row--circle .tee-clipart-row::-webkit-scrollbar {
  display: none !important;
}

.tee-row--circle .tee-clipart-col {
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.tee-row--circle .tee-clipart {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  border: none !important;
  background: transparent !important;
  position: relative !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  transition: transform 0.2s ease !important;
}

.tee-row--circle .tee-clipart::after {
  display: none !important;
}

.tee-row--circle .tee-clipart-label,
.tee-row--circle .tee-clipart-color,
.tee-row--circle .tee-clipart-thumbnail {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
  object-fit: cover !important;
  background-size: cover !important;
  background-position: center !important;
}

.tee-row--circle .tee-clipart.active {
  outline: 3px solid #e0b054 !important;
  outline-offset: 0 !important;
}

.tee-row--circle .tee-clipart-checkmark {
  display: none !important;
}

.tee-row--circle .tee-clipart .tee-clipart-label::before {
  display: none !important;
}

.tee-row--circle .tee-clipart.active .tee-clipart-label::before,
.tee-row--circle .tee-clipart.active .tee-clipart-label[data-title]::before {
  content: attr(data-title) !important;
  display: inline-block !important;
  position: absolute !important;
  bottom: calc(100% + 6px) !important;
  top: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: #c49a50 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 3px 12px !important;
  border-radius: 20px !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  z-index: 10 !important;
  opacity: 1;
}
.tee-row--circle .tee-clipart .tee-clipart-bubble--enable:after {
  display: none !important;
}
.tee-row--circle .tee-clipart .tee-clipart-label__text {
  display: none !important;
}

.tee-row--circle .tee-clipart.active .custom-option-title {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #a3485e !important;
  white-space: nowrap !important;
  text-align: center !important;
}
.tee-row--circle .tee-clipart:not(.active) .custom-option-info {
  display: none !important;
}

.tee-row--heading .tee-field__input {
  display: none !important;
} 

.tee-field.center .tee-clipart-row {
  justify-content: center;
}

/* Hide redundant Teeinblue group headers in flat form display mode */
.tee-customization-form .group-header {
  display: none !important;
}

.tee-customization-form .tee-form-group-name {
  display: none !important;
}

/* Hide empty .tee-form-group-fields container if all child fields are hidden (prevents bottom margin gaps) */
.tee-form-group-fields:not(:has(.tee-field:not([style*="display: none"]))) {
  display: none !important;
}

/* Horizontal flex layout for Back button (left) and Next / Add to Cart button (right) */
.tee-form-atc-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 24px !important;
  width: 100% !important;
}

.tee-form-atc-wrapper .tee-btn--back {
  flex: 1 !important;
  height: 48px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  order: 1 !important;
  transition: all 0.2s ease !important;
}

.tee-form-atc-wrapper .tee-btn--back.custom-hidden {
  display: none !important;
}

.tee-form-atc-wrapper button:not(.tee-btn--back) {
  flex: 1 !important;
  height: 48px !important;
  border-radius: 24px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  order: 2 !important;
}

/* 1. Hide Printarea option picker on product page outside edit popup (Pure CSS zero-delay hiding) */
variant-selects > fieldset:first-of-type,
variant-selects > .product-form__input:first-of-type,
variant-radios > fieldset:first-of-type,
variant-radios > .product-form__input:first-of-type,
variant-selects[data-printarea-index="1"] > fieldset:nth-of-type(1),
variant-selects[data-printarea-index="2"] > fieldset:nth-of-type(2),
variant-selects[data-printarea-index="3"] > fieldset:nth-of-type(3),
variant-radios[data-printarea-index="1"] > fieldset:nth-of-type(1),
variant-radios[data-printarea-index="2"] > fieldset:nth-of-type(2),
variant-radios[data-printarea-index="3"] > fieldset:nth-of-type(3),
[data-option-name*="Printarea" i],
[data-option-name*="Print area" i],
.custom-hide-printarea {
  display: none !important;
}

/* 2. Strictly hide fields not belonging to current step (overrides Vue conditional reactivity inline style="display: block") */
.tee-field.custom-step-hidden,
.tee-field[data-step-hidden="true"] {
  display: none !important;
}

/* Hide empty .tee-form-group-fields container if all child fields are step-hidden or display: none */
.tee-form-group-fields:not(:has(.tee-field:not(.custom-step-hidden):not([style*="display: none"]))) {
  display: none !important;
}

/* 3. Ensure progress bar is placed at top of .tee-customize-main-form above .tee-artwork-nav */
.tee-customize-main-form > .custom-multistep-bar {
  margin-bottom: 20px;
}

.tee-artwork-nav {
  border-bottom: 0 !important;
}

.tee-artwork-nav .tee-artwork-nav__item--active {
  --tee-active-color: black;
}

.tee-artwork-nav .tee-artwork-nav__viewport {
  max-width: 100%;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid var(--tee-artwork-nav-divider-color, rgba(0, 0, 0, 0.12));
  padding-bottom: 10px;
  justify-content: center;
}

.tee-artwork-divider {
  display: none !important;
} --------- add this file with this code in assets folder
</user_query>
