/* Toot Website Branding */

:root {
  --evo-brand-secondary: #d0172d;
  --evo-brand-accent: #eee;
  --evo-header-background: #fff;
  --evo-row-spacing: 20px;
  /*Makita theme*/
  --makita-primary-color: #00829b;
  --makita-dark-bg: #121212;
  --makita-dark-secondary: #1e1e1e;
  --makita-text-color: #ffffff;
  --makita-accent-color: #00b2d6;
  --makita-light-gray: #cccccc;
  --makita-border-color: #333333;
}
.makita-background-image-001{
	background-image: url('https://us.evocdn.io/dealer/1523/content/media/makita-backgroundimage001.jpg');
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	color:white;
}
.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f6f8fb !important;
}
.lastviewedproducts_container .product div.product-sku, .lastviewedproducts_container .tile div.product-sku, .merchandisingcontent_container .product div.product-sku, .merchandisingcontent_container .tile div.product-sku, .productsgrid_container .product div.product-sku, .productsgrid_container .tile div.product-sku, .productsrelated_container .product div.product-sku, .productsrelated_container .tile div.product-sku, .widget-contract-items-html .product div.product-sku, .widget-contract-items-html .tile div.product-sku, .widget-lastviewedproducts-html .product div.product-sku, .widget-lastviewedproducts-html .tile div.product-sku {
    background-color: #f6f8fb !important;
}

.productsummary_container .productdetails .prod-code span {
background-color: #f6f8fb !important;
 color: var(--evo-text-col);
 font-weight: 400;

}

/*MH Content Page Top Margin Adjustment*/
.page-content {
    margin-bottom: 15px;
    margin-top: 0px;
}
/*Utility*/
.mh-hidden {
  display:none;
}
.ex-name-mhhomepagemockup .mh-hidden {
  display:revert;
}

.ex-name-mhhomepagemockup .row-breadcrumb {
  display: none;
}
/* End Utility*/
/* ===== MH header adjustments ===== */
header .header-full .headersection-3 {
  padding-block: 20px;
}
.header-full .contentblock_container {
  width: auto;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert > i.user-icon,
header .shoppingtools_container #vuequicklistdropdown > a i {
  font-size: 1.7rem;
}

header .toolbar .cart-btn .btn {
  font-size: 1.25rem;
  padding: 4px 15px;
}
header .minicart_container .cart-btn > a.btn > i::before{
  font-size: 1.25rem;
}
header .shoppingtools_container a.account-btn.btn-outlined-invert > span > span,
header .shoppingtools_container #vuequicklistdropdown > a span{
  font-size: 1rem
}

header .shoppingtools_container a.account-btn.btn-outlined-invert > span > i.arrow-your-account{
  bottom: 20px;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert:hover > span,
header .shoppingtools_container #vuequicklistdropdown > a:hover span{
  color: #fff;
}
/* ===== End ===== */
/* ===== MH content adjustments ===== */
.merchandisingcontent_container .featured-products {
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
    /*! padding-inline: 20px; */
}

.merchandisingcontent_container:has(.featured-products) {
    background-color: #444;
    padding: 30px 20px 50px;
}

.buttons-group {
white-space: nowrap;
}
.buttons-group > * {
    width: 160px;
    display: inline-block;
    margin: 0 auto;
}

.buttons-group .btn {
    padding: 5px 10px;
}
.header-full .socialmediapartial_container {
    width: auto;
}

@media only screen and (max-width: 991px){
    .buttons-group .btn {
    font-size: 0.8rem; 
}
    .buttons-group > * {
        width: max-content;
    }
}

.serving-strip {
  display: flex;
  gap: 2rem;
  background-color: #0e1111;
  padding: clamp(1rem, 2vw, 3rem);
}

.serving-strip p {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(0.75rem, 1.3vw, 1rem);
  text-align: center;
  line-height: 1.4;
}

