:root {
  --evo-brand-secondary: #ff0202;
  --evo-brand-accent: #d52c30;
  --evo-header-background: #fff;
--evo-row-spacing: 20px;
}

.logo img {
  max-height: 180px !important;
}


.header-switch {
    background: #f6f8fb;
    color: var(--evo-text-col);
    padding: 5px 0;
    display: none;
}

.testimonialrow {
    background-color: #f7f8fc !important;
}

.testimonials-widget .testimonial-boxes {
    margin: 45px 10px 45px;
    width: calc(100% - 20px);
}

.testimonial-box {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .09);
    height: 100%;
    padding: 25px 15px;
    BACKGROUND: WHITE;
    BORDER-RADIUS: 20PX;
}

.testimonial-box .stars i {
    color: #ff0202;
}

.text-cta {
    background-color: #f7f8fc;
    color: #000;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
}

.servicesection {
  border: 1px solid gray;
}

.copyright_container {
    font-size: 1em;
    text-align: center;
}

/* ===== MH content adjustments ===== */

.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;
}

.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 4:3 aspect ratio; change to 56.25% for 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px; /* optional for rounded corners */
}

.map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.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);
  }
}


.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(3, 1fr);

}
}

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

}

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

.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);
}

/* ===== End ===== */