.cl-header-wrapper--border-bottom{
    .cl-header-box {
        width:100%;
       background: #1d1d1f;
    }
	.cl-header {
		max-width: 1280px;
        display: flex;
        justify-content: space-between;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        /*max-height: 50px;*/
        padding-left: 48px !important;
        padding-right: 48px !important;
    

		.header__menu-item .icon-caret {
			right: -2rem;
			color: white;
		}

		ul.header__submenu.list-menu--disclosure {
			box-shadow: none !important;
			border: none !important;
			background-color: #1d1d1f;
			color: white;
			--color-foreground: white;
			padding: 15px !important;
		}

		.header__submenu .header__menu-item {
			font-family: Poppins;
			font-weight: 400;
			font-size: 14px;
			line-height: 22px;
			letter-spacing: 0;
		}

     }
    @media screen and (min-width:990px) {
	.header:not(.drawer-menu).page-width {
     }
     }
    .list-menu--inline span {
	color:#ffffff;
	font-family:Poppins;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	letter-spacing:0;
	text-decoration:none;
	transition:all 0.5s ease;
      }
   .list-menu--inline span:hover {
	color:#86868b;
	text-decoration:none;
    }
     .svg-wrapper,.header__icon .cl-span-icon {
	color:#ffffff;
	width:20px;
	height:20px;
    }
    /* button .svg-wrapper,.header__icon .cl-span-icon {
	color:#000000;
    } */
    .icon-hamburger {
	color:#ffffff;
     }
    .list-menu--inline {
		column-gap: 40px;
    }
    .header__menu-item {
	padding:0;
    }
    .cl-header-icon .cart-count-bubble {
	bottom:24px;
	left:15px;
   }
.cl-header-icon {
	gap:18px;
	padding-right:0;
}
.header__search .header__icon--search .svg-wrapper {
	width:13px;
	height:13px;
}
.header__icon .svg-wrapper {
	width:14px;
	height:14px;
}

/* Global sites dropdown */
.header-global-sites {
	position: relative;
	display: flex;
	align-items: center;
}
.header-global-sites details {
	position: relative;
}
.header-global-sites summary {
	list-style: none;
	cursor: pointer;
}
.header-global-sites summary::-webkit-details-marker {
	display: none;
}
.header-global-sites__panel {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: 180px;
	padding: 8px 0;
	background: #1d1d1f;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	z-index: 30;
}
.header-global-sites__list {
	margin: 0;
	padding: 0;
}
.header-global-sites__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 16px;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, background-color 0.2s ease;
}
.header-global-sites__link:hover,
.header-global-sites__link:focus-visible {
	color: #daff00;
	background: rgba(255, 255, 255, 0.06);
	outline: none;
}
.header-global-sites__link--current {
	color: #daff00;
}
.header-global-sites__link--current::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.header-global-sites__panel {
		right: -8px;
		min-width: 160px;
	}
}
.cl-account-icon {
	display:block;
	width:14px;
}
.cl-header-wrapper--border-bottom {
	border-bottom:none;
	background-color:#1d1d1f;
}
.cl-header__heading-link {
	padding:0;
}
.header__icon,.header__icon--cart .icon {
	height:4.4rem;
	width:24px;
	padding:0;
}
@media screen and (min-width:768px) and (max-width:990px) {
	.cl-header {
	display:flex;
	justify-content:space-between;
    padding: 12px 30px 12px 18px;
}
.cl-header__heading-link {
	margin-left:100px;
	padding:0;
}
}
@media screen and (max-width:768px) {
	.header {
	padding:12px 18px 12px 18px !important;
}
.cl-header {
	justify-content:space-between;
	min-height:49px;
}
.header__icon--account {
	display:none !important;
}
.header__icons {
	gap:6px;
}
.header__icon {
	height:14px;
	width:14px;
}
.cl-cart-bubble {
	bottom:16px;
	left:16px;
}
.header__icon .icon {
	height:13px;
	width:13px;
	color:#ffffff;
}
.svg-wrapper>svg {
	height:100%;
	width:100%;
	color:#fff;
}
.cl-header__heading-link {
	width:85px;
	margin-left:55px;
	padding:0;
}
/* .cl-header-icon .header__search {
	margin:5px;
}
*/
.cl-header-icon .header__icon {
	margin:5px;
}
    .cl-header-icon .cart-count-bubble {
        bottom: 9px;
        left: 10px;
    }
}

}

