.CardList_lst__q28py{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.CardList_lst__q28py > li > a{
    display: flex;
    gap: 6px;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    align-items: center;
    position: relative;
}

.CardList_lst__q28py > li > a > svg{
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--white);
}

.CardList_label__U8K5q{
    flex: 1 1;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
}

.CardList_containerArrow__XmzQh{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
}

.CardList_containerArrow__XmzQh > svg{
    height: 10px;
    fill: var(--layer-9);
}
.Navigation_lst__i1_VO{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Navigation_lst__i1_VO > li > a,
.Navigation_lst__i1_VO > li > button{
    display: inline-flex;
    gap: 6px;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    outline: none;
    align-items: center;
}

.Navigation_containerIcon___GJ0l{
    position: relative;
}

.Navigation_notifBadge__TZEw7{
    display: flex;
    min-width: 16px;
    height: 16px;
    padding: 0 4px 0 4px;
    background-color: var(--red);
    border-radius: 8px;
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    right: -8px;
}

.Navigation_lst__i1_VO > li > a svg,
.Navigation_lst__i1_VO > li > button svg{
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--white);
    stroke: var(--white);
}

.Navigation_lst__i1_VO > li > a > span,
.Navigation_lst__i1_VO > li > button > span{
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
}

/* Active State Styles */
.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--layer-2);
}

.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz svg,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz svg{
    fill: var(--layer-2);
}


.Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz > span,
.Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz > span{
    color: var(--layer-2);
}

@media screen and (max-width: 1024px){
    .Navigation_lst__i1_VO{
        flex-direction: row;
        width: 100%;
    }

    .Navigation_lst__i1_VO > li{
        display: flex;
        flex: 1 1;
        justify-content: center;
    }

    .Navigation_lst__i1_VO > li > a,
    .Navigation_lst__i1_VO > li > button{
        flex-direction: column;
        padding: 0;
        width: 100%;
        height: 56px;
        justify-content: center;
    }

    .Navigation_lst__i1_VO > li > a svg,
    .Navigation_lst__i1_VO > li > button svg{
        width: 20px;
        height: 20px;
        fill: var(--layer-8);
        stroke: var(--layer-8);
    }

    .Navigation_lst__i1_VO > li > a > span,
    .Navigation_lst__i1_VO > li > button > span{
        color: var(--layer-8);
    }

    /* Active State Styles */
    .Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz,
    .Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz{
        background-color: transparent;
        border: none;
    }

    .Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz svg,
    .Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz svg{
        fill: var(--white);
        stroke: var(--white);
    }

    .Navigation_lst__i1_VO > li > a.Navigation_active__3vWGz span,
    .Navigation_lst__i1_VO > li > button.Navigation_active__3vWGz span{
        color: var(--white);
    }
}
.CategoriesModal_lst__G5ZVj{
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
}

.CategoriesModal_lst__G5ZVj > li > button{
    display: flex;
    gap: 6px;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    white-space: nowrap;
    align-items: center;
}

