:root {
    --evo-brand-hover-bglight: #0054a4;
    --evo-brand-hover-bgdark: #0054a4;
    --evo-row-spacing: 60px;
}

/* remove cost centre at line level per customer*/
.ex-a-2210236 .costcentre .smaller  {
display: none !important;
}

h3 {
    text-transform: initial;
}

.rewards .reward-items-list .reward-item .product-card .product-title {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    height: 62px;
    line-height: 1.25;
    opacity: .9;
    overflow: hidden;
    text-align: center;
}

.rewards .reward-items-list .reward-item .product-card .product-price {
    background: #cade5c;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 0 10px 10px 0;
    width: 60px;
}

.rewards .reward-items-list .reward-item .product-card .product-image {
    align-items: center;
    display: flex;
    height: 180px;
    justify-content: center;
    margin: 1px 0 35px;
    text-align: center;
}

.rewards .reward-items-list .reward-item .product-card .product-details {
    margin-bottom: 10px;
    min-height: 160px;
    display: none;
}

.account-message h3 {
text-transform: none;
}

i.fa-recycle {
    display: none;
}

.ecoblock_container .col-lg-8.col-md-8{
    width: 100%;
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(5px);
}

.footAccreds {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  max-width: 330px
}

@media (max-width: 991px) {
  .footAccreds {
    max-width: none;
  }
}

.footAccreds h3 {
  width: 100%;
}

.footAccreds span {
  padding: 5px;
  background: #000;
  border-radius: 5px;
}

.footAccreds img {
  height: 60px;
}

.rewards-tab {
 background-image: url("https://eu.evocdn.io/dealer/1200/content/media/My_Theme/mbm-rewards-button2.png") !important; 
 height: 67px !important;
}
.contHero {
height: 300px !important;
}

.product-stock .in-stock {
	text-transform: capitalize !important;
}
/* Fixes a custom design issue with the cart button showing cut out in the PDP for live inventory v2 */
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper button {
  width: 100%;
}
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper {
  max-width: none;
}
/* Hide contract list on search pages for all users */
.contract-item-office {
    display: none;
    margin-bottom: 40px;
}

/* Show for Office account */
.ex-a-1628246 .contract-item-office {
    display: block !important;
}

/* Show for second account */
.ex-a-2297107 .contract-item-office {
    display: block !important;
}

#filterswrapperhorizontal {
    padding: 20px;
}

/* ===== MH landing page styling ===== */
.page-content.onecolumn:has(.landingpage-hero-title) {
  margin: 0;
}

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 420px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.landingpage-hero-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.landingpage-hero-title .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.landingpage-hero-title .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.landingpage-hero-title h1 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #fff;
}

.landingpage-hero-title p:last-child {
  margin-bottom: 0;
}

.landingpage-introtext h2 {
  font-size: 40px;
  margin: 0 0 30px;
}

.landingpage-introtext p {
  margin: 0 0 25px;
}

.catalog-grid:has(.landingpage-introtext) .row-breadcrumb {
  display: none;
}

.htmlcontent_container:has(.landingpage-buttons) {
  margin: 0;
}

.landingpage-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.landingpage-buttons .btn {
  width: 35%;
  padding: 1.5rem;
  border-radius: 20px;
  font-size: 1.35rem;
  min-width: max-content;
}

@media (max-width: 500px) {
  .landingpage-buttons {
  flex-direction: column;
  align-items: center;
  }
  .landingpage-buttons .btn {
  min-width: min(300px, 90%);
  }
}

.landingpage-category-boxes {
  background: #f3f3f3;
  padding: 70px 0;
  margin-top: 30px;
}

.landingpage-category-boxes h2 {
  text-align: center;
  font-size: 36px;
  color: #444242;
  margin: 0 0 25px;
}

.landingpage-category-boxes p {
  text-align: center;
  margin: 0;
}

.landingpage-category-boxes .container {
  background-color: revert;
}

.lp-categoryboxes-inner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.lp-categorybox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 285px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox > div img {
  flex-shrink: 0;
}

