.AcceptCookies_overlay__KuGSf{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.AcceptCookies_overlay__KuGSf.AcceptCookies_open__iInsj{
    display: block;
}

.AcceptCookies_window__A0o9g{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 320px;
    background-color: var(--layer-1);
    border-top: 1px solid var(--layer-4);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.AcceptCookies_header__leS_Q{
    display: flex;
    width: 100%;
    height: 36px;
    justify-content: center;
    align-items: center;
    position: relative;
}

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

.AcceptCookies_btnClose__o_L0V{
    display: flex;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

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

.AcceptCookies_containerContent__aCBqu{
    display: flex;
    flex: 1 1;
    padding: 16px;
    justify-content: center;
    align-items: center;
}

.AcceptCookies_center__CDEkG{
    width: 100%;
    max-width: 500px;
}

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

@media screen and (max-width: 500px) {
    .AcceptCookies_window__A0o9g{
        padding-bottom: 24px;
    }
}
.LabelButton_btnLabel__FAxBD{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-1);
    border: none;
    outline: none;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    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);
}
/* PanelSlideRoot component styles */

.SlidePanel_root__vVF11{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    position: relative;
}
.SlidePanel_root__vVF11 .SlidePanel_containerCenter__3PnZR{
    width: 100%;
    max-height: 100%;
    overflow: scroll;
}

/* PanelSlide component styles */

.SlidePanel_panel__6VsmY{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: var(--layer-1);
    align-items: center;
    position: absolute;
    top: 0;
    left: 100%;
    transition: 0.25s ease-in-out;
}

.SlidePanel_panel__6VsmY.SlidePanel_open__W8nGb{
    margin-left: -100%;
}

.SlidePanel_panel__6VsmY.SlidePanel_closed__wuCIk{
    margin-left: 0;
}

.SlidePanel_panel__6VsmY .SlidePanel_containerCenter__3PnZR{
    width: 100%;
    max-height: 100%;
}

.SlidePanel_header__w4AGf{
    width: 100%;
    height: 36px;
    position: relative;
    z-index: 0;
}

.SlidePanel_btnBack__rG5Wc{
    display: flex;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

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

.SlidePanel_heading__uym2D{
    display: flex;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.SlidePanel_containerChildren__p_M_M{
    width: 100%;
    height: 100%;
}
.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);
}
.Heading_heading__TVEa8{
    font-family: var(--condensed);
    font-size: 30px;
    color: var(--white);
    margin-bottom: 12px;
    margin-left: 16px;
}
.Logo_logo__Il2kE{
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-bottom: 16px;
}

.Logo_logo__Il2kE > svg{
    display: block;
    width: 150px;
    fill: var(--white);
}

.Logo_logo__Il2kE > span{
    display: block;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
}
.Account_containerAvitar__9RU5x{
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.Account_containerBtn__yhlrg{
    position: absolute;
    top: 6px;
    right: 6px;
}
.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_btn__eWQcr:disabled{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    color: var(--layer-8);
}

.Button_containerSpinner__SxENM{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ColorPicker_background__8grFu{
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--layer-4);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    overflow: hidden;
}

.ColorPicker_background__8grFu.ColorPicker_fieldset__aR1ZV{
    border: none;
    border-radius: 0;
}

.ColorPicker_containerSliders__kM4XB{
    background-color: var(--layer-2);
}

.ColorPicker_containerSlider__ZYtY0{
    display: flex;
    width: 100%;
    height: 36px;
    padding: 0 6px 0 6px;
    align-items: center;
}

.ColorPicker_hue__DrcE4{
    width: 100%;
    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: 33px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ColorPicker_lightness___Day0{
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

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

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

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

.ColorPicker_containerSample__5wufi{
    display: flex;
    width: 100%;
    height: 36px;
    padding: 0 6px 0 6px;
    background-color: var(--layer-2);
    align-items: center;
}

.ColorPicker_sample__UcpW2{
    width: 100%;
    height: 24px;
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    overflow: hidden;
}
  
.NoResults_frame__xE65m{
    display: flex;
    padding-top: 70px;
    flex-direction: column;
    align-items: center;
}

.NoResults_frame__xE65m > svg{
    width: 36px;
    height: 36px;
    fill: var(--white);
    margin-bottom: 16px;
}

.NoResults_msg__Db7yO{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
}
.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);
}
.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;
}
.DropCap_dropCap__ruEI1{
    padding-top: 16px;
    min-height: 66px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    white-space: pre-wrap;
    -webkit-hyphens: auto;
            hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 12px;
}

.DropCap_dropCap__ruEI1::first-letter{
    float: left;
    font-size: 80px;
    text-transform: capitalize;
    line-height: 0.8;
    margin-top: -16px;
    margin-right: 6px;
}
.BlockQuote_blockQuote__5L01q{
    padding: 42px 16px 42px 16px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    position: relative;
    margin: 0;
    margin-bottom: 12px;
}

.BlockQuote_quoteOpen__a6rli{
    width: 36px;
    height: 36px;
    fill: var(--white);
    position: absolute;
    top: 0;
    left: 0;
}

.BlockQuote_quoteClose__aoKvF{
    width: 36px;
    height: 36px;
    fill: var(--white);
    position: absolute;
    right: 0;
    bottom: 0;
}
.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;
}
.LineHeading_heading__7iS63{
    margin-bottom: 12px;
}

.LineHeading_line__Duxnr{
    height: 6px;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

.LineHeading_heading__7iS63 > h1{
    font-family: var(--serif);
    font-size: 26px;
    color: var(--white);
    line-height: 1;
    text-align: center;
    margin: 12px 16px 12px 16px;
}

.LineHeading_containerSubtext__0_50v{
    border-top: 1px solid var(--white);
}

.LineHeading_label__ZZKd1{
    padding: 8px;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    position: relative;
}

.LineHeading_value__8qogX{
    display: flex;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.VariationPicker_picker__lQMq_{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

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

.VariationPicker_picker__lQMq_ > div > ul{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.VariationPicker_picker__lQMq_ button{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 18px;
    font-family: var(--sans-serif);
    font-size: 14px;
    color: var(--white);
    white-space: nowrap;
    align-items: center;
}

.VariationPicker_picker__lQMq_ button.VariationPicker_selected__RZvZ_{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--layer-2);
}
.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);
}
.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;
}
.Paragraph_paragraph__bPixL{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 12px;
}
.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;
}
.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;
    }
}
