section[L=Head] {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    transition: .3s;
}







.menu-toggle {
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.menu-toggle-svg {
    width: 100%;
    height: 100%;
    display: block;
    font-family: inherit;
}

.menu-line {
    stroke: #1a1a1a;
    stroke-width: 1;
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 220ms ease, y 220ms ease;
}

.menu-text {
    font-family: inherit;
    font-size: 12px;
    font-weight: 300;
    fill: #1a1a1a;
    text-anchor: middle;
    opacity: 1;
    transition: opacity 160ms ease, transform 160ms ease;
    letter-spacing: 5px;
}

.menu-toggle.is-active .menu-line-top {
    transform: translateY(18px) rotate(45deg);
}

.menu-toggle.is-active .menu-line-bottom {
    transform: translateY(7px) rotate(-45deg);
}

.menu-toggle.is-active .menu-text {
    opacity: 0;
    transform: translateY(6px);
}

.Mod1215_BottomBar {
    position: fixed;
    bottom: 0;
    display: none;
    padding: 12px;
    align-items: center;
    width: 100%;
    background: #fff;
}

.Mod1215_BottomBar .Mod1215_BottomBar_Item {
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.Mod1215_BottomBar .Mod1215_BottomBar_Item>svg {
    height: 26px;
}

.Mod1215_BottomBar_Item>span {
    display: none
}

.Mod1215_BottomBar_Item[fr="Bag"]:not([Q="0"])>span {
    display: flex;
    position: absolute
}

.Mod1215 {
    width: 100%;
    cursor: pointer;
}

.Mod1215 .Mod1215_TopGroup {
    width: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #faf8f5
}

.Mod1215 .Mod1215_Newsletter {
    width: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.Mod1215 .Mod1215_Newsletter {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 20px;
}

.Mod1215 .Mod1215_Newsletter {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Mod1215 .Mod1215_Newsletter .Mod1215Ticker {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 20px;
    align-items: center;
}

.Mod1215 .Mod1215_Newsletter span {
    display: block;
    height: 20px;
    line-height: 20px;
}

.Mod1215_BottomBar {
    position: fixed;
    bottom: 0;
    display: none;
    padding: 12px;
    align-items: center;
    width: 100%;
    background: #fff;
}

.Mod1215_BottomBar .Mod1215_BottomBar_Item {
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.Mod1215_BottomBar .Mod1215_BottomBar_Item>svg {
    height: 26px;
}

.Mod1215_BottomBar_Item>span {
    display: none
}

.Mod1215_BottomBar_Item[fr="Bag"]:not([Q="0"])>span {
    display: flex;
    position: absolute
}

.Mod1215 .Mod128_BottomGroup {
    width: 100%;
    padding: 0 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #787878;
    line-height: 24px;
    gap: 11px;
}

.Mod1215 .Mod128_BottomGroup>span:nth-child(1) {
}

.Mod1215 .Mod128_BottomGroup>span:nth-child(2) {
    font-weight: bold;
}

.Mod1215 .Mod128_BottomGroup>span:nth-child(2):hover {
    text-decoration: underline;
}

body:not([page="Home"]) .Mod1215 .Mod128_BottomGroup {
    display: none;
}

.Mod1215 .Mod1215_Group {
    width: 100%;
    padding: 0 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.Mod1215 .Mod1215_BottomNavBar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 34px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

Mod1215_BottomNavBar

.Mod1215 .Mod1215_Group_Left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.Mod1215 .Mod1215_Logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.openNav .Mod1215 .Mod1215_Logo {
    z-index: 12;
}


.Mod1215 .Mod1215_Logo > img {
    height: 36px;
    display: block;
}

.Mod1215 .Mod1215_Logo > svg {
    height: 22px;
    display: block;
    transition: all 0.3s;
}

body.openNav .Mod1215 .Mod1215_Logo > svg {
    height: 35px;
    margin-top: 12px;
}

.Mod1215 .Mod1215_Logo > svg path,.Mod1215 .Mod1215_Logo > svg polygon,.Mod1215 .Mod1215_Logo > svg rect {
    fill: #000
}

.Mod1215 .Mod1215_Search {
    display: flex;
    padding: 0 12px;
    align-items: center;
    gap: 10px;
}

.Mod1215 .Mod1215_Search>.Text {
    display: flex;
    font-weight: 500;
}

.Mod1215 .Mod1215_Search>svg {
    display: flex;
    height: 22px
}

.Mod1215 .Mod1215_Navs {
    display: none;
    align-items: center;
    gap: 0px;
}

.Mod1215 .Mod1215_Navs.Desktop {
    display: flex;
}
.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent {
    display: flex;
}
.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem {
    display: flex;
    position: relative;
}
.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem.active::after{
    transform: scaleX(1);
    transform-origin: left;
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.Box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.Box>.Icon {
    display: flex;
}
.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.Box>.Icon:empty {
    display: none;
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.Box>.Name {
    font-size: 12px;
    text-wrap-mode: nowrap;
    font-weight: 500;
    text-transform: uppercase;
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.Box>svg {
    display: none;
}


.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.ImageBox {
    display: flex;
    width: 200px;
    position: relative;
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.ImageBox>img {
    display: block;
    width: 100%
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.ImageBox>.Box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0px 5px;
}
.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.ImageBox>.Box>.Icon {
    display: flex;
}

.Mod1215 .Mod1215_Navs.Desktop .Mod1215_NavContent .Mod1215_NavParents>.NavItem>.ImageBox>.Box>.Name {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs {
    display: flex;
    width: 100%;
    align-items: center;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup {
    display: flex;
    transition: all 0.5s;
    pointer-events: none;
    position: absolute;
    width: stretch;
    scrollbar-width: none;
    flex-direction: row;
    align-items: center;
    opacity: 0;
    gap: 18px;
    justify-content: center;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup.active {
    opacity: 1;
    transition: all 0.6s;
    pointer-events: all;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup>.NavItem {
    display: flex;
    flex-direction: row;
}




.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup>.NavItem>.Box {
    display: flex;
    position: relative;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup>.NavItem>.Box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup>.NavItem>.Box:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}


.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup>.NavItem>.Box>.Icon {
    display: flex;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup>.NavItem>.Box>.Name {
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    height: 33px;
    align-items: center;
}


.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup>.NavItem>.Box>svg {
    display: none;
}


.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer {
    display: none;
    flex-direction: row;
    gap: 36px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 32px;
    border-top: 1px solid #ccc;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .NavItem:hover>.SubMenuContainer {
    display: flex;
    justify-content: center;
}


.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Box {
    display: flex;
    position: relative;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Box[href]:after{
    content:"";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #000;
    transition: all 0.2s;
    bottom: -3px;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Box[href]:hover:after{
    width: 100%;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Box>.Icon {
    display: flex;
}


.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Box>.Name {
    display: flex;
    font-size: 12px;
    font-weight: 400;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Box>svg {
    display: none;
}



.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.ImageBox {
    display: flex;
    position: relative;
    align-items: center;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.ImageBox>img {
    display: block;
    width: 160px;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.ImageBox>.Box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 18px;
    justify-content: flex-end;
    height: 100%;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.ImageBox>.Box>.Icon {
    display: flex;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.ImageBox>.Box>.Name {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.ImageBox>.Box>.Desc {
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    text-wrap-mode: nowrap;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.ImageBox>.Box>svg {
    display: none;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem {
    display: flex;
    text-wrap-mode: nowrap;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.Box {
    display: flex;
    position: relative;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.Box:after{
    content:"";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #000;
    transition: all 0.2s;
    bottom: -3px;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.Box:hover:after{
    width: 100%;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.Box>.Icon {
    display: flex;
}


.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.Box>.Name {
    display: flex;
    font-size: 12px;
    font-weight: 300;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.Box>svg {
    display: none;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.ImageBox {
    display: flex;
    position: relative;
    align-items: center;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.ImageBox>img {
    display: block;
    width: 160px;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.ImageBox>.Box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 18px;
    justify-content: flex-end;
    height: 100%;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.ImageBox>.Box>.Icon {
    display: flex;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.ImageBox>.Box>.Name {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.ImageBox>.Box>.Desc {
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    text-wrap-mode: nowrap;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.NavItem>.Mod1215_SubList>.NavItem>.ImageBox>.Box>svg {
    display: none;
}







.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery {
    display: flex;
    margin-bottom: 40px;
    margin-top: 0px;
    gap: 8px;
    flex-direction: column;
    overflow: clip;
    align-items: center;
    align-content: center;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery:empty{display: none;}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery>.GalleryTitle{
    width: 100%;
    text-align: left;
    font-size: 10px;
    line-height: 26px;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery>.GalleryTitle:empty{display: none;}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .Text {
    width: 100%;
    text-align: left;
    font-size: 10px;
    line-height: 26px;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .Text svg {
    display: none;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .NavImgBox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width:100%
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .GalleryTitle + .NavImgBox{max-width:249px}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .GalleryTitle + .SliderContainer{max-width:500px;overflow: hidden;}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .NavImgBox .Image {
    width: 100%;
    display: flex
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .NavImgBox .Image>img {
    width: 100%;
    display: block
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .NavImgBox .Video {
    width: 100%;
    display: flex
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubMenuContainer>.Gallery .NavImgBox .Video>video {
    width: 100%;
    display: block
}








.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight {
    display: flex;
    width: 60%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 0px 80px;
}


.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    margin-top: 0px;
    gap: 8px;
    flex-direction: column;
    overflow: clip;
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery:empty{display: none;}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery .Text {
    width: 100%;
    text-align: left;
    font-size: 10px;
    line-height: 26px;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery .Text svg {
    display: none;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery .NavImgBox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: 70%;
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery .NavImgBox .Image {
    width: 100%;
    display: flex
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery .NavImgBox .Image>img {
    width: 100%;
    display: block
}
.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery .NavImgBox .Video {
    width: 100%;
    display: flex
}

.Mod1215 .Mod1215_BottomNavBar .Mod1215_NavSubs .Mod1215_SubGroup .SubNavRight>.Gallery .NavImgBox .Video>video {
    width: 100%;
    display: block
}




.Mod1215 .Mod1215_Navs>.NavItem:first-child {
    padding-left: 0
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box {
    cursor: pointer;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 2px;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box .Icon {
    width: 100%;
    display: none;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box>svg {
    display: none;
    height: 13px;
}

.Mod1215 .Mod1215_Navs.Desktop .SubNav_List .NavItem:hover .Box>svg {
    display: flex;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box .Name {
    display: block;
    font-weight: 400;
    padding: 20px 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem.active>.Box>.Name {
    color: #000
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem:hover>.Box>.Name {
    color: #000
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem.active>.Box>.Name {
    color: #000
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem:hover>.Box {
    opacity: 1
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem:hover>.Box>.Name {
    color: #000;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    max-width: 50%;
    border-top: 1px solid #cccccc47;
    padding: 16px;
    display: flex;
    transition: all 0.3s;
    z-index: 100;
    flex-direction: row-reverse;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav:empty {
    display: none !important;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem:hover .Multiple_SubNav {
    position: absolute;
    left: 0;
    top: 100%;
    background: transparent;
    max-width: 50vw;
    border-top: 0;
    display: flex;
    transition: all 0.3s;
    opacity: 1;
    pointer-events: auto;
    min-height: calc(100dvh - 48px);
    overflow: hidden;
    overflow-y: auto;
    max-height: 90vh;
    flex-direction: row;
    padding: 0;
}

.Mod1215 .Mod1215_Navs.Desktop .Multiple_SubNav.no-anim {
    transition: none !important;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .NavItem>.Box>.Name {
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    color: #000
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavLeft {
    width: 25vw;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: none;
    background: #fff;
    padding: 16px;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavLeft .SubNav_List {
    width: 100%;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavLeft .OtherNav_List {
    width: 100%;
    height: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavLeft .OtherNav_List>.NavItem {
    line-height: 26px;
    padding: 0px;
    display: block;
    font-weight: 400;
    width: 100%;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavLeft .OtherNav_List>.NavItem:hover {
    text-decoration: underline
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox {
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: 101;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0px;
    padding-top: 0px;
    transition: all 0.4s;
    overflow: auto;
    padding-bottom: 120px;
    pointer-events: none;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox::-webkit-scrollbar {
    width: 2px;
    background: #efefef;
    display: block
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2px
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox::-webkit-scrollbar-thumb:hover {
    background: #555
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox.show {
    opacity: 1;
    transition: all 0.4s;
    pointer-events: all;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox .Mod1215_subnavboxBack {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    background: transparent;
    transition: opacity 0.2s;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox .Mod1215_subnavboxBack:hover {
    opacity: 0.6;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox .Mod1215_subnavboxBack svg {
    width: 18px;
    height: 18px;
    flex: none;
    transition: transform 0.2s;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox .Mod1215_subnavboxBack:hover svg {
    transform: translateX(-3px);
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox .Mod1215_subnavboxBack svg path {
    stroke: #292929;
    fill: none;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox .Mod1215_subnavboxBack .BackLabel {
    font-weight: 600;
    font-size: 14px;
    color: #292929;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox .Mod1215_subnavboxTitle {
    width: 100%;
    font-weight: 600;
    margin-bottom: 14px;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox>.SubNavList {
    width: 100%;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .Mod1215_subnavbox>.SubNavList .NavItem:hover {
    text-decoration: underline
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight {
    width: 25vw;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-left: 1px solid #dddddd;
    overflow: auto;
    height: calc(100vh - 48px);
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight:empty {
    display: none !important;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubMenuContainer {
    width: 25vw;
    display: none;
    flex-direction: row;
    gap: 0px;
    background: #fff;
    border-left: 1px solid #dddddd;
    position: absolute;
    right: 0;
    height: calc(100vh - 48px);
    padding-top: 14px;
    overflow: auto;
    padding-bottom: 40px
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubMenuContainer.show {
    display: flex;
    flex-direction: column
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight .NavImgBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight .NavImgBox .Image {
    width: 100%;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight .NavImgBox .Image>img {
    display: block;
    width: 100%;
}
.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight .NavImgBox .Video {
    width: 100%;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight .NavImgBox .Video>video {
    display: block;
    width: 100%;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .SubNavRight .NavImgBox .Text {
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    padding: 12px 16px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .NavItem {
    width: min-content
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .SubMenuContainer .NavItem {
    width: 100%;
    padding: 0 16px
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .SubMenuContainer .NavItem:not([image='']) {
    padding: 0
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .SubMenuContainer .NavItem:not([image='']) img {
    width: 100%;
    display: block;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .SubMenuContainer .NavItem:not([image='']) .Box {
    padding: 0 16px
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .SubMenuContainer .NavItem:not([image='']) .Box>.Name {
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .SubMenuContainer .NavItem:hover svg {
    display: flex;
}

.Mod1215 .Mod1215_Navs.Desktop>.NavItem .Multiple_SubNav .NavItem.Bold>.Box>.Name {
    font-weight: bold;
}

.Mod1215 .Mod1215_Navs .SubNav_List .NavItem.opa,.SubMenuContainer .NavItem.opa {
    opacity: 0.4;
}

.Mod1215 .Mod1215_Navs .SubNav_List .NavItem[sb="0"].opa {
    opacity: 1;
}

.Mod1215 .Mod1215_Group_Right {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.Mod1215 .Mod1215_Group_SearchBar_Container {
    display: block;
}

.Mod1215 .Mod1215_Group_SearchBar_Container > div {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 14px;
    min-width: 220px;
    color: #fff;
    gap: 8px;
    padding: 0 12px;
}

.Mod1215 .Mod1215_Group_SearchBar_Container > div > span:nth-child(1) {
    display: block;
}

.Mod1215 .Mod1215_Group_SearchBar_Container > div > span:nth-child(2) {
    line-height: 28px;
    font-weight: bold;
}

.Mod1215 .Mod1215_Group_UserBar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}



.Mod1215 .Mod1215_Group_UserBar_Btn {
    display: none;
    align-items: center;
    gap: 1px;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    padding: 0;
    height: 56px;
    position: relative;
}

.Mod1215 .Mod1215_Group_UserBar_Btn .Mod1215_Group_UserBar_BtnText::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.Mod1215 .Mod1215_Group_UserBar_Btn:hover .Mod1215_Group_UserBar_BtnText::after {
    transform: scaleX(1);
    transform-origin: left;
}


.Mod1215_Group_UserBar_BtnText{display: flex;position: relative;}
.Mod1215 .Mod1215_Group_UserBar_Btn svg {
    display: none;
}
.Mod1215_Group_UserBar_Btn.Search {
    display: flex;
}

.Mod1215 .Mod1215_BagIcon {
    width: 100%;
    flex: none;
    display: flex;
}

.Mod1215 .Mod1215_BagIcon svg {
    display: block;
    width: 20px;
    height: 20px;
    flex: none;
}

.Mod1215 .Mod1215_BagCounter {
    width: 100%;
}

.Mod1215 .Mod1215_BagCounter > span {
    width: 100%;
}

.Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"][Q="0"] .Mod13_BagCounter {
    display: none;
}

.Mod1215 [x="nonLogin"] {
    display: none;
}

.Mod1215 [x="isLogin"] {
    display: none;
}

.Mod1215_Navs>svg {
    display: none
}

.Mod1215_TheBack {
    display: none;
}

.Mod1215_HomePage {
    display: none;
}

.Mod1215_Group_NavBar {
    display: none
}

.Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"][Q="0"]>svg.heart {
    display: none
}

.Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"] {
    position: relative;
    display: flex;
    flex-direction: row;
}
.Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"] .Mod1215_BagText {
    color: #000000;
    padding: 0 1px;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
    margin-left:2px
}
.Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"] .Mod1215_BagText span {font-size: 12px}
.Mod1215_MobileSearch {display: none}
.Mod1215_TheBack>span {display: none}
.Mod1215_subnavboxBack {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.Mod1215_subnavboxBack svg {
    width: 20px;
    margin-right: 8px;
}
.Mod1215_subnavboxBack .BackLabel {
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}
.Mod1215_subnavboxBack .ParentTitle {
    color: #888;
    font-size: 14px;
}
.Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem .Box>svg {
    position: absolute;
    right: 0;
    height: 18px;
    display: none
}
body[page="Home"].Scroll400 .Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box .Name {
    color: #000000;
}
body[SlideTheme="BLACK"] .Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box .Name {
    color: #000000;
}
body[SlideTheme="WHITE"] .Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box .Name {
    color: #fff;
}

body[SlideTheme="WHITE"] .Mod1215 .Mod1215_Group_UserBar_Btn svg {
    color: #fff
}

body[page="Home"] section[L=Head]:hover .Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box .Name {
    color: #000000;
}

body[page="Home"] section[L=Head]:hover .Mod1215 .Mod1215_Group_UserBar_Btn svg {
    color: #000000;
}

@media(max-width: 1140px) {
    .Mod1215_BottomBar {
        display: flex;
    }

    body.openNav .Mod1215 .Mod1215_Group_UserBar_Btn{z-index: 2;}
    .Mod1215_Group [fr="WebNav"]{display: none;}

    .Mod1215 .Mod128_BottomGroup {
        display: none;
    }

    body[page="Bag"] .Mod1215_BottomBar {
        display: flex;
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(3px);
    }

    .Mod1215 .Mod1215_Newsletter {
        padding-right: 0
    }

    .Mod1215 .Mod1215_Newsletter .Mod1215Ticker {
        width: 100%
    }

    .Mod1215 {
        position: fixed;
        top: 0;
        background: #fff;
    }

    .Mod1215 .Mod1215_Navs.Desktop {
        display: none !important;
    }

    .Mod1215 .Mod1215_Logo > svg {
        height: inherit;
        width: 95%;
        opacity: 0.9;
        transition: transform 0.1s linear;
        transform-origin: center center;
        margin-top: 90px;
    }

    .Mod1215 .Mod1215_Logo > svg path,.Mod1215 .Mod1215_Logo > svg polygon,.Mod1215 .Mod1215_Logo > svg rect {
        fill: #fff
    }

    .Mod1215 .Mod1215_Navs.Desktop>.NavItem .Box .Icon {
        display: flex;
    }

    .Mod1215 .Mod1215_Group {
        border: 0;
        padding: 0;
        padding: 0px 16px;
        height: 42px;
    }

    .Mod1215 .Mod1215_Logo {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        position: inherit;
        transform: none;
        left: 0;
        padding: 100px;
    }

    .Mod1215 .Mod1215_Logo > img {
        height: 22px;
    }

    body.openNav .Mod1215 .Mod1215_MobileSearch {
        display: flex;
        z-index: 2;
        padding: 12px 0px;
        border-bottom: 0;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        align-items: center;
        font-size: 14px;
        text-transform: uppercase;
        text-indent: 7px;
        background: #fff;
        margin: 0 12px;
        pointer-events: none;
        height: 41px;
    }
    body.openNav .Mod1215 .Mod1215_MobileSearch>svg,body.openNav .Mod1215 .Mod1215_MobileSearch>span{display: none;}
    body[page="List"] .Mod1215 .Mod1215_Group {
        height: inherit;
    }

    body[page="List"] .Mod1215 .Mod1215_Logo, body[page="List"] .Mod1215 .Mod1215_TheBack, body[page="List"] .Mod1215 .Mod1215_HomePage, body[page="List"] .Mod1215 .Mod1215 .Mod1215_Group_Right {
        display: none;
    }

    body[page="List"] .Mod1215 .Mod1215_Group {
        padding: 0
    }

    body[page="LookBook"] .Mod1215 {
        border: 1px solid transparent;
        position: fixed;
        top: 0;
    }

    body[page="LookBook"] .Mod1215_TheBack {
        display: flex;
        gap: 8px;
        font-weight: 500;
    }

    body[page="LookBook"] .Mod1215_HomePage {
        display: flex;
        gap: 8px;
        font-weight: 500;
    }

    body[page="LookBook"] .Mod1215_MobileSearch {
        display: none
    }

    body[page="LookBook"] .Mod1215_Group_NavBar {
        display: none
    }

    body[page="LookBook"] .Mod1215_Group_Left {
        display: none
    }

    body[page="LookBook"] .Mod1215_Group_UserBar_Btn {
        display: none !important
    }

    body[page="LookBook"] .Mod1215_Group_UserBar_Btn[fr="Bag"] {
        display: flex !important
    }

    body[page="LookBook"].Scroll500 .Mod1215_TheBack>span {
        display: flex
    }

    body[page="LookBook"].Scroll500 section[L=Head] .Mod1215 {
        transition: all 0.4s;
        background: #fff;
        border-bottom: 1px solid #efefef;
    }

    body[page="View"] .Mod1215 .Mod1215_Logo {
        display: none
    }

    body[page="View"] .Mod1215 .Mod1215_TheBack {
        display: block
    }

    .Mod1215_TheBack {
        display: none;
    }

    .Mod1215_TheBack>svg {
        width: 16px;
    }

    .Mod1215_Group_NavBar {
        display: flex;
    }

    .Mod1215 .Mod1215_Group_Right {
        display: flex;
    }

    .Mod1215_Group_NavBar .Mod1215_NavSelection {
        line-height: 40px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        padding: 10px;
        align-items: center;
        width: 44px;
        height: 44px;
    }

    .Mod1215_Group_NavBar .Mod1215_NavSelection>svg {
        display: none;
        cursor: pointer;
    }

    .Mod1215_Group_NavBar .Mod1215_NavSelection>svg[fr="Open"] {
        display: block;
        cursor: pointer;
        height: 24px
    }

    body.openNav .Mod1215_NavSelection>svg[fr="Closed"] {
        display: flex;
        height: 18px;
    }

    body.openNav .Mod1215_NavSelection>svg[fr="Open"] {
        display: none;
    }

    .Mod1215_Group_NavBar .Mod1215_NavSelection>svg>path {
        fill: #000000;
    }

    .Mod1215 .Mod1215_Group_UserBar {
        gap: 14px !important;
        margin-right: -6px;
    }
    .Mod1215 .Mod1215_Group_UserBar_Btn:after{display: none;}

    .Mod1215_Group_UserBar_Btn[fr="Bag"] .Mod1215_BagIcon {
        display: flex;
        padding-top: 0px;
        color: #000;
        margin-left: 2px;
    }

    .Mod1215 .Mod1215_Navs.Mobil {
        position: fixed;
        top: 42px;
        width: 100%;
        height: calc(100dvh - 42px);
        background: #fff;
        transition: all 0.2s;
        display: none;
        padding: 0px;
        overflow: auto;
    }

    .Mod1215 .Mod1215_Navs.Mobil.active {
        right: 0;
        transition: all 0.2s;
        display: block;
        top: 0
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs {
        width: 100%;
        position: sticky;
        top: 40px;
        background: #fff;
        padding: 16px;
        z-index: 2
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs>.SearchArea {
        background: #f5f5f5;
        border-radius: 4px;
        border: 0;
        display: flex;
        width: 80%;
        margin-top: 21px;
        padding: 0px 7px;
        align-items: center;
        position: absolute;
        top: -6px;
        line-height: 45px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs>.SearchArea .Icon {
        width: 22px;
        display: flex;
        align-items: center;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs>.SearchArea .Icon>svg {
        fill: #000;
        width: 20px;
        height: 20px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs>.SearchArea .Text>svg {
        border-bottom: 1px solid #efefef;
        padding: 0 14px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs>.SearchArea .Text {
        font-size: 14px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs>svg {
        height: 17px;
        position: absolute;
        right: 22px;
        top: 32px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavsTabs>svg path {
        fill: #000;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 18px;
        font-weight: 600;
        overflow: hidden;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem {
        line-height: 40px;
        position: relative;
        font-size: 14px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem:last-child {
        border-bottom: 0
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem.active {
        color: #000;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem .Box {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem.active:after {
        content: "";
        display: flex;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        border-radius: 0;
        justify-content: center;
        align-items: center;
        left: 0;
        bottom: 0;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem .Box .Icon.Left {
        width: 75px;
        border-radius: 4px;
        overflow: hidden;
        background: #ebebeb;
        display: block;
        min-height: 42px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem .Box .Icon.Left>img {
        width: 100%;
        display: block
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem .Box .Name {
        display: block;
        position: relative;
        text-transform: uppercase;
        color: #adadad;
        font-size: 20px;
        text-wrap-mode: nowrap;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem.active .Box .Name {
        color: #000
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem .Box>svg {
        display: flex
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabsItems>.NavItem.active .Box .Name::before {
        content: "";
        height: 1px;
        position: absolute;
        bottom: -1px;
        width: 100%;
        z-index: 1;
        background: #000;
        display: none
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_NavTabSubList {
        width: 100%;
        padding-top: 45px;
        height: calc(100vh - 115px);
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup {
        width: 100%;
        display: none;
        height: 100%;
        transition: all 0.3s;
        padding: 0 16px
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup.active {
        display: flex;
        transition: all 0.3s;
        flex-direction: column;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        width: 100%;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer .NavItem {
        width: 100%
    }
    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer .NavItem .Box{
        width: 100%;
        position: relative;
    }


    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer .NavItem>.Box:after{
        content:"";
        position: absolute;
        width: 0%;
        height: 1px;
        background: #000;
        transition: all 0.2s;
        bottom: -3px;
        left:0
    }
    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer .NavItem.active>.Box:after{
        width: 100%;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer .NavItem svg {
        display: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer .NavItem img {
        display: block;
        width: 100%;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubMenuContainer .NavItem:not([image='']) .Name {
        margin-top: 10px;
        display: block;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubNav_Tabs {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubNav_Tabs:empty {
        display: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubNav_Tabs>.NavItem {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubNav_Tabs>.NavItem>.Box {
        min-width: 120px;
        flex: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubNav_Tabs>.NavItem .Box>.Name {
        line-height: 38px;
        position: relative;
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
        font-weight: 300;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubNav_Tabs .NavItem .Box>.Name {
        line-height: 38px;
        position: relative;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        font-weight: 300;
    }

    

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List .SubNav_Tabs>.NavItem>.Box>.Name {
        background: #000;
        color: #fff;
        padding: 2px 7px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List>.NavItem {
        width: 100%;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List>.NavItem .Icon {
        display: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List>.NavItem .Name {
        font-weight: bold;
        ;text-transform: uppercase;
        color: #000;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .SubNav_List>.NavItem .Box {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .OtherNav_List {
        width: 100%;
        margin-top: auto;
        display: flex;
        flex-direction: column;
        gap: 13px;
        padding-bottom: 40px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .OtherNav_List .NavItem {
        width: 100%
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery:empty {
        display: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery {
        width: 100%;
        display: flex;
        margin-bottom: 40px;
        margin-top: 0px;
        gap: 8px;
        flex-direction: column;
        overflow: clip;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery .Text {
        width: 100%;
        text-align: left;
        font-size: 10px;
        line-height: 26px;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery .Text svg {
        display: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery .NavImgBox {
        width: 106px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery .NavImgBox .Image {
        width: 100%;
        display: flex
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery .NavImgBox .Image>img {
        width: 100%;
        display: block
    }
    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery .NavImgBox .Video {
        width: 100%;
        display: flex
    }

    .Mod1215 .Mod1215_Navs.Mobil .NavItem_TabGroup .Multiple_SubNav .Gallery .NavImgBox .Video>video {
        width: 100%;
        display: block
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavbox {
        position: fixed;
        right: -100%;
        width: 100%;
        background: #fff;
        overflow: auto;
        height: 83vh;
        padding: 0 22px;
        padding-bottom: 180px;
        transition: all 0.2s;
        z-index: 1
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavbox.show {
        right: 0;
        transition: all 0.2s;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavboxBack {
        display: flex;
        margin-bottom: 24px;
        align-items: center;
        gap: 0px;
        padding: 20px 18px 18px 18px;
        border-bottom: 1px solid #eee;
        background: transparent;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavboxBack>svg {
        height: 18px;
        width: 18px;
        flex: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavboxBack .BackLabel {
        font-weight: 600;
        font-size: 14px;
        color: #000;
        flex: none;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavboxBack .ParentTitle {
        color: #888;
        font-size: 13px;
        font-weight: 400;
        margin-left: auto;
        text-align: right;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavboxTitle {
        display: none
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavbox>.SubNavList {
        display: flex;
        flex-direction: column;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavbox>.SubNavList>.NavItem {
        width: 100%;
    }

    .Mod1215 .Mod1215_Navs.Mobil .Mod1215_subnavbox>.SubNavList>.NavItem .Box {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        margin-bottom: 8px;
    }

    body:not([page="Home"]) .Mod1215 .Mod1215_TheBack, body:not([page="Home"]) .Mod1215 .Mod1215_TheBack>span {
        display: flex;
        gap: 12px;
        font-size: 14px;
        font-weight: 400;
        align-items: center;
        height: 40px;
        padding-right: 6px;
    }

    body:not([page="Home"]) .Mod1215 .Mod1215_Logo {
        display: none;
    }

    body:not([page="Home"]) .Mod1215 .Mod1215_Group {
        background: #fff;
        transition: all 0.3s;
    }

    body[page="View"].ScrollDown .Mod1215 .Mod1215_Group {
        background: transparent;
        transition: all 0.3s;
    }

    body[page="List"] .Mod1215 .Mod1215_TheBack {
        display: none;
    }

    body[page="View"] .Mod1215 .Mod1215_Group_Right {
        display: flex;
    }
    body[page="View"] .Mod1215 .Mod1215_Group_Right .Mod1215_Group_UserBar_Btn, [x='nonLogin'] {
        display: none;
        height: 40px;
        padding: 0;
    }
    body[page="View"] .Mod1215 .Mod1215_Group_Right .Mod1215_Group_UserBar_Btn[x='nonLogin'] {
        display: none !important;
    }

    body[page="View"] .Mod1215 .Mod1215_Group_Right .Mod1215_Group_UserBar_Btn[x='isLogin'] {
        display: none !important;
    }

    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn .Text {
        display: none;
    }

    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn svg {
        display: flex;
    }

    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn.Favorite {
        display: flex;
    }
    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn.Share {
        display: flex;
    }
    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn.Share svg {
        height: 22px;
        width: inherit;
    }
    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"] {
        display: flex;
    }

    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"] .Mod1215_BagIcon {
        display: flex;
        background: transparent;
        text-align: center;
        width: 19px;
        font-size: 12px;
        position: static;
        margin-left: 0
    }

    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"] .Mod1215_BagText {
        top: 5px;
        right: 8px;
    }
    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn[fr="Bag"] .Mod1215_BagText>span {
        font-size: 12px
    }

    body[page="View"] .Mod1215 .Mod1215_Group_UserBar_Btn>svg path {
        strole: inherit
    }

    body[page="View"] .Mod1215_HomePage {
        display: flex;
        margin-left: 14px;
        margin-top: -5px;
    }

    .Mod1215_HomePage>svg {
        width: 23px;
    }

    body[page="Home"] .Mod1215 .Mod1215_Group {
        height: 0px;
    }

    .Mod1215_Group_NavBar, .Mod1215 .Mod1215_Group_Right {
        display: none;
    }

    .Mod1215 .Mod1215_Navs.Desktop {
        display: none !important;
    }

    body.openNav .Mod1215 .Mod1215_Group_Right {
        display: none;
    }

    body.openNav .Mod1215 .Mod1215_Group_Right .Mod1215_Group_UserBar {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    body.openNav .Mod1215 .Mod1215_Group_NavBar {
        display: flex;
        order: -1;
        margin-right: auto;
    }

    .Mod1215 .Mod1215_Group_UserBar_Btn .Mod1215_Group_UserBar_BtnText {
        display: none;
    }

    .Mod1215 .Mod1215_BagText {
        margin-left: 8px;
        position: absolute;
        left: 0px;
        bottom: 7px;
        font-size: 0;
    }

    .Mod1215 .Mod1215_BagText>span {
        font-size: 11px
    }

    .Mod1215 .Mod1215_Group_UserBar_Btn svg {
        display: block;
        height: initial;
        z-index: 1;
        width: 28px;
    }

    .Mod1215_Group_UserBar_Btn.Search {
        width: 29px;
        padding-top: 6px;
    }
    body.openNav .Mod1215 .Mod1215_Logo{z-index: 0;}
    body.openNav .Mod1215_Group_UserBar_Btn.Search{display: none;}
    body.openNav .Mod1215_Group_UserBar_Btn.Search{display: none;}
}