.serving-card {
  padding-top: 60px;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 50px;
  min-width: min(150px, 10%);
}
.serving-card:nth-of-type(1) {
  background-image: url("https://us.evocdn.io/dealer/1523/content/media/My_Theme/assest/icons/serving-professionals.png");
  
}
.serving-card:nth-of-type(2) {
  background-image: url("https://us.evocdn.io/dealer/1523/content/media/My_Theme/assest/icons/makita-distributor.png");
}
.serving-card:nth-of-type(3) {
  background-image: url("https://us.evocdn.io/dealer/1523/content/media/My_Theme/assest/icons/industrial-tool-and-supply.png");
}
.serving-card:nth-of-type(4) {
  background-image: url("https://us.evocdn.io/dealer/1523/content/media/My_Theme/assest/icons/technical-support.png");
}
.serving-card:nth-of-type(5) {
  background-image: url("https://us.evocdn.io/dealer/1523/content/media/My_Theme/assest/icons/customized-options.png");
}
.serving-card:nth-of-type(6) {
  background-image: url("https://us.evocdn.io/dealer/1523/content/media/My_Theme/assest/icons/certified-center.png");
}

@media only screen and (max-width: 768px) {
  .serving-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .serving-card {
    width: 45%;
  }
}
@media only screen and (max-width: 500px) {
  .serving-strip {
    gap: 0.3rem;
  }
  .serving-card {
    width: 100%;
    padding: 0 0 0 40px;
    background-position-x: left;
    background-position-y: center;
    background-size: 25px;
  }
  .serving-strip p {
    text-align: left;
    margin: 5px 0;
  }
}


  .grid-banner-wrapper{
  background-color: #444444;
  padding-block: 40px;
  }
.grid-banner-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 1600px;
  margin: 0 auto;
  column-gap: 30px;
  row-gap: 30px;
  padding: 0 30px;
}

.banner-content-tile:nth-of-type(1) {
  grid-column: 1 / 9;
  grid-row: 1/3;
}

.banner-content-tile:nth-of-type(2) {
  grid-column: 9 / 13;
  grid-row: 1;
}
.banner-content-tile:nth-of-type(3) {
  grid-column: 9 / 13;
  grid-row: 2;
}

.banner-content-tile img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .grid-banner-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
  .grid-banner-content .banner-content-tile {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.grid-category-content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.category-content-tile img {
  width: 100%;
  mix-blend-mode: darken;
}

.category-content-tile {
  position: relative;
  background-color: #eee;
}

.category-content-tile .bg-category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25%;
  background-color: rgba(38, 38, 38, 0.8);
  pointer-events: none;
}

.category-content-tile .bg-category span {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(0.7rem, 0.85vw, 1.5rem);
  font-weight: 700;
}
.category-content-tile a {
  height: 100%;
  display: block;
  padding: 10px;
  outline: 1px solid transparent;
  transition: outline 0.35s;
}
.category-content-tile a:hover {
  outline: 1px solid var(--evo-btn-default-bg-hover, #d0172d);
}

@media only screen and (max-width: 991px) {
  .grid-category-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .category-content-tile .bg-category span {
    font-size: clamp(0.7rem, 2vw, 1.9rem);
  }
  .category-content-tile:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .grid-category-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-content-tile .bg-category span {
    font-size: clamp(0.7rem, 3vw, 1.9rem);
  }
}
 

  .grid-brand-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 1450px;
  margin: 0 auto;
  gap: 20px;
  padding: 20px;
}
.brand-content-tile {
  border: 1px solid #ccc;
}

.brand-content-tile img {
  width: 100%;
  display: block;
  margin: auto;
}

.brand-content-tile a {
  height: 100%;
  display: block;
}

.featured-products h3 {
    text-align: left!important;
  display: block;
  width: 100%;
  background-color: #444;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
}
.shop-category-title {
    margin-top: 40px;
    margin-bottom: 20px
}
.shop-category-title > .row{
  display: flex;
  align-items: center;
}

