.Apply_title__4js5Q{
    font-family: var(--condensed);
    font-size: 60px;
    white-space: nowrap;
}

.Apply_microCopy__bPKVv{
    font-size: 14px;
    margin-bottom: 12px;
}
.InviteCodeForm_form___O6XR{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.Form_form__dKuOd{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ColorPicker_pickerColor__BcAlL{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Remove default styling */
.ColorPicker_slider__fl7_N {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}

/* Track styling (Chrome, Safari, Edge) */
.ColorPicker_slider__fl7_N::-webkit-slider-runnable-track{
    background-color: transparent;
    height: 36px;
    
}

/* Track (Firefox) */
.ColorPicker_slider__fl7_N::-moz-range-track{
    background-color: transparent;
    height: 36px;
    border: 1px solid var(--layer-4);
    border-radius: 0;
}

/* Thumb styling (Chrome, Safari, Edge) */
.ColorPicker_slider__fl7_N::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 16px;
    height: 36px;
    background-color: var(--white);
    border-radius: 4px;
    cursor: pointer;
    margin-top: 0px;
}

/* Thumb (Firefox) */
.ColorPicker_slider__fl7_N::-moz-range-thumb{
    width: 12px;
    height: 36px;
    background-color: var(--white);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 0px;
}

.ColorPicker_hue__BOrsZ{
    background-image: linear-gradient(90deg, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(360, 100%, 50%));
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ColorPicker_lightness__P6Oy2{
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ColorPicker_sample__tOoDR{
    width: 100%;
    height: 36px;
    border: 1px solid var(--layer-4);
}
  
.FormModal_overlay__janTw{
    display: none;
    padding: 16px;
    background-color: var(--layer-1);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.FormModal_overlay__janTw.FormModal_open__PaRQb{
    display: flex;
}

.FormModal_header__bu8pJ{
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.FormModal_heading__YV4Ii{
    display: flex;
    width: 100%;
    height: 100%;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    justify-content: center;
    align-items: center;
}

.FormModal_containerChildren__gBmYJ{
    width: 100%;
    max-width: 400px;
}

.FormModal_ghostBtn__aC2Ai{
    display: none;
}
.LabelButton_btnLabel__FAxBD{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-1);
    border: none;
    outline: none;
    font-size: 14px;
    align-items: center;
    position: absolute;
}

.LabelButton_btnLabel__FAxBD.LabelButton_positionTopLeft__PSDzO{
    border-radius: 0 0 2px 0;
    top: 0;
    left: 0;
}

.LabelButton_btnLabel__FAxBD.LabelButton_positionTopRight__rW6X2{
    border-radius: 0 0 0 2px;
    top: 0;
    right: 0;
}

.LabelButton_btnLabel__FAxBD.LabelButton_positionBottomRight___t0hv{
    border-radius: 2px 0 0 0;
    right: 0;
    bottom: 0;
}

.LabelButton_btnLabel__FAxBD.LabelButton_positionBottomLeft__Bg6xP{
    border-radius: 0 2px 0 0;
    bottom: 0;
    left: 0;
}

/* Disabled State */
.LabelButton_btnLabel__FAxBD:disabled{
    color: var(--layer-8);
}
.TextInput_input__j9LE1{
    width: 100%;
    height: 36px;
    border-radius: 2px;
}

.TextInput_input__j9LE1 > input{
    display: flex;
    width: 114.2857%;
    height: 41.14px;
    padding: 0 18.29px 0 18.29px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    transform: scale(0.875);
    transform-origin: top left;
    align-items: center;
}

.TextInput_input__j9LE1 > input::placeholder {
    opacity: 1; /* Firefox */
}

.TextInput_input__j9LE1 > input:-webkit-autofill{
    background-color: transparent !important;
    font-family: var(--serif) !important;
    font-size: 16px !important;
    color: var(--white) !important;
    -webkit-transition: 5000s ease-in-out 0s;
    transition: 5000s ease-in-out 0s;
}

.TextInput_inFieldset__IWNSY{
    border: none !important;
    border-radius: 0;
}

/* Layers */

/* Layer 2 */
.TextInput_input__j9LE1.TextInput_layer2__awYka{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
}

.TextInput_input__j9LE1.TextInput_layer2__awYka > input::placeholder {
    color: var(--layer-8);
}
  
.TextInput_input__j9LE1.TextInput_layer2__awYka > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

/* Layer 3 */
.TextInput_input__j9LE1.TextInput_layer3__YIZdn{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
}

.TextInput_input__j9LE1.TextInput_layer3__YIZdn > input::placeholder {
    color: var(--layer-9);
}
  
.TextInput_input__j9LE1.TextInput_layer3__YIZdn > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-9);
}
.InputFrame_frame__hEeJ1{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.RangeInput_input__OibaG{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    align-items: center;
}

.RangeInput_input__OibaG.RangeInput_inFieldset__t5Y_j{
    border: none;
}

.RangeInput_min__gGV84{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--layer-9);
    margin-right: 6px;
}

/* Remove default styling */
.RangeInput_slider__GfCBC {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}

/* Track styling (Chrome, Safari, Edge) */
.RangeInput_slider__GfCBC::-webkit-slider-runnable-track{
    background-color: transparent;
    height: 6px;
    background-color: var(--layer-3);
    border-radius: 2px;
    
}

/* Track (Firefox) */
.RangeInput_slider__GfCBC::-moz-range-track{
    background-color: transparent;
    height: 6px;
    border: none;
    border-radius: 0;
}

/* Thumb styling (Chrome, Safari, Edge) */
.RangeInput_slider__GfCBC::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background-color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    margin-top: -9px;
}

/* Thumb (Firefox) */
.RangeInput_slider__GfCBC::-moz-range-thumb{
    width: 24px;
    height: 24px;
    background-color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -9px;
}

.RangeInput_max__V_au3{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--layer-9);
    margin-left: 6px;
}
.Confirm_overlay__VGjnm{
    display: none;
    padding-left: 306px;
    background-color: var(--layer-1-translucent);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.Confirm_overlay__VGjnm.Confirm_open__e_YWu{
    display: block;
}

.Confirm_overlay__VGjnm.Confirm_inModal__cR8z7{
    background-color: transparent;
}

.Confirm_container__WBHqr{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.Confirm_overlay__VGjnm.Confirm_inModal__cR8z7 > .Confirm_container__WBHqr{
    background-color: var(--layer-1-translucent);
}

.Confirm_confirm__cSvTi{
    width: 200px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 18px;
    overflow: hidden;
    margin: auto;
}

.Confirm_msg__YHznO{
    display: flex;
    min-height: 61.19px;
    padding: 5.4px 16px 5.4px 16px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.Confirm_containerBtns__T2GUu{
    display: flex;
    gap: 1px;
    background-color: var(--layer-4);
    border-top: 1px solid var(--layer-4);
}

.Confirm_containerBtns__T2GUu > button{
    display: flex;
    flex: 1 1;
    height: 36px;
    background-color: var(--layer-2);
    border: none;
    border-radius: 0;
    outline: none;
    justify-content: center;
    align-items: center;
    font-family: var(--sans-serif);
    font-size: 14px;
    color: var(--white);
}

@media screen and (max-width: 700px){
    .Confirm_overlay__VGjnm{
        padding-left: 0;
    }
}
.Alert_overlay__oTnVi{
    display: none;
    background-color: var(--layer-1-translucent);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.Alert_overlay__oTnVi.Alert_open__CiqfI{
    display: flex;
}

.Alert_window__Jlj2Y{
    width: 200px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 18px;
    overflow: hidden;
    margin: auto;
}

.Alert_msg__OX_vE{
    display: flex;
    min-height: 61.19px;
    padding: 5.4px 16px 5.4px 16px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.Alert_btnClose__u1hUe{
    display: flex;
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: none;
    border-top: 1px solid var(--layer-4);
    border-radius: 0;
    outline: none;
    justify-content: center;
    align-items: center;
    font-family: var(--sans-serif);
    font-size: 14px;
    color: var(--white);
}
.ImagePicker_frame__xVGh3{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ImagePicker_placeholder__I_qJQ{
    display: flex;
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--layer-9);
    justify-content: center;
    align-items: center;
}

.ImagePicker_lstImg__06nMd{
    display: flex;
    gap: 6px;
    width: 100%;
    height: 200px;
    border-radius: 2px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.ImagePicker_lstImg__06nMd > li{
    flex-shrink: 0;
    height: 100%;
    border-radius: 2px;
    scroll-snap-align: start;
    overflow: hidden;
    position: relative;
}

.ImagePicker_containerBtnDelete__cW_Yt{
    position: absolute;
    top: 6px;
    right: 6px;
}

.ImagePicker_containerDrop__W7_Qu{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 120px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
}

.ImagePicker_msgPaste__DVDLW{
    display: flex;
    height: 36px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    align-items: center;
}

.ImagePicker_containerDrop__W7_Qu > svg{
    width: 28px;
    height: 28px;
    fill: var(--white);
}

.ImagePicker_msgDrop__b5KDg{
    display: flex;
    height: 36px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    align-items: center;
}

.ImagePicker_msgDrop__b5KDg > label{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
}

.ImagePicker_inputFile__OT_7z{
    display: none;
}

/* Active State */
.ImagePicker_containerDrop__W7_Qu.ImagePicker_active__YTt3A{
    border: 1px solid var(--white);
}

/* Disabled State */
.ImagePicker_disabled__f6IdV .ImagePicker_msgPaste__DVDLW{
    color: var(--layer-9);
}

.ImagePicker_disabled__f6IdV > svg{
    fill: var(--layer-9);
}

.ImagePicker_disabled__f6IdV .ImagePicker_msgDrop__b5KDg{
    color: var(--layer-9);
}

.ImagePicker_disabled__f6IdV .ImagePicker_msgDrop__b5KDg > label{
    color: var(--layer-9);
}
.Product_containerCategory__bSjNc{
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
}

.Product_containerPrice___4bfs{
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
}

.Product_containerVariationPicker__iOx26{
    margin-bottom: 12px;
}

.Product_containerBtnShop__uqXq2{
    margin-bottom: 12px;
}