.lp-categorybox > div::after {
  content: "View Category";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 100%;
  opacity: 0;
  transition: 0.35s all;
  transform: translateX(-20px);
}

.lp-categorybox::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox:hover > img {
  transform: scale(1.05);
}

.lp-categorybox:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox:hover::after {
  opacity: 0.75;
}

.zonebottom:has(.landingpage-category-boxes) > div {
  margin-bottom: 0;
}

.gotAnyQuestions {
  background: #2a2a2a;
  position: relative;
  padding: 0 30px;
}

.gotAnyQuestions > img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
}
.gotAnyQuestions a {
  margin-top: 20px;
}

.gotAnyQuestions a:hover,
a:focus {
  color: #ffffff;
}

.gotAnyQuestions .questionsInner {
  padding: 100px 100px 100px 0;
  width: 50%;
}

.gotAnyQuestions h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

.gotAnyQuestions p {
  color: #fff;
  margin: 0 0 30px;
}

.gotAnyQuestions .questionsLink {
  color: #fff;
  margin: 15px 0;
}
.gotAnyQuestions .customButton {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gotAnyQuestions > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .gotAnyQuestions .questionsInner {
    width: 100%;
    padding: 50px 0;
  }
}
/* ===== END landing page style ===== */


/* Paratus Marketing Leaf Modal - START */
[id^="leafmodal"] .modal-content {
  background: #fff url("https://eu.evocdn.io/dealer/1200/content/media/Leaves-Pop-Up.png") no-repeat center bottom;
  border-radius: 20px !important;
  border: 2px solid #bed42b;
  background-size: auto !important;
  max-width: 500px;
  margin: auto; 
}
[id^="leafmodal"] .modal-header .close {
  margin-top: 10px;
}
[id^="leafmodal"] .modal-header {
  border-bottom: 0px !important;
}
[id^="leafmodal"] .modal-footer {
  margin-top: 50px;
}  
[id^="leafmodal"] .modal-body img {
  max-width: 25px;
  margin-right: 10px;
}
[id^="leafmodal"] .modal-body {
  padding: 0px 60px !important;
}
[id^="leafmodal"] li  {
  color: #2c4251;
  font-size: 16px;
  list-style-type: none;
}
[id^="leafmodal"] ul {
  max-width: 300px;
  margin: 0 auto 20px;
  text-align: center;
  padding-left: 0px;
}
[id^="leafmodal"] p {
  color: #2c4251;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}  
[id^="leafmodal"] b {  
  color: #0054a4;
}
[id^="leafmodal"] h3 {
  color: #0054a4;
  line-height: 1.5;
  text-transform: none;
  text-align: center;  
  font-size: 28px;
  font-style: normal;
  font-weight: 600;   
  margin-bottom: 20px;
}  
[id^="leafmodal"] h3 span {
  color: #63ada9;
} 
[id^="leafmodal"] li span {
  color: #63ada9;
}  
[id^="leafmodal"] p a {
  color: #63ada9;
  text-decoration: underline;
}  
[id^="leafmodal"] .btn {
  margin-bottom: 5px;
  border-radius: 5px;
}
[id^="leafmodal"] .btn:hover {
  background: #63ada9;
}
[id^="leafmodal"] .btn.btnoverride {  
  background: #63ada9 !important;
}
[id^="leafmodal"] .btn.btnoverride:hover { 
  background: #0054a4 !important;
}
[id^="leafmodal"] .center-stuff {
  margin: auto;
  text-align: center;
}
.b3674, .b3442, .b3441, .b3440 {  transition: all 0.5s ease;}
.b3674:hover {  background-image: url("https://eu.evocdn.io/dealer/1200/content/media/mbm_leaf_iconrating-03-hover.svg"); filter: drop-shadow(1px 1px 2px #8a8a8a); transform: scale(1.10); }
.b3442:hover {  background-image: url("https://eu.evocdn.io/dealer/1200/content/media/mbm_leaf_iconrating-02-hover.svg"); filter: drop-shadow(1px 1px 2px #8a8a8a); transform: scale(1.10); }
.b3441:hover {  background-image: url("https://eu.evocdn.io/dealer/1200/content/media/mbm_leaf_iconrating-01-hover.svg"); filter: drop-shadow(1px 1px 2px #8a8a8a); transform: scale(1.10); }
.b3440:hover {  background-image: url("https://eu.evocdn.io/dealer/1200/content/media/mbm_leaf_iconrating-00-hover.svg"); filter: drop-shadow(1px 1px 2px #8a8a8a); transform: scale(1.10); }
/* Paratus Marketing Leaf Modal - END */

div.indicators-grid,
div.product-indicators {
  display: block;
}

.lp-categoryboxes-inner-cbre {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner-cbre {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner-cbre {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lp-categorybox-cbre {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 185px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox-cbre > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox-cbre > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox-cbre::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox-cbre:hover > img {
  transform: scale(1.05);
}

.lp-categorybox-cbre:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox-cbre:hover::after {
  opacity: 0.75;
}

.lp-categoryboxes-inner-cbre-casestudies {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner-cbre-casestudies {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner-cbre-casestudies {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lp-categoryboxes-inner-cbre-casestudies > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  height: 185px;
  padding: 30px 40px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lp-categoryboxes-inner-cbre-casestudies > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.35s ease;
}

.lp-categoryboxes-inner-cbre-casestudies > a div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.lp-categoryboxes-inner-cbre-casestudies > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  border-radius: 20px;
  z-index: -1;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.lp-categoryboxes-inner-cbre-casestudies > a:hover img {
  transform: scale(1.05);
}

.lp-categoryboxes-inner-cbre-casestudies > a:hover::after {
  opacity: 0.75;
}

/* =====================================================
   Landing Page Merchandise Styling
===================================================== */

/* Give the whole widget some breathing room */
.landingpagemerch {
    padding: 25px 0 35px;
}

/* Prevent hover effects from being clipped */
.landingpagemerch .owl-stage-outer {
    padding: 15px 0 25px;
    overflow: visible !important;
}

.landingpagemerch .owl-carousel {
    overflow: visible !important;
}

.landingpagemerch .product,
.landingpagemerch .product-item,
.landingpagemerch .product-block {
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.landingpagemerch .product:hover,
.landingpagemerch .product-item:hover,
.landingpagemerch .product-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 42px rgba(0,84,163,.16);
    border-color: #c7e163;
}

/* Product Images */

.landingpagemerch .product img,
.landingpagemerch .product-item img {
    transition: transform .45s ease;
}

.landingpagemerch .product:hover img,
.landingpagemerch .product-item:hover img {
    transform: scale(1.06);
}

/* Product Titles */

.landingpagemerch .product-name,
.landingpagemerch h3 {
    color: #2b2e33;
    font-weight: 700;
    transition: color .3s ease;
}

.landingpagemerch .product:hover .product-name {
    color: #0054a3;
}

/* Buttons */

.landingpagemerch .btn,
.landingpagemerch .btn-primary {
    background: #0054a3;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all .3s ease;
}

.landingpagemerch .btn:hover,
.landingpagemerch .btn-primary:hover {
    background: #c7e163;
    color: #003b73;
    transform: translateY(-2px);
}

/* Prices */

.landingpagemerch .price {
    color: #0054a3;
    font-size: 1.2rem;
    font-weight: 700;
}

/* Badges */

.landingpagemerch .badge {
    border-radius: 30px;
    font-weight: 700;
}

/* Fade In */

.landingpagemerch .product {
    animation: fadeProducts .7s ease both;
}

@keyframes fadeProducts {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.post-author .post-author-photo img.custom-post-author-photo {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

/* =========================================================
   CBRE ECO HEROES | EVOX PRODUCT MERCHANDISING CAROUSEL
   FINAL CONSOLIDATED CSS
   Scoped only to .cbre_eco
========================================================= */


/* =========================================================
   CAROUSEL WRAPPER
========================================================= */

.cbre_eco {
  position: relative;
}

.cbre_eco .merchandising-carousel,
.cbre_eco .sidebar-content {
  overflow: visible;
}

.cbre_eco .owl-stage-outer {
  padding: 20px 6px 34px;
  overflow: hidden;
}


/* Equal-height carousel items */

.cbre_eco .owl-stage {
  display: flex;
  align-items: stretch !important;
}

.cbre_eco .owl-item {
  display: flex !important;
  align-items: stretch !important;
}

.cbre_eco .owl-item > div {
  display: flex !important;
  width: 100%;
  height: 100%;
}


/* =========================================================
   REMOVE EVOX BADGES / RIBBONS / ECO SCORE
========================================================= */

.cbre_eco .badges-wrapper,
.cbre_eco .ribbon-wrapper,
.cbre_eco ecoscores-rank {
  display: none !important;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.cbre_eco .tile.item.product {
  position: relative;

  display: flex !important;
  flex-direction: column;

  width: 100%;
  height: 100% !important;
  min-height: 100% !important;

  margin: 0 10px;

  padding: 18px 18px 20px;

  border: 1px solid #e0e7e5 !important;
  border-radius: 20px;

  background: #ffffff !important;

  box-shadow:
    0 5px 18px rgba(1, 42, 44, 0.04);

  overflow: visible;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}


/* CBRE GREEN CARD GLOW */

.cbre_eco .tile.item.product:hover {
  transform: translateY(-7px);

  border-color: rgba(23, 232, 143, 0.55) !important;

  box-shadow:
    0 18px 42px rgba(1, 42, 44, 0.12),
    0 0 0 1px rgba(23, 232, 143, 0.10),
    0 0 28px rgba(23, 232, 143, 0.22),
    0 0 55px rgba(23, 232, 143, 0.10);
}


/* =========================================================
   PRODUCT LINK / IMAGE AREA
========================================================= */

.cbre_eco .tile.item.product > a {
  display: block;
}

.cbre_eco .tile.item.product .text-center {
  position: relative;
  background: #ffffff !important;
}

.cbre_eco .imgthumbnail {
  position: relative;

  height: 235px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;
  padding: 20px;

  border-radius: 16px;

  background: #ffffff !important;

  overflow: hidden;
  isolation: isolate;
}


/* =========================================================
   REMOVE IMAGE GLOW
========================================================= */

.cbre_eco .imgthumbnail::before {
  display: none !important;
}


/* =========================================================
   3 LEAF ECO HERO BADGE
========================================================= */

.cbre_eco .imgthumbnail::after {
  content: "";

  position: absolute;

  top: 10px;
  right: 10px;

  width: 74px;
  height: 38px;

  z-index: 4;

  background-image:
    url("https://eu.evocdn.io/dealer/1200/content/media/mbm_leaf_iconrating-03.svg");

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: .96;

  filter:
    drop-shadow(
      0 4px 8px rgba(1, 42, 44, 0.10)
    );

  transition:
    transform .3s ease,
    opacity .3s ease;
}

.cbre_eco .tile.item.product:hover .imgthumbnail::after {
  transform: translateY(-2px) scale(1.04);
  opacity: 1;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.cbre_eco .imgthumbnail img {
  position: relative;

  z-index: 2;

  display: block;

  width: auto !important;
  max-width: 90% !important;

  height: auto !important;
  max-height: 195px !important;

  object-fit: contain;

  background: #ffffff !important;

  transition:
    transform .4s ease,
    filter .4s ease;
}


/* Subtle image movement on card hover */

.cbre_eco .tile.item.product:hover .imgthumbnail img {
  transform: scale(1.035);

  filter:
    drop-shadow(
      0 14px 16px rgba(1, 42, 44, 0.10)
    );
}


/* =========================================================
   QUICK VIEW / LIGHTBOX BUTTONS
========================================================= */

.cbre_eco .product-list-actions {
  position: absolute;

  right: 10px;
  bottom: 10px;

  z-index: 5;

  display: flex;

  gap: 7px;

  opacity: 0;

  transform: translateY(5px);

  transition:
    opacity .25s ease,
    transform .25s ease;
}

.cbre_eco .tile.item.product:hover .product-list-actions {
  opacity: 1;
  transform: translateY(0);
}

.cbre_eco .product-list-actions button {
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 !important;

  border: 1px solid rgba(1, 42, 44, 0.13) !important;
  border-radius: 10px !important;

  background: rgba(255, 255, 255, 0.96) !important;

  box-shadow:
    0 5px 14px rgba(1, 42, 44, 0.08);

  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.cbre_eco .product-list-actions button:hover {
  transform: translateY(-2px);

  border-color: #012a2c !important;

  background: #012a2c !important;
}


/* =========================================================
   PRODUCT FOOTER / INFORMATION
========================================================= */

.cbre_eco .footer {
  display: flex !important;
  flex-direction: column;

  flex: 1 1 auto !important;

  width: 100%;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #ffffff !important;

  text-align: left !important;
}

.cbre_eco .footer-wrapper {
  display: flex !important;
  flex-direction: column;

  flex: 1 1 auto !important;

  width: 100%;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #ffffff !important;
}

.cbre_eco .footer-wrapper-description {
  display: flex !important;
  flex-direction: column;

  flex: 1 1 auto !important;

  width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  background: #ffffff !important;
}


/* =========================================================
   BRAND
========================================================= */

.cbre_eco .brand-label {
  min-height: 20px;

  margin: 0 0 7px !important;
  padding: 0 !important;

  text-align: left;
}

.cbre_eco .brand-label a {
  color: #657472 !important;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: .4px;

  text-transform: uppercase;
}

.cbre_eco .brand-label a:hover {
  color: #012a2c !important;
}


/* =========================================================
   PRODUCT NAME
========================================================= */

.cbre_eco .product-name {
  min-height: 66px;

  margin: 0 0 10px !important;
  padding: 0 !important;

  text-align: left;
}

.cbre_eco .product-name a {
  display: -webkit-box;

  overflow: hidden;

  color: #012a2c !important;

  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;

  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  transition: color .2s ease;
}

.cbre_eco .product-name a:hover {
  color: #006b50 !important;
}


/* =========================================================
   PRODUCT CODE
========================================================= */

.cbre_eco .product-sku {
  margin: auto 0 0 !important;
  padding: 10px 0 0 !important;

  color: #7a8885;

  font-size: 11px;
  line-height: 1.4;

  text-align: left;

  border-top: 1px solid #eef2f1;
}

.cbre_eco .product-sku strong {
  margin-right: 4px;

  color: #5c6967;

  font-weight: 600;
}


/* =========================================================
   REMOVE UNUSED EVOX PRICE / BUTTON BLOCKS
========================================================= */

.cbre_eco .footer-wrapper-price,
.cbre_eco .buttons.group {
  display: none !important;

  width: 0 !important;
  height: 0 !important;

  min-width: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  background: transparent !important;

  overflow: hidden !important;
}


/* =========================================================
   OWL CAROUSEL NAVIGATION
========================================================= */

.cbre_eco .owl-nav {
  display: flex !important;

  justify-content: flex-end;

  gap: 8px;

  margin-top: 16px;
}

.cbre_eco .owl-nav button.owl-prev,
.cbre_eco .owl-nav button.owl-next {
  position: relative !important;

  width: 44px;
  height: 44px;

  display: flex !important;
  align-items: center;
  justify-content: center;

  margin: 0 !important;

  border: 1px solid #d9e2df !important;
  border-radius: 12px !important;

  background: #ffffff !important;

  color: #012a2c !important;

  box-shadow:
    0 5px 14px rgba(1, 42, 44, 0.06);

  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.cbre_eco .owl-nav button.owl-prev:hover,
.cbre_eco .owl-nav button.owl-next:hover {
  transform: translateY(-2px);

  border-color: #012a2c !important;

  background: #012a2c !important;

  color: #ffffff !important;
}


/* =========================================================
   OWL DOTS
========================================================= */

.cbre_eco .owl-dots {
  margin-top: 18px;
}

.cbre_eco .owl-dot span {
  width: 8px !important;
  height: 8px !important;

  margin: 5px !important;

  border-radius: 50% !important;

  background: #ccd6d3 !important;

  transition:
    width .25s ease,
    background .25s ease;
}

.cbre_eco .owl-dot.active span {
  width: 24px !important;

  border-radius: 10px !important;

  background: #012a2c !important;
}


/* =========================================================
   REMOVE EVOX RIGHT-HAND GRADIENT
========================================================= */

.cbre_eco .owl-gradient {
  display: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 900px) {

  .cbre_eco .tile.item.product {
    margin: 0 7px;
  }

  .cbre_eco .imgthumbnail {
    height: 215px;
  }

  .cbre_eco .imgthumbnail img {
    max-height: 175px !important;
  }

  .cbre_eco .imgthumbnail::after {
    width: 66px;
    height: 34px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 600px) {

  .cbre_eco .owl-stage-outer {
    padding-top: 10px;
  }

  .cbre_eco .tile.item.product {
    margin: 0 5px;

    padding: 15px 15px 18px;

    border-radius: 17px;
  }

  .cbre_eco .imgthumbnail {
    height: 200px;

    border-radius: 14px;
  }

  .cbre_eco .imgthumbnail img {
    max-height: 165px !important;
  }

  .cbre_eco .imgthumbnail::after {
    width: 62px;
    height: 32px;

    top: 8px;
    right: 8px;
  }

  .cbre_eco .product-list-actions {
    opacity: 1;
    transform: none;
  }

  .cbre_eco .product-name {
    min-height: 60px;
  }

  .cbre_eco .owl-nav {
    justify-content: center;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .cbre_eco *,
  .cbre_eco *::before,
  .cbre_eco *::after {
    transition-duration: 0.01ms !important;
  }

}

/* =========================================================
   TIGHTEN SPACE BELOW CBRE ECO CAROUSEL
========================================================= */

.cbre_eco {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cbre_eco .merchandising-carousel,
.cbre_eco .sidebar-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cbre_eco .owl-stage-outer {
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
}

.cbre_eco .owl-carousel {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cbre_eco .owl-nav {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.cbre_eco .owl-dots {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.cbre_eco .row,
.cbre_eco .container,
.cbre_eco .container-fluid {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cbre-eco-closing {
  padding: 0 0 12px !important;
}

.cbre-eco-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================================================
   REMOVE EVOX ROW SPACING AROUND CBRE ECO CAROUSEL
========================================================= */

.cbre_eco_row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cbre_eco_row .row,
.cbre_eco_row .container,
.cbre_eco_row .container-fluid,
.cbre_eco_row [class*="col-"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cbre_eco_row .cbre_eco {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cbre_eco_row .merchandising-carousel,
.cbre_eco_row .sidebar-content,
.cbre_eco_row .owl-carousel,
.cbre_eco_row .owl-stage-outer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Keep only a very small gap before the footer */

.cbre_eco_row + .cbre-eco-footer,
.cbre_eco-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cbre_eco_footer_row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cbre_eco_footer_row .row,
.cbre_eco_footer_row .container,
.cbre_eco_footer_row .container-fluid,
.cbre_eco_footer_row [class*="col-"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================================================
   REMOVE OWL CAROUSEL DOTS
   Prevents large blank area beneath carousel
========================================================= */

.cbre_eco .owl-dots,
.cbre_eco .owl-dot,
.cbre_eco .owl-dot span {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.cbre_eco .owl-dots {
  margin-top: 18px;
}

.cbre_eco .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px !important;
  border-radius: 50% !important;
  background: #ccd6d3 !important;
  transition:
    width .25s ease,
    background .25s ease;
}

.cbre_eco .owl-dot.active span {
  width: 24px !important;
  border-radius: 10px !important;
  background: #012a2c !important;
}