/* =========================================================
   EAZY OFFICE
   HOMEPAGE + HEADER TEMPLATE
   Based on HBS structure, recoloured and adapted for Eazy
   ========================================================= */

/* ---------- TOKENS ---------- */
:root{
  --eazy-navy:#061224;
  --eazy-navy-2:#0b1c34;
  --eazy-charcoal:#2f3543;
  --eazy-slate:#566072;
  --eazy-white:#ffffff;
  --eazy-off:#f5f7fb;
  --eazy-off-2:#edf2f7;
  --eazy-text:#101722;
  --eazy-muted:#69778b;
  --eazy-pink:#d92ca4;
  --eazy-purple:#7b58d6;
  --eazy-blue:#1698d6;
  --eazy-accent:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
  --eazy-shadow:0 18px 40px rgba(0,0,0,.14);
  --eazy-shadow-lg:0 30px 70px rgba(0,0,0,.18);
  --eazy-radius:24px;
  --eazy-radius-lg:30px;
  --eazy-max:1440px;
  --eazy-content:1280px;
  --eazy-header-h:112px;
  --eazy-speed:.28s;
  --eazy-ease:cubic-bezier(.22,.61,.36,1);
}

html{scroll-behavior:smooth;}
body{
  font-family:Montserrat, Arial, sans-serif;
  color:var(--eazy-text);
  background:var(--eazy-white);
  padding-top:var(--eazy-header-h) !important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;height:auto;}
