:root {
  --evo-brand-secondary: #ADADAD;
  --evo-brand-accent: #efefef;
  --evo-header-background: #ff1520;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 250px !important;
    height: auto !important;
    max-height: none !important;
}

.fa-leaf:before {
    content: "\f06c";
    color: green;
}

.fa-recycle:before {
    content: "\f1b8";
    color: limegreen;
}

.menu .catalog-block {
    background: #3c3c3c !important;
}

header .minicart_container .cart-btn>a.btn .minicart_count {
    align-items: center;
    background: #3c3c3c;
    border-radius: 100%;
    color: #fff;
    display: flex
;
    height: 24px;
    justify-content: center;
    transition: color .35s ease, background .35s ease;
    width: 24px;
}

/* HEADER MENU STYLING BEGIN */
/* background */
header .menu {
    background: #3C3C3C;
}

/* links */
a.cd-dropdown-trigger,
a.cd-dropdown-trigger:active,
a.cd-dropdown-trigger:focus,
a.cd-dropdown-trigger:hover,
a.cd-dropdown-trigger:visited,
.menu .container li.menuitem a {
    color: white !important;
}

/* arrow for the shop by vertical menu */
.cd-dropdown-trigger:after,
.cd-dropdown-trigger:before {
    background: white !important;
}

/* hover effect - optional */
.menu .container li.menuitem:hover,
.no-touch .cd-dropdown-trigger:hover,
.menu .container li.menuitem:hover a {
    color: #56acdf !important;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #ffffff;
    display: flex
;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #ffffff;
    transition: color .35s ease;
}

header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon:before {
    content: "\f007";
    color: #ffffff;
}

/*HEADER NAV LINK COLOUR AND HOVER*/
nav.menu .catalog-block ul.catalog>li>a {
  color: #ffffff;}
 
nav.menu .catalog-block ul.catalog>li>a:focus-visible,nav.menu .catalog-block ul.catalog>li>a:hover {
    color: var(--evo-header-background);
}
/* HEADER MENU STYLING END */


/* ===== MH Start of add Sticky header EvoX ===== */
@media only screen and (min-height: 768px) {
.menubarStick {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 15;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
  
.headersection-2.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}

/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:64px;
}
/* ===== end of add Sticky header EvoX ===== */
  
  .fa-envelope:before {
    content: "\f0e0";
    color: white;
}
  
.fa-phone:before {
    content: "\f095";
    color: white;
}
  
  .fa-location-pin:before, .fa-map-marker:before {
    content: "\f041";
    color: white;
}
  
  footer.footer .logo_container .logo img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
  
  .fa-list-alt:before, .fa-rectangle-list:before {
    content: "\f022";
    color: white;
}
  
  header .shoppingtools_container a.account-btn.btn-outlined-invert>span>span {
    color: #3C3C3C;
    transition: color .35s ease;
}
  
  header .shoppingtools_container a.account-btn.btn-outlined-invert>i.user-icon:before {
    content: "\f007";
    color: #3C3C3C;
}
  
  .fa-list-alt:before, .fa-rectangle-list:before {
        content: "\f022";
        color: #3C3C3C;
    }
}

/*Header amendments*/
.header-full .vertical-align::before {
  display:none;
}

.header-full .vertical-align::after {
  display:none;
}

.header-full .vertical-align {
  justify-content: space-between;
}

.header-full .vertical-align > div{
  width: auto;
}

.header-full .search_container {
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .header-full .logo img {
    max-width: 150px !important;
  }
}
/*End header amendments*/

.live-inventory-v2-wrapper .in-stock, .live-inventory-v2-wrapper .out-stock, .product-stock .in-stock, .product-stock .out-stock {
    font-size: 1rem;
}
.newsletter-section {
    display: none !important;
}
/* Carousel Container Styling */
div.merchandisingcontent_container {
    border: 2px solid #ff1520 !important; /* Red border around the carousel */
    background-color: #f5f5f5 !important; /* Light background color */
    border-radius: 10px !important; /* Rounded corners */
    padding: 10px !important; /* Reduced padding to make the carousel tidier */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important; /* Light shadow for depth */
}

/* Carousel Container Styling */
div.merchandisingcontent_container {
    border: 2px solid #999999 !important; /* Medium grey border */
    background-color: #f5f5f5 !important; /* Light background color */
    border-radius: 10px !important; /* Rounded corners */
    padding: 10px !important; /* Reduced padding for a neater look */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important; /* Light shadow for depth */
}

/* Darker border around each carousel item */
.slick-slide {
    border: 2px solid #999999 !important; /* Medium grey border */
    border-radius: 10px !important; /* Rounded corners for each item */
    padding: 10px !important; /* Padding inside each carousel item */
    margin: 5px !important; /* Space between items */
}

/* Hide Compare button */
.compare-button-class {
    display: none !important;
}

/* Hide Add to Quick List button */
.quick-list-button-class {
    display: none !important;
}

/* Hide Category label */
.category-label-class {
    display: none !important;
}

/* Pagination dots (size adjustments) */
.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important; /* Circular dots */
    background-color: #ccc !important; /* Light gray inactive dots */
}

.slick-dots li.slick-active button {
    width: 16px !important; /* Larger active dot */
    height: 16px !important; /* Larger active dot */
    background-color: #ff1520 !important; /* JP Supplies red for active dot */
}

/* Navigation arrows (default size) */
.slick-prev, .slick-next {
    font-size: 20px !important;  /* Default arrow size */
    width: 40px !important; /* Default width for arrows */
    height: 40px !important; /* Default height for arrows */
    background-color: #ff1520 !important;  /* JP Supplies red background */
    color: white !important; /* White arrow color */
    border-radius: 50% !important; /* Circular buttons */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important; /* Prevents text from stretching */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important; /* Adds some shadow for depth */
}
.banner-grid img {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.banner-grid:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/* Shared banner styling */
.banner {
    width: 100%;
    max-width: 747px;
    margin: 20px auto;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative; /* required for absolute button */
}

/* Banner 1 - Red glow */
.banner1 {
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.25),
                0 8px 30px rgba(255, 0, 0, 0.15);
}
.banner1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.35),
                0 15px 40px rgba(255, 0, 0, 0.2);
}

/* Banner 2 - Blue glow */
.banner2 {
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.25),
                0 8px 30px rgba(0, 123, 255, 0.15);
}
.banner2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.35),
                0 15px 40px rgba(0, 123, 255, 0.2);
}

/* Banner 3 - Red glow */
.banner3 {
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.25),
                0 8px 30px rgba(255, 0, 0, 0.15);
}
.banner3:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.35),
                0 15px 40px rgba(255, 0, 0, 0.2);
}

/* Banner images */
.banner img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

/* Shop Now button */
.banner-button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 1000; /* ensures it appears above image */
}

/* Button hover effect */
.banner-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.35);
}

/* Button colors per banner */
.banner1 .banner-button { background-color: #ff0000; } /* red */
.banner2 .banner-button { background-color: #007bff; } /* blue */
.banner3 .banner-button { background-color: #ff0000; } /* red */