@media (min-width: 1000px) {
	.ct-header { position: sticky !important; top: 0; z-index: 9999; transition: transform .4s ease !important; }
	[data-row="middle:boxed"] { height: 100px !important; min-height: 100px !important; max-height: 100px !important; overflow: visible !important; transition: height .4s ease,min-height .4s ease,max-height .4s ease !important; }
	[data-column="end"] { align-self: center !important; }
	.ct-header-search, .ct-header-account, .ct-header-cart > .ct-cart-item { transform: scale(1); transform-origin: center; transition: transform .4s ease !important; }
	.ct-header-cart > .ct-cart-item { transform-origin: right center; }
	body.dallas-header-compact .ct-header-search,
	body.dallas-header-compact .ct-header-account,
	body.dallas-header-compact .ct-header-cart > .ct-cart-item { transform: scale(.8); }
	[data-column="middle"] { transform: scale(1); transform-origin: center; transition: transform .4s ease !important; }
	body.dallas-header-compact [data-column="middle"] { transform: scale(.95); }
	body.dallas-header-compact [data-row="middle:boxed"] { height: 50px !important; min-height: 50px !important; max-height: 50px !important; }
	[data-row="middle:boxed"] > div { height: 100% !important; align-self: center !important; }
	.site-logo-container { display: flex !important; align-items: center !important; height: 83px !important; max-height: 83px !important; width: auto !important; margin: 0 !important; padding: 0 !important; transition: height .4s ease,max-height .4s ease !important; }
	.site-logo-container img { display: block; height: 83px !important; width: auto !important; max-height: none !important; transition: height .4s ease !important; }
	body.dallas-header-compact .site-logo-container { height: 50px !important; max-height: 50px !important; }
	body.dallas-header-compact .site-logo-container img { height: 40px !important; }
	body.dallas-header-compact [data-id="search"] { --margin: 0 50px 0 0 !important; }
	body.dallas-header-compact [data-row*="middle:boxed"] { --row-border-radius: 0 0 12px 12px !important; }
	body.dallas-header-hidden .ct-header { transform: translateY(-100%); }
}

@media (max-width: 999px) {
	body.dallas-header-compact [data-row*="middle:boxed"] { --row-border-radius: 0 !important; }
	[data-header*="type-1"] .ct-header [data-row*="top"] { --row-border-radius: 0 !important; }
}
