:root {
  --evo-brand-secondary: #878787;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #fff;
}
.header-full .logo img {
/* Change this for desktop */
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
}

.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #37b048;
}

/* ===== SP remove 'Top pick', 'Popular categories' and 'View all categories' on home page ===== */
.ex-home .zonetop .row.header-wrapper,
.ex-home .zonetop .nav-wrapper {
    display: none;
}

/* ===== SP change spacing between rows ===== */
.ex-home {
    --evo-row-spacing: 30px;
}

/* ===== SP reverse effect on tabbed boxes ===== */
.ex-home .tabbed-box:hover h2 {
    opacity: 1;
    transform: translateY(200px);
     
}
.ex-home .tabbed-box h2 {
    opacity: 1;
    transition: transform 0.35s ease;
}

.ex-home .tabbed-box:hover::before {
    opacity: 1;
    background-color: rgba(0,0,0,0);
}


.ex-home .tabbed-box::before {
  opacity: 1;
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 10%, rgba(255,255,255,0) 40%);
  background-color: rgba(0,0,0,0.3);
  transition: background-color 0.35s ease;
}

/*MH Badge Test*/

.b4946 .ribbon, .b4946 .ribboncart {
	 background: url("https://eu.evocdn.io/dealer/1342/content/media/FurnitureAssemblyBadge.png") no-repeat center !important;
	 background-size: contain !important;
	 width: 87px;
	 height: 87px;
}
 .b4946 .ribboncart {
	 width: 40px;
	 height: 40px;
}
 .b4946 .ribbon-tips, .b4946 .ribbon-side, .b4946 .ribboncart-tips, .b4946 .ribboncart-wrapper, .b4946 span {
	 display: none;
}