a,button,.btn,input[type="submit"]{
  transition:
    transform var(--eazy-speed) var(--eazy-ease),
    box-shadow var(--eazy-speed) var(--eazy-ease),
    background var(--eazy-speed) var(--eazy-ease),
    color var(--eazy-speed) var(--eazy-ease),
    border-color var(--eazy-speed) var(--eazy-ease),
    opacity var(--eazy-speed) var(--eazy-ease);
}
.eazy-full-row{
  width:100% !important;
  max-width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.eazy-hero-bg,
.eazy-hero-copy,
.hbs-delivery-strip,
.hbs-dark-wrap,
.hbs-why,
.hbs-testimonials,
.hbs-bestsellers,
.hbs-account-cta-row{
  width:100vw;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  box-sizing:border-box;
}
.hbs-animate{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease, transform .7s ease;
}
.hbs-animate.visible{
  opacity:1;
  transform:none;
}

/* ---------- TRUE FULL WIDTH WRAPPER OVERRIDES ---------- */
.page-content,
.page-content.container,
.page-content.container.desktop,
.page-content.container.desktop.onecolumn,
.contentblock_container,
.contentpage_container,
.contentarea,
.content,
.main-content,
.zonebottom,
.zonetop{
  max-width:100% !important;
}
.hbs-full-row,.eazy-full-row{
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
}

/* ---------- HEADER ---------- */
header,
.header,
.site-header,
.top-header,
.header-top,
.header-main,
.header-container,
.header-wrapper{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:9999 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

header .header-full,
.header .header-full{
  position:relative !important;
  width:100% !important;
  background:linear-gradient(180deg, rgba(28,38,56,.90) 0%, rgba(25,35,52,.84) 100%) !important;
  backdrop-filter:blur(16px) saturate(145%) !important;
  -webkit-backdrop-filter:blur(16px) saturate(145%) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.12) !important;
  border:0 !important;
  overflow:visible !important;
}
header.scrolled .header-full,
.header.scrolled .header-full{
  background:rgba(24,33,49,.96) !important;
  box-shadow:0 16px 38px rgba(0,0,0,.24) !important;
}
header .headersection-1,
.header .headersection-1,
.eazy-top-row,
.hbs-top-row{
  min-height:92px !important;
  display:flex !important;
  align-items:center !important;
  position:relative !important;
  z-index:10040 !important;
  overflow:visible !important;
}
header .headersection-1 .row,
.header .headersection-1 .row{
  width:100% !important;
  max-width:1320px !important;
  margin:0 auto !important;
  padding:0 36px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:24px !important;
  box-sizing:border-box !important;
}
header .headersection-2,
.header .headersection-2,
.eazy-nav-row,
.hbs-nav-row{
  min-height:48px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:relative !important;
  z-index:10020 !important;
  background:rgba(5,12,24,.48) !important;
  border:0 !important;
  overflow:visible !important;
}
header .headersection-2 .row,
.header .headersection-2 .row{
  width:100% !important;
  max-width:1320px !important;
  margin:0 auto !important;
  padding:0 36px !important;
  box-sizing:border-box !important;
}
header .headersection-1,
header .headersection-2,
header .row-wrapper,
header .row,
header .container,
header .wrapper,
header .inner,
header .logo_container,
header .search_container,
header .shoppingtools_container,
header .minicart_container,
header .headermenu_container,
header .widgetlogo,
header .widgetsearch,
header .widgetshoppingtools,
header .widgetminicart,
header .widgetheadermenu,
.header .headersection-1,
.header .headersection-2,
.header .row-wrapper,
.header .row,
.header .container,
.header .wrapper,
.header .inner,
.header .logo_container,
.header .search_container,
.header .shoppingtools_container,
.header .minicart_container,
.header .headermenu_container,
.header .widgetlogo,
.header .widgetsearch,
.header .widgetshoppingtools,
.header .widgetminicart,
.header .widgetheadermenu{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
header .logo_container,
.header .logo_container{flex:0 0 185px !important;width:185px !important;max-width:185px !important;}
header .search_container,
.header .search_container{flex:0 0 365px !important;width:365px !important;max-width:365px !important;position:relative !important;z-index:10400 !important;}
header .shoppingtools_container,
.header .shoppingtools_container{flex:0 0 390px !important;width:390px !important;max-width:390px !important;position:relative !important;z-index:10500 !important;}
header .minicart_container,
.header .minicart_container{flex:0 0 116px !important;width:116px !important;max-width:116px !important;position:relative !important;z-index:10520 !important;}
.eazy-logo,
.hbs-logo,
header .widgetlogo,
.header .widgetlogo{
  min-height:92px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.eazy-logo img,
.hbs-logo img,
header .widgetlogo img,
.header .widgetlogo img{
  max-height:118px !important;
  width:auto !important;
}
.eazy-search,
.hbs-search,
header .widgetsearch.search,
.header .widgetsearch.search{
  width:100% !important;
  max-width:100% !important;
  min-height:92px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:relative !important;
  z-index:10420 !important;
}
header .searchlist,
header .search-form,
header .form-container,
header .form-group,
header .searchtable,
header .ajax-search.research,
header #searchtags,
.header .searchlist,
.header .search-form,
.header .form-container,
.header .form-group,
.header .searchtable,
.header .ajax-search.research,
.header #searchtags{
  width:100% !important;
  max-width:100% !important;
  background:transparent !important;
  position:relative !important;
  z-index:10420 !important;
}
header .form-group input,
header input.form-control.searchlist_hd.ajax-search-control,
.header .form-group input,
.header input.form-control.searchlist_hd.ajax-search-control,
.eazy-search .form-group input,
.hbs-search .form-group input{
  width:100% !important;
  min-width:100% !important;
  max-width:100% !important;
  height:52px !important;
  padding:0 58px 0 22px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05) !important;
  font-size:15px !important;
}
header .form-group input::placeholder,
.header .form-group input::placeholder{color:rgba(255,255,255,.76) !important;}
header .form-group input:focus,
.header .form-group input:focus{
  border-color:rgba(22,152,214,.64) !important;
  background:rgba(255,255,255,.14) !important;
  box-shadow:0 0 0 3px rgba(22,152,214,.12) !important;
  outline:none !important;
}
header .ajax-search.research button,
.header .ajax-search.research button{background:transparent !important;border:0 !important;color:#fff !important;}

/* top tools */
.toolbar.eazy-tools,
.toolbar.hbs-tools,
header .toolbar.eazy-tools,
.header .toolbar.eazy-tools{
  min-height:92px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:18px !important;
  color:#fff !important;
  white-space:nowrap !important;
  position:relative !important;
  z-index:10520 !important;
  overflow:visible !important;
}
.toolbar.eazy-tools .shopping-tools-wrapper,
.toolbar.hbs-tools .shopping-tools-wrapper,
header .toolbar.eazy-tools .shopping-tools-wrapper,
.header .toolbar.eazy-tools .shopping-tools-wrapper{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:18px !important;
  width:100% !important;
  overflow:visible !important;
}
.toolbar.eazy-tools a,
.toolbar.eazy-tools span,
.toolbar.eazy-tools div,
.toolbar.hbs-tools a,
.toolbar.hbs-tools span,
.toolbar.hbs-tools div{
  color:#fff !important;
  text-decoration:none !important;
  font-size:15px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
}
.toolbar.eazy-tools .st-vat-toggle,
.toolbar.eazy-tools .st-login,
.toolbar.eazy-tools .st-quickorder,
.toolbar.eazy-tools .st-quicklist,
.toolbar.hbs-tools .st-vat-toggle,
.toolbar.hbs-tools .st-login,
.toolbar.hbs-tools .st-quickorder,
.toolbar.hbs-tools .st-quicklist{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:relative !important;
  overflow:visible !important;
  flex:0 0 auto !important;
}
.toolbar.eazy-tools .st-vat-toggle,
.toolbar.hbs-tools .st-vat-toggle{margin-left:10px !important;}

/* dropdown panels from account / quicklist */
header .shoppingtools_container .dropdown-menu,
.header .shoppingtools_container .dropdown-menu,
header .toolbar.eazy-tools .dropdown-menu,
.header .toolbar.eazy-tools .dropdown-menu,
header .toolbar.hbs-tools .dropdown-menu,
.header .toolbar.hbs-tools .dropdown-menu{
  background:#fff !important;
  color:#101722 !important;
  border:1px solid rgba(0,0,0,.08) !important;
  border-radius:16px !important;
  box-shadow:0 18px 42px rgba(0,0,0,.22) !important;
  padding:10px !important;
  z-index:10680 !important;
  min-width:230px !important;
}
header .shoppingtools_container .dropdown-menu *,
.header .shoppingtools_container .dropdown-menu *,
header .toolbar.eazy-tools .dropdown-menu *,
.header .toolbar.eazy-tools .dropdown-menu *,
header .toolbar.hbs-tools .dropdown-menu *,
.header .toolbar.hbs-tools .dropdown-menu *{
  color:#101722 !important;
  text-shadow:none !important;
}
header .shoppingtools_container .dropdown-menu a,
.header .shoppingtools_container .dropdown-menu a,
header .toolbar.eazy-tools .dropdown-menu a,
.header .toolbar.eazy-tools .dropdown-menu a,
header .toolbar.hbs-tools .dropdown-menu a,
.header .toolbar.hbs-tools .dropdown-menu a{
  display:block !important;
  padding:10px 12px !important;
  border-radius:10px !important;
  color:#101722 !important;
  background:transparent !important;
  font-weight:800 !important;
}
header .shoppingtools_container .dropdown-menu a:hover,
.header .shoppingtools_container .dropdown-menu a:hover,
header .toolbar.eazy-tools .dropdown-menu a:hover,
.header .toolbar.eazy-tools .dropdown-menu a:hover,
header .toolbar.hbs-tools .dropdown-menu a:hover,
.header .toolbar.hbs-tools .dropdown-menu a:hover{
  background:rgba(22,152,214,.10) !important;
  color:#1698d6 !important;
}

/* mini cart */
.toolbar.eazy-cart,
.toolbar.hbs-cart,
header .toolbar.eazy-cart,
.header .toolbar.eazy-cart{
  min-height:92px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  position:relative !important;
  z-index:10600 !important;
  overflow:visible !important;
}
.toolbar.eazy-cart .cart-btn > a,
.toolbar.eazy-cart .headermini,
.toolbar.hbs-cart .cart-btn > a,
.toolbar.hbs-cart .headermini,
header .toolbar.eazy-cart .cart-btn > a,
header .toolbar.eazy-cart .headermini,
.header .toolbar.eazy-cart .cart-btn > a,
.header .toolbar.eazy-cart .headermini{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:0 17px !important;
  border-radius:13px !important;
  background:linear-gradient(135deg, rgba(8,14,27,.98) 0%, rgba(19,32,55,.98) 100%) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  color:#fff !important;
  box-shadow:0 12px 24px rgba(0,0,0,.18) !important;
  font-size:14px !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
.toolbar.eazy-cart .cart-btn > a:hover,
.toolbar.eazy-cart .headermini:hover,
.toolbar.hbs-cart .cart-btn > a:hover,
.toolbar.hbs-cart .headermini:hover{background:var(--eazy-accent) !important;color:#fff !important;}
header .toolbar.eazy-cart .minicart_count,
.header .toolbar.eazy-cart .minicart_count,
header .toolbar.hbs-cart .minicart_count,
.header .toolbar.hbs-cart .minicart_count{
  background:#1698d6 !important;
  color:#fff !important;
  border-radius:999px !important;
  box-shadow:none !important;
}
header .toolbar.eazy-cart .cart-dropdown,
.header .toolbar.eazy-cart .cart-dropdown,
header .minicart_container .cart-dropdown,
.header .minicart_container .cart-dropdown{
  position:absolute !important;
  top:calc(100% + 10px) !important;
  right:0 !important;
  width:430px !important;
  max-width:min(430px, calc(100vw - 28px)) !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  padding:22px !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.08) !important;
  border-radius:18px !important;
  box-shadow:0 24px 50px rgba(0,0,0,.24) !important;
  z-index:10690 !important;
  overflow:visible !important;
}
header .toolbar.eazy-cart .cart-dropdown,
header .toolbar.eazy-cart .cart-dropdown *:not(script):not(style),
header .minicart_container .cart-dropdown,
header .minicart_container .cart-dropdown *:not(script):not(style),
.header .toolbar.eazy-cart .cart-dropdown,
.header .toolbar.eazy-cart .cart-dropdown *:not(script):not(style),
.header .minicart_container .cart-dropdown,
.header .minicart_container .cart-dropdown *:not(script):not(style){color:#101722 !important;text-shadow:none !important;}
header .toolbar.eazy-cart .cart-dropdown input,
header .minicart_container .cart-dropdown input,
.header .toolbar.eazy-cart .cart-dropdown input,
.header .minicart_container .cart-dropdown input{
  min-height:46px !important;
  border:1px solid #dfe5ec !important;
  background:#f7f8fa !important;
  color:#101722 !important;
  border-radius:10px !important;
  box-shadow:none !important;
}
header .toolbar.eazy-cart .cart-dropdown .btn,
header .toolbar.eazy-cart .cart-dropdown button,
header .toolbar.eazy-cart .cart-dropdown a.btn,
header .minicart_container .cart-dropdown .btn,
header .minicart_container .cart-dropdown button,
header .minicart_container .cart-dropdown a.btn,
.header .toolbar.eazy-cart .cart-dropdown .btn,
.header .toolbar.eazy-cart .cart-dropdown button,
.header .toolbar.eazy-cart .cart-dropdown a.btn,
.header .minicart_container .cart-dropdown .btn,
.header .minicart_container .cart-dropdown button,
.header .minicart_container .cart-dropdown a.btn{
  background:#101722 !important;
  color:#fff !important;
  border:0 !important;
  border-radius:10px !important;
  box-shadow:none !important;
  font-weight:900 !important;
}
header .toolbar.eazy-cart .cart-dropdown .btn:hover,
header .toolbar.eazy-cart .cart-dropdown button:hover,
header .toolbar.eazy-cart .cart-dropdown a.btn:hover,
header .minicart_container .cart-dropdown .btn:hover,
header .minicart_container .cart-dropdown button:hover,
header .minicart_container .cart-dropdown a.btn:hover{background:#1698d6 !important;color:#fff !important;}

/* second row nav */
header .headermenu_container,
.header .headermenu_container,
header .widgetheadermenu,
.header .widgetheadermenu,
header nav.menu.expanded.hide-mobile.eazy-nav,
.header nav.menu.expanded.hide-mobile.eazy-nav,
header nav.menu.expanded.hide-mobile.hbs-nav,
.header nav.menu.expanded.hide-mobile.hbs-nav{
  position:relative !important;
  z-index:10020 !important;
  width:100% !important;
  background:transparent !important;
  overflow:visible !important;
}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog,
header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog,
.header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog,
.eazy-nav-row ul.catalog,
.hbs-nav-row ul.catalog{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:0 !important;
  gap:6px !important;
  background:transparent !important;
}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li,
header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li,
.header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li{position:relative !important;background:transparent !important;}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a,
header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li > a,
.header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li > a{
  display:flex !important;
  align-items:center !important;
  min-height:48px !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  padding:0 17px !important;
  position:relative !important;
  background:transparent !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a::after,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a::after,
header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li > a::after,
.header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li > a::after{
  content:"";
  position:absolute;
  left:17px;
  right:17px;
  bottom:7px;
  height:3px;
  border-radius:999px;
  background:var(--eazy-accent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .24s ease;
}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a:hover::after,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a:hover::after,
header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li > a:hover::after,
.header nav.menu.expanded.hide-mobile.hbs-nav ul.catalog > li > a:hover::after{transform:scaleX(1);}

/* mega menu - keep normal EvolutionX content visible and readable */
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer{
  background:#fff !important;
  color:#101722 !important;
  box-shadow:0 28px 70px rgba(0,0,0,.22) !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:0 0 18px 18px !important;
  z-index:99999 !important;
}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu *,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu *,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu *,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu *,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer *,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer *{
  color:#101722 !important;
  text-shadow:none !important;
}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu a,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu a,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu a,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu a,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer a,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer a{
  color:#101722 !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
  text-decoration:none !important;
}
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu a:hover,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .sub-menu a:hover,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu a:hover,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .dropdown-menu a:hover,
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer a:hover,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer a:hover{color:#1698d6 !important;}

/* ---------- HERO ---------- */
.eazy-hero-bg{
  position:relative !important;
  overflow:hidden !important;
  margin-top:calc(-1 * var(--eazy-header-h)) !important;
  min-height:640px !important;
  height:640px !important;
}
.eazy-hero-bg img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.eazy-hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(6,18,36,.82) 0%, rgba(6,18,36,.62) 34%, rgba(6,18,36,.32) 66%, rgba(6,18,36,.12) 100%),
    radial-gradient(circle at 18% 24%, rgba(217,44,164,.18), transparent 26%);
  z-index:2;
  pointer-events:none;
}
.eazy-hero-copy{
  position:relative;
  z-index:5;
  margin-top:-640px !important;
}
.eazy-hero-copy-inner{
  max-width:var(--eazy-max);
  min-height:640px !important;
  margin:0 auto;
  padding:168px 32px 54px 44px !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
}
.eazy-hero-kicker{
  color:rgba(255,255,255,.92);
  font-size:13px !important;
  line-height:1.35;
  font-weight:800;
  margin-bottom:12px !important;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.eazy-hero-title{
  max-width:760px !important;
  margin:0 0 16px !important;
  color:#ffffff;
  font-size:72px !important;
  line-height:.98 !important;
  letter-spacing:-.04em;
  font-weight:900;
}
.eazy-hero-subtitle{
  max-width:640px !important;
  margin:0 0 24px !important;
  color:rgba(255,255,255,.92);
  font-size:19px !important;
  line-height:1.62 !important;
  font-weight:500;
}
.eazy-hero-btn-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.eazy-hero-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px !important;
  border-radius:999px !important;
  font-weight:800 !important;
  text-decoration:none !important;
  font-size:14px !important;
  box-shadow:0 16px 32px rgba(0,0,0,.18);
}
.eazy-hero-btn--primary{
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%) !important;
  color:#fff !important;
}
.eazy-hero-btn--secondary{
  background:#fff !important;
  color:#101722 !important;
}
.eazy-hero-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 42px rgba(0,0,0,.24);
}

/* ---------- DELIVERY ---------- */
.hbs-delivery-strip{
  background:#ffffff !important;
  position:relative;
  z-index:6;
}
.hbs-delivery-strip::before{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:2px;
  background:linear-gradient(90deg, transparent, #7b58d6, #1698d6, transparent);
  opacity:.35;
}
.hbs-delivery-inner{
  width:100%;
  max-width:1280px !important;
  margin:0 auto !important;
  min-height:84px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:16px !important;
  padding:18px 40px !important;
  box-sizing:border-box;
}
.hbs-delivery-text,.hbs-delivery-inner span,.hbs-delivery-inner p{
  display:flex;align-items:center;gap:16px;
  color:#101722 !important;
  font-size:20px !important;
  font-weight:700 !important;
  margin:0 !important;
}

/* ---------- DARK CAROUSEL ---------- */
.hbs-dark-wrap{
  background:linear-gradient(180deg,#061224 0%, #08172c 100%);
  color:#fff;
  padding:52px 0 78px;
}
.hbs-dark-inner{
  max-width:1440px;
  margin:0 auto;
  padding:0 32px;
}
.hbs-dark-heading h2{
  margin:0;
  color:#fff;
  font-size:44px;
  line-height:1.08;
  font-weight:900;
}
.hbs-dark-line{
  width:56px;height:4px;margin:20px 0 0;border-radius:999px;
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
}
.hbs-carousel-container{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  max-width:1440px;
  margin:0 auto;
}
.hbs-carousel-viewport{
  overflow:hidden;
  width:100%;
}
.hbs-carousel-track{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:470px;
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.hbs-carousel-slide{
  position:relative;
  flex:0 0 300px;
  max-width:300px;
  height:430px;
  text-decoration:none;
  border-radius:28px;
  overflow:hidden;
  opacity:.35;
  transform:scale(.84);
  transition:transform .45s var(--eazy-ease), opacity .35s ease, box-shadow .35s ease;
  pointer-events:auto;
}
.hbs-carousel-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(.78);
  transition:transform .4s ease, filter .3s ease;
}
.hbs-carousel-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.72) 100%);
}
.hbs-carousel-slide.is-active{
  opacity:1;
  transform:scale(1);
  box-shadow:0 22px 48px rgba(0,0,0,.28);
}
.hbs-carousel-slide.is-active img{
  filter:brightness(.88);
}
.hbs-carousel-slide:hover img{transform:scale(1.03);}
.hbs-carousel-overlay{
  position:absolute;
  left:24px; right:24px; bottom:24px;
  z-index:2;
}
.hbs-carousel-overlay h3{
  margin:0 0 8px;
  color:#fff;
  font-size:18px;
  line-height:1.1;
  font-weight:800;
}
.hbs-carousel-slide.is-active .hbs-carousel-overlay h3{font-size:30px;}
.hbs-carousel-overlay span{
  color:rgba(255,255,255,.92);
  font-size:14px;
  font-weight:800;
}
.hbs-carousel-overlay span::after{content:"  >";}
.hbs-carousel-arrow{
  width:54px;height:54px;border-radius:999px;border:0;
  background:rgba(255,255,255,.14);color:#fff;font-size:28px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;flex:0 0 54px;
}
.hbs-carousel-arrow:hover{
  background:rgba(255,255,255,.24);
  transform:scale(1.05);
}
.hbs-carousel-dots{
  display:flex;justify-content:center;gap:10px;margin-top:28px;
}
.hbs-carousel-dot{
  width:10px;height:10px;border-radius:999px;border:0;
  background:rgba(255,255,255,.30);cursor:pointer;padding:0;
}
.hbs-carousel-dot.is-active{
  background:#fff;transform:scale(1.15);
}

/* ---------- PROCUREMENT SECTION ---------- */
.hbs-why{
  background:#f6f8fc;
  padding:72px 0 88px;
}
.hbs-why-inner{
  max-width:1280px;
  margin:0 auto;
  padding:0 32px;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:72px;
  align-items:center;
}
.hbs-kicker{
  font-size:12px;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#6d7990;
}
.hbs-why h2{
  font-size:52px;
  line-height:1.03;
  font-weight:900;
  margin:12px 0 18px;
  color:#101722;
}
.hbs-line{
  width:60px;height:4px;border-radius:999px;margin-bottom:20px;
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
}
.hbs-why p{
  font-size:18px;
  line-height:1.72;
  color:#445267;
  margin-bottom:18px;
}
.hbs-btn{
  display:inline-block;
  margin-top:12px;
  padding:16px 30px;
  border-radius:16px;
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
  color:#fff !important;
  font-weight:800;
  text-decoration:none;
  font-size:15px;
}
.hbs-btn:hover{transform:translateY(-2px);}
.hbs-image-wrap{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 24px 50px rgba(0,0,0,.16);
}
.hbs-image-wrap img{
  width:100%;height:100%;object-fit:cover;display:block;
}

/* ---------- TESTIMONIALS ---------- */
.hbs-testimonials{
  background:linear-gradient(180deg,#061224 0%, #08172c 100%);
  color:#fff;
  padding:64px 0 78px;
}
.hbs-testimonials-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 32px;
}
.hbs-testimonials-heading h2{
  color:#fff;
  font-size:42px;
  font-weight:900;
  line-height:1.08;
  margin:0;
}
.hbs-testimonials-heading::after{
  content:"";
  display:block;
  width:56px;height:4px;border-radius:999px;margin-top:16px;
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
}
.hbs-testimonials-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.hbs-testimonial-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:30px;
  color:#fff;
  min-height:190px;
}
.hbs-testimonial-card p{
  font-size:16px;line-height:1.75;color:rgba(255,255,255,.92);margin-bottom:18px;
}
.hbs-testimonial-card span{font-size:13px;color:rgba(255,255,255,.62);}

/* ---------- FEATURED PRODUCTS ---------- */
.hbs-bestsellers{
  background:#f6f8fc;
  padding:74px 0 90px;
}
.hbs-bestsellers-inner{
  max-width:1400px;
  margin:0 auto;
  padding:0 32px;
}
.hbs-bestsellers-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:36px;
}
.hbs-bestsellers-copy{max-width:760px;}
.hbs-bestsellers-kicker{
  margin-bottom:10px;
  font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#6d7990;
}
.hbs-bestsellers h2{
  margin:0 0 14px;
  color:#101722;
  font-size:46px;
  line-height:1.06;
  font-weight:900;
}
.hbs-bestsellers p{
  margin:0;max-width:700px;color:#445267;font-size:18px;line-height:1.7;
}
.hbs-bestsellers-link{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;
  border-radius:12px;background:#0f1724;color:#fff !important;text-decoration:none;font-weight:800;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.hbs-bestsellers-link:hover{
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
}
.hbs-bestsellers-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;
}
.hbs-product-card{
  position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.06);
  border-radius:24px;overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,.08);text-decoration:none;
}
.hbs-product-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(0,0,0,.16);}
.hbs-product-badge{
  position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;
  min-height:30px;padding:0 12px;border-radius:999px;
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);color:#fff;font-size:12px;font-weight:800;
}
.hbs-product-image-wrap{aspect-ratio:1/1;overflow:hidden;background:#f7f7f7;}
.hbs-product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.hbs-product-card:hover .hbs-product-image-wrap img{transform:scale(1.06);}
.hbs-product-content{display:flex;flex-direction:column;gap:10px;padding:20px 20px 22px;}
.hbs-product-category{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#7a869b;}
.hbs-product-card h3{margin:0;color:#101722;font-size:24px;line-height:1.12;font-weight:800;}
.hbs-product-card p{margin:0;font-size:15px;line-height:1.65;color:#57667b;}
.hbs-product-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px;}
.hbs-product-price{color:#101722;font-size:24px;line-height:1;font-weight:900;}
.hbs-product-cta{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;
  background:#0f1724;color:#fff;font-size:13px;font-weight:800;
}
.hbs-product-card:hover .hbs-product-cta{
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
}

/* ---------- CTA / ACCOUNT FORM ---------- */
.hbs-account-cta-row{
  position:relative !important;
  overflow:hidden !important;
  padding:0 !important;
  background:
    linear-gradient(135deg, rgba(6,18,36,.94), rgba(9,25,49,.92)),
    url("https://eu.evocdn.io/dealer/1862/content/media/My_Banners/Delivery%20Image.png") center/cover no-repeat !important;
}
.hbs-account-cta-row::before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(6,18,36,.76) 0%, rgba(6,18,36,.66) 38%, rgba(6,18,36,.52) 100%),
    radial-gradient(circle at 18% 20%, rgba(217,44,164,.18), transparent 30%);
  pointer-events:none;z-index:0;
}
.hbs-account-cta-row .container,
.hbs-account-cta-row .wrapper,
.hbs-account-cta-row .inner,
.hbs-account-cta-row .site-width{
  max-width:1440px !important;
  width:100% !important;
  margin:0 auto !important;
  padding-left:32px !important;
  padding-right:32px !important;
  position:relative;z-index:1;
}
.hbs-account-row{
  display:grid !important;
  grid-template-columns:minmax(0, 860px) minmax(280px, 1fr) !important;
  gap:40px !important;
  align-items:stretch !important;
  width:100% !important;
}
.hbs-account-cta-shell,.hbs-account-form-shell{grid-column:1 !important;}
.hbs-account-cta-shell{padding:72px 0 24px 0 !important;}
.hbs-account-form-shell{padding:0 0 72px 0 !important;}
.hbs-account-cta{
  max-width:540px !important;color:#fff;
}
.hbs-account-kicker{
  margin-bottom:12px;color:rgba(255,255,255,.76);font-size:12px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;
}
.hbs-account-cta h2{
  margin:0 0 18px !important;color:#fff;font-size:52px !important;line-height:1.02 !important;font-weight:900 !important;letter-spacing:-.03em;
}
.hbs-account-line{
  width:62px;height:4px;margin:0 0 24px;border-radius:999px;background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%);
}
.hbs-account-cta p{margin:0 0 22px !important;color:rgba(255,255,255,.92) !important;font-size:17px !important;line-height:1.72 !important;}
.hbs-account-benefits{margin:0 0 22px !important;padding:0;list-style:none;}
.hbs-account-benefits li{
  position:relative;margin:0 0 12px;padding-left:24px;color:#fff;font-size:15px;line-height:1.6;
}
.hbs-account-benefits li::before{
  content:"";position:absolute;left:0;top:8px;width:9px;height:9px;border-radius:999px;background:#1698d6;box-shadow:0 0 0 6px rgba(22,152,214,.10);
}
.hbs-account-note{
  display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:12px;
  background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);font-size:13px;line-height:1.35;
}
.hbs-account-form-shell .hbs-account-form-inner{
  width:100%;max-width:430px;margin:0 !important;padding:34px !important;border-radius:28px !important;
  background:rgba(255,255,255,.98) !important;border:1px solid rgba(255,255,255,.55) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.28) !important;
}
.hbs-account-row::after{
  content:"";
  grid-column:2 !important;
  grid-row:1 / span 2 !important;
  display:block !important;
  min-height:100% !important;
  border-radius:32px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.18)),
    url("https://eu.evocdn.io/dealer/1862/content/media/Webpage Content/C4Di Photo.jpg") center/cover no-repeat !important;
  box-shadow:0 24px 60px rgba(0,0,0,.22) !important;
}
.hbs-account-form-inner h3{
  color:#101722 !important;font-size:28px !important;line-height:1.08 !important;font-weight:800 !important;margin:0 0 18px !important;
}
.hbs-account-form-inner label{
  display:block;margin-bottom:7px;color:#101722 !important;font-size:13px !important;font-weight:700 !important;
}
.hbs-account-form-inner .form-group{margin-bottom:14px !important;}
.hbs-account-form-inner input[type="text"],
.hbs-account-form-inner input[type="email"],
.hbs-account-form-inner input[type="tel"],
.hbs-account-form-inner textarea{
  width:100% !important;min-height:48px !important;padding:12px 15px !important;border-radius:13px !important;
  border:1px solid #e4e4e4 !important;background:#f7f7f7 !important;color:#101722 !important;box-sizing:border-box;
}
.hbs-account-form-inner textarea{min-height:124px !important;resize:vertical;}
.hbs-account-form-inner input:focus,.hbs-account-form-inner textarea:focus{
  border-color:#1698d6 !important;box-shadow:0 0 0 2px rgba(22,152,214,.14) !important;outline:none;
}
.hbs-account-form-inner button{
  display:inline-flex !important;align-items:center !important;justify-content:center !important;width:100% !important;
  min-height:52px !important;margin-top:10px !important;padding:0 22px !important;border:0 !important;border-radius:12px !important;
  background:linear-gradient(90deg,#d92ca4 0%,#7b58d6 52%,#1698d6 100%) !important;color:#fff !important;font-size:15px !important;font-weight:800 !important;
}

/* ---------- FOOTER ---------- */
footer,.footer{background:#0c1728 !important;color:#fff !important;}
footer a,.footer a{color:#fff !important;}
footer a:hover,.footer a:hover{color:#1698d6 !important;}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1320px){
  :root{--eazy-header-h:132px;}
  header .headersection-1 .row,
  .header .headersection-1 .row{max-width:1180px !important;gap:16px !important;padding-left:28px !important;padding-right:28px !important;}
  header .logo_container,.header .logo_container{flex:0 0 160px !important;width:160px !important;max-width:160px !important;}
  header .search_container,.header .search_container{flex:0 0 300px !important;width:300px !important;max-width:300px !important;}
  header .shoppingtools_container,.header .shoppingtools_container{flex:0 0 340px !important;width:340px !important;max-width:340px !important;}
  header .minicart_container,.header .minicart_container{flex:0 0 110px !important;width:110px !important;max-width:110px !important;}
  .toolbar.eazy-tools,.toolbar.hbs-tools{gap:14px !important;}
  .toolbar.eazy-tools a,.toolbar.eazy-tools span,.toolbar.eazy-tools div,.toolbar.hbs-tools a,.toolbar.hbs-tools span,.toolbar.hbs-tools div{font-size:13px !important;}
  header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a,
  .header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a{font-size:12px !important;padding-left:12px !important;padding-right:12px !important;}
}

@media (max-width:1180px){
  :root{--eazy-header-h:120px;}
  header .headersection-1,
  .header .headersection-1,
  .eazy-top-row,
  .hbs-top-row{min-height:78px !important;}
  .eazy-logo,.hbs-logo,header .widgetlogo,.header .widgetlogo,
  .eazy-search,.hbs-search,header .widgetsearch.search,.header .widgetsearch.search,
  .toolbar.eazy-tools,.toolbar.hbs-tools,
  .toolbar.eazy-cart,.toolbar.hbs-cart{min-height:78px !important;}
  .eazy-logo img,.hbs-logo img,header .widgetlogo img,.header .widgetlogo img{max-height:94px !important;}
  header .headersection-1 .row,
  .header .headersection-1 .row{max-width:1000px !important;gap:12px !important;padding-left:22px !important;padding-right:22px !important;}
  header .logo_container,.header .logo_container{flex:0 0 135px !important;width:135px !important;max-width:135px !important;}
  header .search_container,.header .search_container{flex:0 0 280px !important;width:280px !important;max-width:280px !important;}
  header .shoppingtools_container,.header .shoppingtools_container{flex:0 0 300px !important;width:300px !important;max-width:300px !important;}
  header .minicart_container,.header .minicart_container{flex:0 0 100px !important;width:100px !important;max-width:100px !important;}
  header .form-group input,.header .form-group input{height:46px !important;font-size:13px !important;}
  .toolbar.eazy-tools a,.toolbar.eazy-tools span,.toolbar.eazy-tools div,.toolbar.hbs-tools a,.toolbar.hbs-tools span,.toolbar.hbs-tools div{font-size:12px !important;}
  .toolbar.eazy-tools,.toolbar.hbs-tools{gap:10px !important;}
  .eazy-hero-bg,.hbs-hero-bg{min-height:620px !important;height:620px !important;}
  .eazy-hero-copy,.hbs-hero-copy{margin-top:-620px !important;}
  .eazy-hero-copy-inner,.hbs-hero-copy-inner{min-height:620px !important;padding:160px 32px 48px 32px !important;}
  .eazy-hero-title,.hbs-hero-title{font-size:58px !important;}
  .hbs-dark-heading h2,.hbs-why h2,.hbs-testimonials-heading h2,.hbs-bestsellers h2,.hbs-account-cta h2{font-size:44px !important;}
  .hbs-testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .hbs-why-inner{grid-template-columns:1fr !important;gap:42px !important;}
  .hbs-account-cta-row:has(.hbs-account-cta):has(.hbs-account-form-inner) > .row,
  .hbs-account-cta-row:has(.hbs-account-cta):has(.hbs-account-form-inner) .row{grid-template-columns:1fr !important;gap:38px !important;}
  .hbs-account-cta-row:has(.hbs-account-cta):not(:has(.hbs-account-form-inner)),
  .hbs-account-cta-row:has(.hbs-account-form-inner):not(:has(.hbs-account-cta)){
    min-height:auto !important;
    margin-top:0 !important;
    padding-top:72px !important;
    padding-bottom:72px !important;
    background:linear-gradient(135deg, rgba(6,18,36,.94), rgba(9,25,49,.92)), url("https://eu.evocdn.io/dealer/1862/content/media/My_Banners/Delivery%20Image.png") center/cover no-repeat !important;
  }
  .hbs-account-cta-row:has(.hbs-account-form-inner):not(:has(.hbs-account-cta))::before{display:block !important;content:"" !important;}
  .hbs-account-cta-row:has(.hbs-account-cta):not(:has(.hbs-account-form-inner)) > .row,
  .hbs-account-cta-row:has(.hbs-account-cta):not(:has(.hbs-account-form-inner)) .row,
  .hbs-account-cta-row:has(.hbs-account-form-inner):not(:has(.hbs-account-cta)) > .row,
  .hbs-account-cta-row:has(.hbs-account-form-inner):not(:has(.hbs-account-cta)) .row{display:block !important;}
  .hbs-account-cta-shell,
  .hbs-account-form-shell,
  .hbs-account-form-inner{max-width:620px !important;margin:0 auto !important;}
}

@media (max-width:767px){
  :root{--eazy-pad:20px;--eazy-header-h:0px;}
  body{padding-top:0 !important;}
  header,.header,.site-header,.top-header,.header-main,.header-wrapper{position:relative !important;top:auto !important;left:auto !important;right:auto !important;width:auto !important;}
  header .header-full,.header .header-full{background:rgba(24,33,49,.96) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;box-shadow:none !important;}
  header .headersection-1,
  .header .headersection-1{min-height:86px !important;display:block !important;position:relative !important;}
  header .headersection-1 .row,
  .header .headersection-1 .row{display:block !important;padding:0 !important;max-width:100% !important;}
  header .search_container,
  header .shoppingtools_container,
  header .minicart_container,
  header .headersection-2,
  .header .search_container,
  .header .shoppingtools_container,
  .header .minicart_container,
  .header .headersection-2{display:none !important;}
  header .logo_container,
  .header .logo_container{display:block !important;width:100% !important;max-width:100% !important;flex:0 0 100% !important;}
  .eazy-logo,.hbs-logo,header .widgetlogo,.header .widgetlogo{min-height:86px !important;justify-content:center !important;}
  .eazy-logo img,.hbs-logo img,header .widgetlogo img,.header .widgetlogo img{max-height:130px !important;margin:0 auto !important;}
  .header-mobile{display:block !important;position:relative !important;z-index:9999 !important;}
  .header-mobile .menu,
  .header-mobile .mobile-menu,
  .header-mobile nav{max-width:100vw !important;overflow-x:hidden !important;}
  .eazy-hero-bg,.hbs-hero-bg{margin-top:0 !important;min-height:420px !important;height:420px !important;}
  .eazy-hero-copy,.hbs-hero-copy{margin-top:-420px !important;}
  .eazy-hero-copy-inner,.hbs-hero-copy-inner{min-height:420px !important;padding:90px 20px 24px !important;justify-content:flex-end !important;}
  .eazy-hero-title,.hbs-hero-title{font-size:40px !important;line-height:1.04 !important;}
  .eazy-hero-subtitle,.hbs-hero-subtitle{font-size:15px !important;line-height:1.5 !important;}
  .eazy-hero-btn-row,.hbs-hero-btn-row{gap:10px !important;}
  .eazy-hero-btn,.hbs-hero-btn{min-width:auto !important;width:auto !important;min-height:46px !important;padding:0 18px !important;}
  .hbs-delivery-inner{min-height:86px !important;padding-top:20px !important;padding-bottom:20px !important;}
  .hbs-delivery-text{font-size:19px !important;line-height:1.35 !important;}
  .hbs-delivery-text::before{width:34px !important;height:34px !important;flex-basis:34px !important;}
  .hbs-carousel-arrow,.hbs-carousel-dots{display:none !important;}
  .hbs-carousel-viewport,
  .hbs-carousel-wrapper{overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important;scroll-snap-type:x mandatory !important;scrollbar-width:none !important;padding-left:20px !important;padding-right:20px !important;}
  .hbs-carousel-viewport::-webkit-scrollbar,
  .hbs-carousel-wrapper::-webkit-scrollbar{display:none !important;}
  .hbs-carousel-track{transform:none !important;transition:none !important;width:max-content !important;min-height:auto !important;padding-right:20px !important;}
  .hbs-carousel-slide,
  .hbs-carousel-card{flex:0 0 78vw !important;min-width:78vw !important;max-width:78vw !important;width:78vw !important;height:390px !important;opacity:1 !important;transform:none !important;scroll-snap-align:center !important;}
  .hbs-dark-heading h2,.hbs-why h2,.hbs-testimonials-heading h2,.hbs-bestsellers h2,.hbs-account-cta h2{font-size:34px !important;line-height:1.06 !important;}
  .hbs-why p,.hbs-bestsellers p,.hbs-testimonial-card p,.hbs-account-cta p{font-size:16px !important;line-height:1.62 !important;}
  .hbs-feature-grid,.hbs-why ul,.hbs-testimonials-grid,.hbs-bestsellers-grid,.hbs-account-benefits{grid-template-columns:1fr !important;}
  .hbs-bestsellers-head{display:block !important;}
  .hbs-bestsellers-link{margin-top:22px !important;}
  .hbs-account-cta-row{padding:56px 18px !important;}
  .hbs-account-cta-row > .row,
  .hbs-account-cta-row .row{padding-left:20px !important;padding-right:20px !important;}
  .hbs-account-form-inner{padding:26px !important;border-radius:24px !important;}
}
/* EAZY EMERGENCY WIDTH + HEADER FIX */
html,
body,
#page,
#main,
main,
.page,
.page-content,
.page-content > *,
.desktop,
.desktop > *,
.content,
.content > *,
.contentpage_container,
.contentblock_container,
.customcontent,
.customcontent > *,
.zonecontent,
.zonebottom,
.zonetop {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.eazy-hero-bg,
.eazy-hero-copy,
.hbs-delivery-strip,
.hbs-dark-wrap,
.hbs-why,
.hbs-testimonials,
.hbs-bestsellers,
.hbs-account-cta-row {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: auto !important;
  transform: none !important;
}

/* Header sizing */
header .headersection-1 .row,
.header .headersection-1 .row {
  max-width: 1180px !important;
  min-height: 92px !important;
}

header .widgetlogo img,
.header .widgetlogo img {
  max-height: 120px !important;
}

header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a,
.eazy-nav-row ul.catalog > li > a {
  font-size: 15px !important;
  font-weight: 900 !important;
  padding: 0 20px !important;
}

/* Stop account side panel pushing over page */
div.customertools,
.customer-menu,
ul.nav.nav-pills.nav-stacked {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  width: 260px !important;
  z-index: 999999 !important;
}

/* Mega menu readable */
header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog li .submenucontainer {
  width: 1180px !important;
  max-width: calc(100vw - 40px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
/* EAZY HEADER SAFE PATCH */

header .widgetlogo img,
.header .widgetlogo img {
  max-height: 120px !important;
  width: auto !important;
}

header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a,
.header nav.menu.expanded.hide-mobile.eazy-nav ul.catalog > li > a {
  font-size: 15px !important;
  font-weight: 900 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

header .search_container,
.header .search_container {
  margin-right: 32px !important;
}

header .shoppingtools_container,
.header .shoppingtools_container {
  margin-left: 22px !important;
}

header .minicart_container,
.header .minicart_container {
  margin-left: 26px !important;
}

header .toolbar.eazy-cart .cart-dropdown,
.header .toolbar.eazy-cart .cart-dropdown {
  right: -20px !important;
}

header .dropdown-menu *,
header .cart-dropdown *,
header .quicklistdropdown * {
  color: #101722 !important;
}

header .cart-dropdown .btn,
header .cart-dropdown button,
header .quicklistdropdown .btn,
header .quicklistdropdown button {
  background: #101722 !important;
  color: #ffffff !important;
}