.cf-header-wrapper{position:relative;display:flex}.cf-header-wrapper .cf-header-gradient-layer{position:absolute;top:0;right:0;bottom:0;left:120px;background:linear-gradient(90deg,#eee 0,#288 100%);z-index:1}.cf-header-wrapper .cf-header-background-layer{position:absolute;top:0;right:0;bottom:1px;left:0;background:#fff;z-index:2}.cf-header-wrapper .cf-header-logo-wrapper{position:relative;min-height:80px;z-index:10;flex:1}.cf-header-wrapper .cf-header-logo-wrapper .cf-header-logo{position:absolute;max-width:120px}.cf-header-wrapper .cf-shop-menu{z-index:10}.cf-header-wrapper .cf-shop-menu ul{display:flex;gap:1px;margin:20px 0;list-style:none;background-color:#ddd;padding:0}.cf-header-wrapper .cf-shop-menu ul li{background-color:white;transition:background .5s ease;cursor:pointer;box-sizing:border-box;display:flex}.cf-header-wrapper .cf-shop-menu ul li a{padding:10px 20px;color:var(--cf-main-accent-color);text-transform:uppercase;text-decoration:none;transition:color .5s ease;box-sizing:border-box}.cf-header-wrapper .cf-shop-menu ul li:hover{background-color:var(--cf-main-hover-color)}.cf-header-wrapper .cf-shop-menu ul li:hover a{color:var(--cf-text-light-hover-color)}