/** Shopify CDN: Minification failed

Line 159:11 Expected ":"
Line 159:18 Unterminated string token

**/
/* swatch lives in its own file for reusability of the swatch in swatch-input and dropdown */
.swatch {
  --swatch--size: var(--swatch-input--size, 4.4rem);
  --swatch--border-radius: var(--swatch-input--border-radius, 50%);

  display: block;
  width: var(--swatch--size);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--swatch--background);
  background-position: var(--swatch-focal-point, initial);
  background-size: cover;
  background-origin: border-box;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--swatch--border-radius);
}

.swatch--square {
  --swatch--border-radius: var(--swatch-input--border-radius, 0.2rem);
}

.swatch--unavailable {
  border-style: dashed;
  border-color: rgba(var(--color-foreground), 0.5);
}
label.CMS-V-Style {
    overflow: hidden;
}

label.CMS-V-Style img {
    border-radius: 6px;
}

.CustomEmroidery {
  position: relative;
}

.CustomEmroidery label input {
    /* display: none; */
}

.CustomEmroidery fieldset label {
    font-weight: 600;
    color: rgb(var(--color-foreground));
    background: transparent;
    background-size: 200% 100%;
    background-position: 100% 0;
    padding: 15px;
    padding-left: 52px;
    border-radius: var(--inputs-radius-outset);
    transition: box-shadow 0.25s ease, background 1s ease, color 0.25s ease;
    position: relative;
    cursor: pointer;
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#infiniteoptions-container .CustomEmroidery label.spb-productdescfont {
    font-size: 16px !important;
}
.CustomEmroidery .spb-label-tooltip {
    font-weight: 600;
    color: rgb(var(--color-foreground));
    background: rgba(var(--color-button-text));
    background-size: 200% 100%;
    background-position: 100% 0;
    padding: 15px;
    padding-left: 52px;
    border-radius: var(--inputs-radius-outset);
    transition: box-shadow 0.25s ease, background 1s ease, color 0.25s ease;
    position: relative;
    cursor: pointer;
}
.CustomEmroidery fieldset label:before {
    position: absolute;
    top: 30px;
    transform: translateY(-50%);
    left: 15px;
    height: 22px;
    width: 22px;
    background-color: rgba(var(--color-button),var(--alpha-button-background));
    transition: background-color 0.25s ease;
    border-radius: var(--inputs-radius-outset);
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.4);
    content: "";
}
.CustomEmroidery fieldset label input[type=checkbox]{
  width: 0;
  height: 0;
}
.CustomEmroidery fieldset label input[type=checkbox]:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -15px;
    width: 10px;
    height: 20px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease, top 0.25s ease;
}

.CustomEmroidery fieldset label input[type=checkbox]:checked:after {
    opacity: 1;
    top: 18px;
}

fieldset.style-swatch {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: rgba(var(--color-button-text));
    padding: 0;
    border-radius: var(--inputs-radius-outset);
    gap: 1.5rem;
    padding: 1.5rem;
}
fieldset.style-swatch label {
    margin: 0 !important;
}
fieldset.style-swatch legend.form__label {
    position: relative !important;
    display: inline-block;
    margin: 0 !important;
    padding: 15px;
    background: rgba(var(--color-button-text));
    border-radius: var(--inputs-radius-outset);
    font-weight: bold;
    text-decoration: underline;
    left: -1.5rem;
}
legend.form__label span {
    font-weight: 300;
}
fieldset.style-swatch[opname="style"] .swatch-input__input+.swatch-input__label.swatch-input__label--square {
    --swatch-input--size: 10.3rem;
}
#infiniteoptions-container .form-fields {
    background: rgba(var(--color-button-text));
    padding: 8px 15px 15px;
    border-radius: var(--inputs-radius-outset);
    margin-bottom: 15px;
    color: rgb(var(--color-foreground));
}
#infiniteoptions-container .form-fields label{
 color: rgb(var(--color-foreground));
  font-weight: bold;
  font-size" 14px;
}
.form-fields.font-pikker-box {}

.form-fields.font-pikker-box > span {
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.form-fields.font-pikker-box > span label.spb-productoptionswatchwrapper {
    background: #eee;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: normal;
    position: relative;
    width: calc(33.333% - 7px);
}

#infiniteoptions-container .form-fields.font-pikker-box > span label.spb-productoptionswatchwrapper span.spb-productoptionswatch {
    width: 100%!important;
    height: 100px !important;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.form-fields.font-pikker-box > span label.spb-productoptionswatchwrapper span.spb-swatchlabel {
    padding-top: 4px;
    display: block;
}
.form-fields.color-picker-box > span {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.form-fields.color-picker-box span label.spb-productoptionswatchwrapper {
    text-align: center;
    font-size: 11px;
    line-height: normal;
    margin: 0;
    padding: 7px;
    background: #eee;
    border-radius: 5px;
    width: calc(25% - 8px);
    cursor: pointer;
    position: relative;
}
.form-fields.color-picker-box span label.spb-productoptionswatchwrapper span.spb-productoptionswatch {
    margin: 0 auto;
}

.form-fields.color-picker-box span label.spb-productoptionswatchwrapper span.spb-swatchlabel {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 5px;
}
.form-fields.color-picker-box .spb-productoptionswatchwrapper input[type="radio"]:checked + .spb-productoptionswatch:after,
.form-fields.font-pikker-box .spb-productoptionswatchwrapper input[type="radio"]:checked + .spb-productoptionswatch:after{
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  border: 2px solid #000;
  border-radius: 5px;
}
@media(max-width: 749px){
  fieldset.style-swatch[opname="style"] .swatch-input__input+.swatch-input__label.swatch-input__label--square {
    --swatch-input--size: 6.8rem;
}
}