.shop-category-title > .row > div:first-of-type{
  flex:1;
}

.shop-category-title .col {
  width: auto;
}
@media only screen and (max-width: 991px) {
    .grid-brand-content{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .shop-category-title  {
      margin-bottom: 0;
    margin-top: 20px;
  }
  .shop-category-title h3 {
  font-size: 1.1rem;
  margin-bottom: 5px !important;
  }
    .shop-category-title a {
  font-size: 0.7rem;
  }
  .merchandisingcontent_container:has(.featured-products) {
    padding-top: 10px;
     padding-bottom: 20px;
  }
  .featured-products h3 {
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  
  .grid-banner-wrapper {
    padding-block: 20px;
  }
  .grid-banner-content {
    padding-inline: 20px;
  }
    .grid-brand-content{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}

.grid-featured-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1450px;
  margin: 0 auto;
  gap: 10px;
  padding-block: 20px;
}

.grid-featured-content img {
  width: 100%;
  display: block;
  margin: auto;
  padding: 10px;
}

.featured-content-tile {
  border: 1px solid #ccc;
}

.featured-content-tile a {
  height: 100%;
  display: block;
}

@media only screen and (max-width: 991px) {
.grid-featured-content {
  grid-template-columns: repeat(4, 1fr);

}
}

@media only screen and (max-width: 768px) {
.grid-featured-content {
  grid-template-columns: repeat(3, 1fr);

}
}

.featured-products .sidebar-content > a{
  padding-right: 20px;
  padding-top: 10px;
}

.featured-products .sidebar-content .inner {
  margin-top: 0;
}

.shop-category-title a {
  font-weight: 700;
}

.featured-safety {
   grid-template-columns: repeat(8, 1fr);
}

.custom-doublebanner img{
  width: 100%;
}
.htmlcontent_container:has(.featured-safety),
.htmlcontent_container:has(.featured-product-type){
  margin-top: 0;
}
.contentblock_container:has(.shop-category-title){
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .featured-safety {
  grid-template-columns: repeat(4, 1fr);
}
}
  @media only screen and (max-width: 500px) {
  .featured-safety {
  grid-template-columns: repeat(2, 1fr);
}
}
footer {
  background-color: #8e8e8e;
}
footer .footerbottomextra {
  background: #444 !important;
  color: #fff;
}
/* ===== End ===== */
/* ===== MH Sharpening Services ===== */
.sharpening-services-banner img {
  width: 100%;
}
.sharpening-services-intro {
  font-size: 1.15rem;
  margin-bottom: 30px;
  padding: 0 15%;
  color: #404040;
}
.sharpening-services-intro h2,
.services-wrapper h2 {
  color: var(--evo-brand-secondary);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
.service-card {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--evo-brand-secondary);
}
.service-details {
  padding: 20px;
  color: #404040;
}
.service-details h3,
.services-pricing-table h3 {
  color: var(--evo-brand-secondary);
  font-weight: 700;
  margin-bottom: 30px;
}
.services-pricing-table {
  padding-inline: 80px;
  color: #404040;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.pricing-table th {
  background-color: var(--evo-brand-secondary);
  color: white;
}
.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.pricing-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.note {
  font-style: italic;
  margin-top: 20px;
  border-left: 3px solid var(--evo-brand-secondary);
  padding-left: 15px;
}
.contact-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
}
.contact-icon {
  font-size: 24px;
}
.contact-item a {
  color: var(--evo-brand-secondary);
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .sharpening-services-intro,
  .services-wrapper,
  .services-pricing-table {
    padding-inline: 15px;
  }
  .services {
    flex-direction: column;
  }
  .service-card {
    width: 100%;
    display: flex;
  }
  .service-card img {
    width: 25%;
    object-fit: contain;
    min-width: 200px;
  }
  .service-details {
    flex: 1;
    padding-block: 0;
  }
  .service-details h3 {
    margin-block: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .service-card,
  .contact-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .service-card img {
    margin-top: 10px;
    width: 50%;
  }
  .contact-info {
    gap: 0;
  }
  .contact-item {
    text-wrap: nowrap;
  }
}
/* ===== End ===== */
/* ===== MH Service Repair ===== */
.service-repair-banner img {
  width: 100%;
}
.service-repair-title {
  text-align: center;
  color: #404040;
  font-size: 1.2rem;
}
.service-repair-title h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #404040;
}
.service-section {
  margin-bottom: 20px;
  color: #404040;
}
h2.section-heading {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--evo-brand-secondary);
  color: #404040;
}
.service-content {
  font-size: 1.1rem;
}
.service-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
.highlight-box {
  flex-basis: 32%;
  background-color: #fcfcfc;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.highlight-box img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.highlight-box h3 {
  font-size: 1.3rem;
  color: #404040;
  margin-bottom: 10px;
  font-weight: 700;
}
.brand-section {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 5px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.brand-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-section {
  margin: 30px 0;
}
.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.process-step {
  flex-basis: 48%;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.step-number {
  width: 50px;
  height: 50px;
  background-color: var(--evo-brand-secondary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
}
.step-content h3 {
  font-size: 1.3rem;
  color: #404040;
  margin-bottom: 10px;
  font-weight: 700;
}
.faq-section {
  margin: 30px 0;
  color: #404040;
}
.faq-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.faq-question {
  background-color: #fcfcfc;
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
}
.faq-answer {
  padding: 15px 20px;
  border-top: 1px solid #ddd;
}

.contact-section {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #404040;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.contact-form textarea {
  height: 150px;
  max-width: 100%;
  width: 100% !important;
}
.contact-form .btn {
  display: inline-block;
  background-color: var(--evo-brand-secondary);
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact-form .btn:hover {
  background-color: var(--evo-brand-accent);
}
@media only screen and (max-width: 991px) {
  .contact-section > .row {
    display: flex;
    flex-direction: column;
  }
  .contact-section .col {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-highlights {
    flex-direction: column;
  }
  .service-highlights img {
    max-width: 350px;
    margin-inline: auto;
  }
  .process-step {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .brand-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

/* ===== End ===== */
/* ===== MH Makita Tools ===== */
.ex-name-makitatools .topheaderbanner {
  background-color: var(--makita-primary-color) !important;
}
.ex-name-makitatools .headersection-2 {
  background-color: var(--makita-dark-secondary);
}
.ex-name-makitatools .headersection-search {
  background-color: #333 !important;
}
.ex-name-makitatools header .contentblock_container,
.ex-name-makitatools nav.menu .catalog-block ul.catalog > li > a {
  color: var(--makita-text-color);
}
.ex-name-makitatools header .menu .catalog-block {
  background: var(--makita-primary-color) !important;
}

.makita-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://us.evocdn.io/dealer/1523/content/media/My_Theme/assest/images/makita-1200x500-brandpage.jpg")
      top / cover no-repeat;
  padding: 80px 0;
  text-align: center;
}
.makita-hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.makita-hero h1 {
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--makita-text-color);
  font-weight: 700;
}
.makita-hero p {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--makita-light-gray);
}
.ex-name-makitatools .btn {
  display: inline-block;
  background-color: var(--makita-primary-color);
  color: var(--makita-text-color);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.ex-name-makitatools .btn:hover {
  background-color: var(--makita-accent-color);
}

.makita-categories {
  padding: 60px 0;
  background-color: var(--makita-dark-bg);
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 32px;
  color: var(--makita-text-color);
  margin-bottom: 10px;
  font-weight: 700;
}
.section-title p {
  color: var(--makita-light-gray);
  max-width: 600px;
  margin: 0 auto;
}
.cat-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.category-card {
  background-color: var(--makita-dark-secondary);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.category-img {
  height: 200px;
  background-color: #333;
  position: relative;
}
.category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-content {
  padding: 20px;
}
.category-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--makita-text-color);
  font-weight: 700;
}
.category-content p {
  color: var(--makita-light-gray);
  margin-bottom: 15px;
}

.makita-merchandising {
  background-color: var(--makita-dark-secondary);
}
.makita-merchandising .brand-label,
.makita-merchandising .product-category,
.makita-merchandising .product-sku,
.makita-merchandising .buttons.group input,
.makita-merchandising .live-inventory-v2-wrapper,
.makita-merchandising .flex-notes,
.makita-merchandising .product-compare-action,
.makita-merchandising .price-area span,
.makita-merchandising .addtoquicklist-wrapper{
  display: none!important;;
}

.makita-merchandising #grid {
  margin-inline: auto;
}
.makita-merchandising #grid > *{
  width: 33%;;
}
.makita-merchandising .footer .footer-wrapper .product-name a {
  color: var(--makita-text-color)!important;
  font-size: 1.3rem;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.4;
}

.makita-merchandising .price-label{
  color: var(--makita-primary-color)!important;
}
.makita-merchandising .tile .footer {
  background-color: var(--makita-dark-bg);
  padding-bottom: 10px
}
.makita-merchandising .imgthumbnail {
  height: 250px;
  background-color: #333;
}
.makita-merchandising .imgthumbnail img{
  max-width: 100%;
  max-height: 100%;
}
.makita-merchandising .footer-wrapper {
  height: auto!important;
  min-height: unset!important;
  justify-content: space-between;
}
.makita-merchandising .footer-wrapper-price,
.makita-merchandising .buttons.group{
  margin: 0!important;
  padding-inline: 20px
}
.makita-merchandising .footer{
  margin-bottom: 10px;
}
.makita-merchandising .tile {
  border: none!important;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.makita-merchandising h3 {
  display: block;
  color: var(--makita-text-color);
  margin-block: 30px!important;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}
.makita-merchandising h3::after {
  content:"Top-selling professional-grade tools trusted by tradesmen worldwide";
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--makita-light-gray)
}
.promotions {
  padding: 60px 0;
}
.promo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.promo-banner {
  background: linear-gradient(
    to right,
    var(--makita-primary-color),
    var(--makita-accent-color)
  );
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.promo-content {
  flex: 1;
}
.promo-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--makita-text-color);
}
.promo-content p {
  margin-bottom: 20px;
  max-width: 600px;
  color: var(--makita-text-color);
}
.promo-btn {
  background-color: var(--makita-dark-bg);
  color: var(--makita-text-color);
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
.promo-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.special-savings {
  background-color: var(--makita-dark-bg);
}

.brands {
  padding: 60px 0;

}
.brands-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 32px;
  color: var(--makita-text-color);
  margin-bottom: 10px;
  font-weight: 900;
  margin-bottom: 20px
}
.section-title p {
  color: var(--makita-light-gray);
  max-width: 600px;
  margin: 0 auto;
}
.brand-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.brand-logo {
  max-width: 120px;
  height: 60px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s;
}
.top-brands{
    background-color: var(--makita-dark-secondary);
}
.ex-name-makitatools .catalog-grid {
  display: none;
}
.ex-name-makitatools .page-content{
  margin-bottom:0;
}
@media only screen and (max-width: 1100px) {
.makita-merchandising #grid > * {
  width: 50%;
}
}
@media only screen and (max-width: 600px) {
.makita-merchandising #grid > * {
  width: 100%;
}
  .makita-merchandising h3::after{
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 10px
  }
  .promo-content p {
font-size: clamp(0.7rem, 3.8vw, 0.95rem);
}
}
/* ===== End ===== */

div.customertools .nav li.group-name h4 {
    margin-bottom: 0;
    white-space: wrap;
    font-weight: 700;             /* Makes the heading bolder */
    text-decoration: underline;  /* Adds an underline */
}

/* ===== 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;
  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;
    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 ===== */