.CategoriesModal_lst__G5ZVj > li > button > svg{
    width: 12px;
    height: 12px;
    fill: var(--white);
}
.BulletList_list__sRRqb{
    padding-left: 13px;
    list-style: disc;
    list-style-type: disc;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.BulletList_list__sRRqb > li{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
}
.Editor_containerContent__DrG_R{
    max-height: 400px;
    overflow: scroll;
}

.Editor_containerContent__DrG_R p,
.Editor_containerContent__DrG_R p span{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R h2,
.Editor_containerContent__DrG_R h2 span{
    font-family: var(--condensed);
    font-size: 28px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R h3,
.Editor_containerContent__DrG_R h3 span{
    font-family: var(--condensed);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R ul{
    padding-left: 36px;
    list-style: disc;
    list-style-type: disc;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R ol{
    padding-left: 36px;
    list-style: decimal;
    list-style-type: decimal;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}

.Editor_containerContent__DrG_R ul li,
.Editor_containerContent__DrG_R ul li span,
.Editor_containerContent__DrG_R ol li,
.Editor_containerContent__DrG_R ol li span{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
}
.LinkButton_btnLink__jyOma{
    display: inline-flex;
    padding: 0 18px 0 18px;
    min-width: 100px;
    height: 36px;
    background-color: var(--white);
    border: none;
    border-radius: 2px;
    outline: none;
    font-size: 12px;
    color: var(--layer-1);
    justify-content: center;
    align-items: center;
}

.LinkButton_btnLink__jyOma.LinkButton_disabled__0FF1B{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    color: var(--layer-9);
    pointer-events: none;
}
.LabelLinkButton_btnLabel__5VF4Z{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-1);
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    align-items: center;
}

.LabelLinkButton_btnLabel__5VF4Z > svg{
    display: block;
    width: 12px;
    height: 12px;
    fill: var(--white);
    stroke: var(--white);
    margin-left: 6px;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionTopLeft__bRLl6{
    border-radius: 0 0 2px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionTopRight__lV_gI{
    border-radius: 0 0 0 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionBottomRight__sROOk{
    border-radius: 2px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.LabelLinkButton_btnLabel__5VF4Z.LabelLinkButton_positionBottomLeft__mx6io{
    border-radius: 0 2px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.NavigationFrame_header__LAxSo{
    width: 300px;
    background-color: var(--layer-1);
    border-right: 1px solid var(--layer-4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.NavigationFrame_containerHeading__tTggy{
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.NavigationFrame_heading__KoCcZ{
    font-size: 28px;
    color: var(--white);
    white-space: nowrap;
    transform: rotate(-90deg);
}

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

.NavigationFrame_linkBrands__pyfaN > svg{
    display: block;
    width: 12px;
    height: 12px;
    fill: var(--white);
    margin-left: 6px;
}

.NavigationFrame_containerBtnAdmin__eILJ6{
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.NavigationFrame_containerBtnAuth__K8H1r{
    height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.NavigationFrame_footer__HOjwa{
    display: flex;
    align-items: center;
    position: fixed;
    top: 36px;
    bottom: 36px;
    left: 120px;
    z-index: 5;
}

.NavigationFrame_main__H3HoK{
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding-left: 306px;
    z-index: 0;
}

.NavigationFrame_containerChildren__YMtcJ{
    width: 100%;
    height: inherit;
}

@media screen and (max-width: 1024px){
    .NavigationFrame_header__LAxSo{
        background-color: var(--layer-1);
        width: 100%;
        height: 120px;
        border-right: none;
        border-bottom: 1px solid var(--layer-4);
        top: 0;
        right: 0;
        bottom: unset;
        left: 0;
    }

    .NavigationFrame_containerHeading__tTggy{
        width: 100%;
    }

    .NavigationFrame_heading__KoCcZ{
        transform: none;
    }

    .NavigationFrame_containerBtnAuth__K8H1r{
        top: 0;
        bottom: unset;
    }

    .NavigationFrame_footer__HOjwa{
        display: block;
        height: 80px;
        background-color: var(--layer-1);
        border-top: 1px solid var(--layer-4);
        top: unset;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .NavigationFrame_main__H3HoK{
        padding: 120px 0 80px 0;
    }
}
.ApplyCTAModal_title__t_T9q{
    font-family: var(--condensed);
    font-size: 60px;
    margin-bottom: 16px;
}

.ApplyCTAModal_containerBtns___B5Yg{
    display: flex;
    gap: 6px;
    align-items: center;
}

.ApplyCTAModal_containerBtns___B5Yg > span{
    display: block;
}
.SecondaryLinkButton_btnLinkSecondary__rv1P0{
    display: inline-flex;
    min-width: 100px;
    height: 36px;
    padding: 0 16px 0 16px;
    border: 1px solid var(--white);
    border-radius: 2px;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    justify-content: center;
    align-items: center;
}
.RoundIcon_iconRound__nQhR1{
    display: flex;
    gap: 4px;
    align-items: center;
}

.RoundIcon_icon__xCa4d{
    display: flex;
    width: 36px;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.RoundIcon_icon__xCa4d > svg{
    width: 16px;
    fill: var(--white);
}

.RoundIcon_loading__C7fgx{
    display: flex;
    gap: 4px;
    padding: 6px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 10px;
}

.RoundIcon_loading__C7fgx > .RoundIcon_dot__NIVIA{
    width: 6px;
    height: 6px;
    background-color: var(--white);
    border-radius: 50%;
    
}

@keyframes RoundIcon_loading__C7fgx{
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.RoundIcon_dot1__yN6zc{
    animation: RoundIcon_loading__C7fgx 1s ease-in-out 0s infinite;
}

.RoundIcon_dot2__zi7VR{
    animation: RoundIcon_loading__C7fgx 1s ease-in-out 0.1s infinite;
}

.RoundIcon_dot3__UhXYq{
    animation: RoundIcon_loading__C7fgx 1s ease-in-out 0.2s infinite;
}

.RoundIcon_stat__im0cF{
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
}
.BrandList_lst__ThENp{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.BrandList_container__1QKge{
    padding: 36px;
}

.BrandList_containerBtns__UOaSs{
    display: flex;
    gap: 6px;
}

.BrandList_name__FZKVt{
    display: flex;
    font-family: var(--condensed);
    font-size: 28px;
    color: var(--white);
    line-height: 1;
    align-items: center;
    margin-bottom: 6px;
    margin-left: 24px;
}

.BrandList_slogan__ydvjK{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 24px;
}

@media screen and (max-width: 500px){
    .BrandList_container__1QKge{
        padding: 36px 16px 36px 16px;
    }
}
.MediaFrame_frame__ZnR6z{
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-gap: 6px;
    gap: 6px;
}

.MediaFrame_columnLeft__H3KWy{
    position: relative;
}

.MediaFrame_columnLeft__H3KWy > .MediaFrame_containerChildren__yek7H{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.MediaFrame_columnRight__xoYb3{
    padding: 36px;
}

@media screen and (max-width: 700px){
    .MediaFrame_frame__ZnR6z{
        grid-template-columns: 100%;
    }
}

@Media screen and (max-width: 500px){
    .MediaFrame_columnRight__xoYb3{
        padding: 36px 16px 36px 16px;
    }
}
.RatingIcon_rating__A_UHJ{
    display: flex;
    gap: 4px;
    align-items: center;
}

.RatingIcon_btn__NJC7_{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border-radius: 18px;
    border: 1px solid var(--layer-4);
    align-items: center;
}

.RatingIcon_containerStars__nUM6_{
    width: 96px;
    height: 16px;
    position: relative;
}

.RatingIcon_layer1__daB4F{
    display: flex;
    gap: 4px;
}

.RatingIcon_layer1__daB4F > svg{
    height: 100%;
    fill: var(--layer-8);
}

.RatingIcon_layer2__nj4J9{
    display: flex;
    gap: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.RatingIcon_layer2__nj4J9 > svg{
    min-width: 16px;
    height: 16px;
    fill: gold;
}

.RatingIcon_stat__7WLP3{
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--white);
}
.SkinnyCarousel_label__5Do1m{
    padding-left: 16px;
    font-family: var(--condensed);
    font-size: 28px;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

.SkinnyCarousel_containerLst__56roV{
    width: 100%;
    position: relative;
}

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

.SkinnyCarousel_lst__YBXcA > li{
    min-width: calc(80% - 4px);
    max-width: calc(80% - 4px);
    scroll-snap-align: start;
}


.SkinnyCarousel_lst__YBXcA > li > a{
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.SkinnyCarousel_containerBtnBack__CWRbR{
    display: flex;
    padding-left: 6px;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.SkinnyCarousel_containerBtnNext__p3sV9{
    display: flex;
    padding-right: 6px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.Heading_heading__TVEa8{
    font-family: var(--condensed);
    font-size: 30px;
    color: var(--white);
    margin-bottom: 12px;
    margin-left: 16px;
}
.PasswordInput_inputPassword__6XHaq{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

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

.PasswordInput_inputPassword__6XHaq > button{
    display: flex;
    height: 100%;
    padding: 0 16px 0 16px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.PasswordInput_inputPassword__6XHaq > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.PasswordInput_inputPassword__6XHaq > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.PasswordInput_inputPassword__6XHaq > 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;
}

.PasswordInput_inFieldset__7GbcL{
    border: none !important;
    border-radius: 0;
}
.Paragraph_paragraph__bPixL{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}
.EmailInput_inputEmail__1sEMG{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
}

.EmailInput_inputEmail__1sEMG > 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;
}

.EmailInput_inputEmail__1sEMG > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.EmailInput_inputEmail__1sEMG > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.EmailInput_inputEmail__1sEMG > 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;
}
.FormModal_anchor__jZXot{
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.FormModal_overlay__janTw{
    display: flex;
    width: 100vw;
    padding: 16px;
    background-color: var(--layer-1);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.FormModal_overlay__janTw.FormModal_open__PaRQb{
    margin-left: -100vw;
}

.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;
}
.SearchInput_inputSearch__czwKe{
    width: 100%;
    height: 36px;
    border-radius: 2px;
    position: relative;
}

.SearchInput_inputSearch__czwKe > div{
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.SearchInput_inputSearch__czwKe > div > svg{
    width: 16px;
    fill: var(--white);
}

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

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

/* Layers */

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

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

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

.SearchInput_inputSearch__czwKe.SearchInput_layer3__rBGML > input::placeholder {
    color: var(--layer-9);
}
  
.SearchInput_inputSearch__czwKe.SearchInput_layer3__rBGML > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-9);
}
.VariationInput_frame__qncbT{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.VariationInput_frame__qncbT > .VariationInput_containerBtns__mkFgr{
    display: flex;
    gap: 6px;
}

.VariationInput_frame__qncbT > .VariationInput_containerBtns__mkFgr > .VariationInput_wide__f1vEU{
    flex: 1 1;
}

.VariationInput_lst__e_ZqK{
    display: flex;
    gap: 6px;
    width: 100%;
    border-radius: 2px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.VariationInput_lst__e_ZqK > li{
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 100%;
    scroll-snap-align: start;
}

.VariationInput_lst__e_ZqK > li > .VariationInput_columns__7_nX1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    gap: 1px;
    background-color: var(--layer-4);
    border: 1px solid var(--layer-4);
    border-radius: 2px 18px 2px 2px;
    overflow: hidden;
}

.VariationInput_lst__e_ZqK > li > .VariationInput_columns__7_nX1 > div{
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.VariationInput_lst__e_ZqK > li > .VariationInput_columns__7_nX1 > div > div{
    display: flex;
    gap: 1px;
}
.PriceInput_input__dFRQa{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
}

.PriceInput_input__dFRQa > 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-family: var(--serif);
    font-size: 16px;
    color: var(--white);
    transform: scale(0.875);
    transform-origin: top left;
    align-items: center;
}

.PriceInput_input__dFRQa > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.PriceInput_input__dFRQa > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.PriceInput_input__dFRQa > 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;
}
.Slides_wrapper__y1hTj{
    
}

.Slides_anchor__s8sFy{
    width: 100%;
    height: 0;
    position: relative;
}

.Slides_containerBtns__x7tsJ{
    display: flex;
    gap: 6px;
    position: absolute;
    right: 0;
    bottom: 12px;
}

.Slides_containerChildren__VTGml{

}

.Slides_hidden__BkQ6o{
    display: none;
}
.TextArea_wrapper__XL7BI{
    min-height: 36px;
    padding: 4.31px 16px 4.31px 16px;
    border-radius: 2px;
}

.TextArea_container__zWsU_{
    overflow: hidden;
    position: relative;
}

.TextArea_txtArea__EG_Fq{
    width: 114.2857%;
    min-height: 29px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    resize: none;
    font-family: var(--serif);
    font-size: 16px;
    color: var(--white);
    line-height: 1.8;
    overflow: scroll;
    transform: scale(0.875);
    transform-origin: top left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

/* Layer Styles */

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

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

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

.TextArea_layer3__soa4Q .TextArea_txtArea__EG_Fq::placeholder {
    color: var(--layer-9);
}
  
.TextArea_layer3__soa4Q .TextArea_txtArea__EG_Fq::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-9);
}
.SearchBar_barSearch__PNd7D{
    padding: 36px;
    background-color: var(--layer-1);
}

.SearchBar_formSearch__9mCJN{
    display: flex;
    gap: 6px;
    width: 100%;
    max-width: 500px;
    margin-top: 16px;
}

@media screen and (max-width: 700px){
    .SearchBar_barSearch__PNd7D{
        padding: 36px 16px 36px 16px;
    }
}
.SelectBar_barSel__rOjt6{
    display: flex;
    width: 100%;
    height: 36px;
    overflow: scroll;
    position: relative;
}

.SelectBar_barSel__rOjt6 > li{
    height: 100%;
}

.SelectBar_barSel__rOjt6 > li > button{
    display: flex;
    height: 100%;
    padding: 0 14px 0 14px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    white-space: nowrap;
    overflow: none;
    justify-content: center;
    align-items: center;
}

.SelectBar_underline__Waa6r{
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.25s ease-in-out;
}
.InputFrame_frame__hEeJ1{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.UsernameInput_inputUsername__hQqsY{
    width: 100%;
    height: 36px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

.UsernameInput_inputUsername__hQqsY > 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;
}

.UsernameInput_inputUsername__hQqsY > input::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.UsernameInput_inputUsername__hQqsY > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.UsernameInput_inputUsername__hQqsY > 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;
}

.UsernameInput_inputUsername__hQqsY.UsernameInput_inFieldset__WrVZX{
    border: none;
}
.Fieldset_fieldset__KgeLd{
    
}

.Fieldset_legend__YXTW5{
    padding-left: 12px;
    font-family: var(--condensed);
    font-size: 12px;
    color: var(--layer-8);
    line-height: 1;
    margin-bottom: 4px;
}

.Fieldset_frame__hu_Df{
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--layer-4);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    overflow: hidden;
}

.Fieldset_description__PZ1yB{
    padding-left: 12px;
    font-family: var(--sans-serif);
    font-size: 12px;
    color: var(--layer-8);
    line-height: 1;
    margin-top: 4px;
}
.DatePicker_picker__RENZZ{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
}

.DatePicker_picker__RENZZ.DatePicker_inFieldset__PfC7c{
    border: none;
    border-radius: 0;
}

.DatePicker_header__7_A1t{
    display: flex;
    gap: 6px;
    height: 36px;
}

.DatePicker_header__7_A1t > .DatePicker_wide__F5NIt{
    flex: 1 1;
}

.DatePicker_btnBack__ktWxF,
.DatePicker_btnNext__d_MJi{
    display: flex;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
}

.DatePicker_btnBack__ktWxF > svg,
.DatePicker_btnNext__d_MJi > svg{
    width: 16px;
    height: 16px;
    fill: var(--layer-9);
}

.DatePicker_container__ROj_N{
    display: flex;
    height: 252px;
    padding-bottom: 6px;
    justify-content: center;
    align-items: center;
}

.DatePicker_calendar__n8ZRF{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px;
    gap: 6px;
}

.DatePicker_calendar__n8ZRF > li{
    
}

.DatePicker_calendar__n8ZRF > li > button{
    display: flex;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    outline: none;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--layer-9);
    justify-content: center;
    align-items: center;
}

.DatePicker_calendar__n8ZRF > li > button.DatePicker_selected__xkwHs{
    background-color: var(--white);
    color: var(--layer-2);
}
.ToggleBar_bar__DH_33{
    display: flex;
    gap: 6px;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    align-items: center;
}

.ToggleBar_bar__DH_33.ToggleBar_inFieldset__e_ZDB{
    border: none;
    border-radius: 0;
}

.ToggleBar_label__cNk8d{
    flex: 1 1;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
}

.ToggleBar_toggle__NKDiE{
    width: 42px;
    height: 24px;
    background-color: var(--layer-8);
    border: none;
    border-radius: 14px;
    outline: none;
    position: relative;
    transition: 0.15s ease-in-out;
}

.ToggleBar_dot__e4ybi{
    width: 20px;
    height: 20px;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: 0.15s ease-in-out;
}

/* Toggle on State Styles */

.ToggleBar_toggle__NKDiE.ToggleBar_on__7Jhvn{
    background-color: var(--bright-green);
}

.ToggleBar_toggle__NKDiE.ToggleBar_on__7Jhvn > .ToggleBar_dot__e4ybi{
    margin-left: 18px;
}
.Collapse_container__KHPh8{
    margin-top: -1px;
    transition: 0.15s ease-in-out;
}

.Collapse_borderTop__bj76G{
    width: 100%;
    height: 1px;
    background-color: var(--layer-4);
}
.Button_btn__eWQcr{
    display: inline-flex;
    padding: 0 16px 0 16px;
    min-width: 100px;
    min-height: 36px;
    background-color: var(--white);
    border: none;
    border-radius: 2px;
    outline: none;
    font-family: var(--serif);
    font-weight: normal;
    font-size: 12px;
    color: var(--layer-1);
    align-self: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Button_containerSpinner__SxENM{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Layer Styles */

/* Layer 2 */
.Button_btn__eWQcr.Button_layer2__0Qpjw:disabled{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    color: var(--layer-8);
}

/* Layer 3 */
.Button_btn__eWQcr.Button_layer3__QoVBq:disabled{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
    color: var(--layer-9);
}
.Spinner_spinner__unvE6{
	display: inline-block;
	width: 1em;
	height: 1em;
    position: relative;
}

.Spinner_blade__VFyWy{
	position: absolute;
	left: 0.4629em;
	bottom: 0;
	width: 0.074em;
	height: 0.2777em;
    background-color: transparent;
	border-radius: 0.0555em;
    font-size: inherit;
	transform-origin: center -0.2222em;
	animation: Spinner_spinner-fade__Kctjz 0.5s infinite linear;
}
  
.Spinner_blade__VFyWy:nth-child(1){
	animation-delay: 0s;
	transform: rotate(0deg);
}

.Spinner_blade__VFyWy:nth-child(2){
	animation-delay: 0.0415s;
	transform: rotate(30deg);
}

.Spinner_blade__VFyWy:nth-child(3){
	animation-delay: 0.083s;
	transform: rotate(60deg);
}

.Spinner_blade__VFyWy:nth-child(4){
	animation-delay: 0.1245s;
	transform: rotate(90deg);
}

.Spinner_blade__VFyWy:nth-child(5){
	animation-delay: 0.166s;
	transform: rotate(120deg);
}

.Spinner_blade__VFyWy:nth-child(6){
	animation-delay: 0.2075s;
	transform: rotate(150deg);
}

.Spinner_blade__VFyWy:nth-child(7){
	animation-delay: 0.249s;
	transform: rotate(180deg);
}

.Spinner_blade__VFyWy:nth-child(8){
	animation-delay: 0.2905s;
	transform: rotate(210deg);
}

.Spinner_blade__VFyWy:nth-child(9){
	animation-delay: 0.332s;
	transform: rotate(240deg);
}

.Spinner_blade__VFyWy:nth-child(10){
	animation-delay: 0.3735s;
	transform: rotate(270deg);
}

.Spinner_blade__VFyWy:nth-child(11){
	animation-delay: 0.415s;
	transform: rotate(300deg);
}

.Spinner_blade__VFyWy:nth-child(12){
	animation-delay: 0.4565s;
	transform: rotate(330deg);
}
  
@keyframes Spinner_spinner-fade__Kctjz {
	0% {
	  	background-color: var(--white);
	}
	100% {
	  	background-color: transparent;
	}
}
.Confirm_overlay__VGjnm{
    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;
}

.Confirm_overlay__VGjnm.Confirm_open__e_YWu{
    display: flex;
}

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

.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);
}
.RoundIconLinkButton_btnRound__5V5rG{
    display: flex;
    gap: 4px;
    background-color: transparent;
    border: none;
    outline: none;
    align-items: center;
}

.RoundIconLinkButton_btnRound__5V5rG > div{
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.RoundIconLinkButton_btnRound__5V5rG > div > svg{
    width: 16px;
    fill: var(--white);
}

.RoundIconLinkButton_btnRound__5V5rG > span{
    font-family: var(--sans-serif);
    font-size: 12px;
}

/* Layer Styles */

/* Layer 2 */
.RoundIconLinkButton_btnRound__5V5rG.RoundIconLinkButton_layer2__4E9gM > div{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
}

/* Layer 3 */
.RoundIconLinkButton_btnRound__5V5rG.RoundIconLinkButton_layer3__CSr_E > div{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
}
.ApplyForm_form__hKfGj{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.Success_background__2Oos3{
    width: 100%;
    padding-top: 36px;
}

.Success_background__2Oos3 > svg{
    display: block;
    width: 60px;
    height: 60px;
    fill: var(--white);
    margin: auto;
    margin-bottom: 6px;
}

.Success_heading__0Bzj6{
    font-family: var(--condensed);
    font-size: 30px;
    color: var(--white);
    text-align: center;
    margin-bottom: 2px;
}

.Success_msg__Y4fWp{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    text-align: center;
}

.Success_containerResend__RXA14{
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.Success_resendMsg__lH315{
    font-family: var(--sans-serif);
    font-size: 14px;
    color: var(--white);
}
.LinksInput_picker__pIP69{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.LinksInput_containerItems__dL7tZ{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.LinksInput_item__w22lS{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

.LinksInput_containerDrag__oL4i5{
    display: flex;
    gap: 12px;
    padding: 6px;
    align-items: center;
}

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

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

.LinksInput_containerInputs__R63ZH{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 6px 6px 6px;
    margin-top: 6px;
}
