#HeaderV3{

}

.HeaderV3_Header--TopLoader{
	position: absolute;
	left: 0;
	top:0;
	height:2px;
	width: 0;
	background: #D8271F;
}

.HeaderV3_Header--Environment{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	background: #D8271F;
	color:#FFF;
	z-index: 999999;
	padding: 3px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.HeaderV3_Header--local{
    margin-top: 23px;
}

.Header__FirstRow{
    position: fixed;
    z-index: 999;
}

.Header__SecondRow{
    background-color: #181A1D;
    border-bottom: 1px solid #ECECEC;
}

/* First Row */
.Header__Tools__Container{
    background-color: #2B2B2B;
}

.Header__Tools__Item{
    width: 150px;
}

.Header__Tools__Item > a{
    color: #FFF;
    background-color: transparent;
    transition: background-color 0.75s ease;
    display: flex;
    align-items: center;
    height: 50px;
}

.Header__Tools__Item > a:hover{
    background-color:#181A1D;
    text-decoration: none;
}

.Header__Tools__HelpCenter{
    background-image: url('../../images/V3/Help-Center.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.Header__Tools__Login{
    background-image: url('../../images/V3/Profile.svg');
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

.Header__Tools__MyAccount {
    display: flex;
    align-items: center;
    height: 50px; /* match your header item height */
    color: #FFF;
    text-decoration: none;
}

.Header__Tools__MyAccount img {
    width: 22px;
    height: 22px;
    border-radius: 50%;      /* make it round */
    object-fit: cover;       /* fill box without stretching */
    flex-shrink: 0;          /* prevent squishing */
}

.Header__Tools__Cart{
    position: relative;
    color:#FFF;
}

.Header__Tools__Cart::before{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('../../images/V3/Cart.svg');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    pointer-events: none;
}

.Header__Logo__Search__Container{
    padding-top:22px;
    background-color: #181A1D;
    border-bottom:1px solid #434343;
}

.Header_SidebarButton__Container{
    width: 50px;
}

.Header_SidebarButton__Container a{
    border-radius: 24px;
    transition: background-color 0.5s ease;
    display: flex;
    outline: none;
    padding: 5px 0;
}

.Header_SidebarButton__Container a svg{
    width: 31px;
    height: 31px;
    fill: #FFF;
}

.Header_LogoLang{
    width: 280px;
}

.Header_Logo{
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    background-size: contain;
    cursor: pointer;
}

.Header_Logo img{
    /* display: none; */
}

.Header_Search__Container{
    width:calc(100% - 450px);
    padding:0 15px;
}

.Header_Search__Input__Container{
    width:calc(100% - 178px);
    position: relative;
}

.Header_Search__Input{
    color:#686868;
    width: 100%;
    border: 0;
    padding: 11px;
    font-size: 13px;
}

.Header_Search__Icon{
    display: block;
    width: 60px;
    height: 100%;
    background-color: #B92D2D;
    position: absolute;
    top:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    border: 0; /* 1px solid #181A1D;*/
    transition: background-color 0.75s ease;
}

.Header_Search__Icon:hover{
    background-color: #9E0713;
}

.Header_Search__Input:focus{
    outline: none;
}

.Header_AdvancedSearch__Item{
    width: 170px;
}

.Header_AdvancedSearch__Item > a{
    color: #FFF;
    background-color: transparent;
    transition: color 0.75s ease;
    display: flex;
    align-items: center;
    height: 40px;
}

.Header_AdvancedSearch__Item > a:hover{
    color:#DDD;
    text-decoration: none;
}

.Header_AdvancedSearch{
    position: relative;
}

.Header_AdvancedSearch::before{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('../../images/V3/Advanced-Search.svg');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    pointer-events: none;
}

.Header_Right_Icons__Container{
    display: flex;
    gap: 15px;
}

/* Second Row */
.Header_Button_Toogle_Mode_Polo__Container{
    padding-top: 0;
    width: 185px;
    display: flex;
}

.Header_Sections__Container{
    padding:0 15px 0 15px;
}

.Header_Sections__Links{
    list-style: none;
    outline: none;
}

.Header_Sections__Links li{
    display: inline-block;
}

.Header_Sections__Links li.Header_Sections__Links__Separator{
    border-left:1px solid #434343;
    margin:0 15px;
}

.Header_Sections__Links li a{
    display: inline-block;
    padding-bottom: 16px;
    padding-top: 16px;
    text-decoration: none;
    background: linear-gradient(#d1282f 0 0) bottom /var(--d, 0) 3px no-repeat;
    transition: 0.3s;
    color:#FFF;
}

.Header_Sections__Links li a:hover{
    --d: 100%;
}

.Header_ShareMessage__Container{
    width: 280px;
    padding: 0 15px;
    display: none;
}

/* Mobile Header */
.Header--Mobile_Search__Container{
    position: relative;
}

.Header--Mobile_Search__Text__Container{
    background-color: #161616;
    padding: 15px 20px;
}

.Header--Mobile_Search__Text__Wrapper{
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:0;
}

.Header--Mobile_Page__Title__Container{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #161616;
    z-index:2;
    padding: 15px 20px;
    color: #FFF;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.Header--Mobile_Page__Title{
    max-width: calc(100% - 64px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.Header--Mobile_Page__Title__Back svg{
    width: 17px;
    height:13px;
    fill: #FFF;
}

.Header--Mobile_Page_Title_Container_Search_Icon{

}

.Header--Mobile_Search__Text{
    color:#686868;
    width:calc(100% - 50px);
    border:0;
    padding: 13px;
    font-size: 14px;
    outline: 0;
}

.Header--Mobile_Search__Icon{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 46px;
    width: 50px;
    cursor: pointer;
}

/* Button Toogle Mode */
.Button_Toogle_Mode_Polo__Label{
    margin-bottom: 0;
    margin-top: 2px;
}

.Button_Toogle_Mode_Polo__Text{
    display: inline-block;
    padding:0 6px;
}

/* Light Mode */
header.Mode--Light{
    background: #FFF;
}

header.Mode--Light .HeaderV3_Header--Mobile{
    border-bottom: 1px solid #ECECEC;
}

header.Mode--Light .Header_Logo{
    /* Moved to headerV3.php file */
    /* background-image: url("../images/V3/logo-light-mode.svg"); */
}

header.Mode--Light .Button_Toogle_Mode_Polo__Text{
    color: inherit;
}

header.Mode--Light .Header_ShareMessage__Container span{
    color: inherit;
}

header.Mode--Light .Header_ShareMessage__Container a{
    color: #2371CC;
}

header.Mode--Light .SidebarV3{
    background: #FFF;
}

/* Dark Mode */
header.Mode--Dark{
    background: #161616;
}

header.Mode--Dark .HeaderV3_Header--Mobile{
    border-bottom: 1px solid #3B3B3B;
}

header.Mode--Dark .Header_Search__Input{
    border-color:#181A1D;
}

header.Mode--Dark .Button_Toogle_Mode_Polo__Text{
    color: #FFF;
}

header.Mode--Dark .Header_ShareMessage__Container span{
    color: #FFF;
}

header.Mode--Dark .SidebarV3{
    background: #161616;
}