: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 */
}
.banner1, .banner2, .banner3 {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* General banner styling */
.banner1, .banner2, .banner3 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Subtle matte overlay effect */
.banner1::before,
.banner2::before,
.banner3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.15)
  );
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Subtle lift on hover */
.banner1:hover,
.banner2:hover,
.banner3:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Slightly stronger overlay on hover */
.banner1:hover::before,
.banner2:hover::before,
.banner3:hover::before {
  opacity: 0.25;
}

/* Make sure buttons/text stay above the overlay */
.banner1 *:not(::before),
.banner2 *:not(::before),
.banner3 *:not(::before) {
  position: relative;
  z-index: 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 */
}
/* ========= Force banner1 single banner button bottom-left ========= */

/* Ensure the banner container is positioned */
.banner1, div[class*="banner1"], [data-widget-name="banner1"] {
  position: relative !important;
  overflow: visible !important;
}

/* Target multiple possible button classes EvoX might use */
.banner1 .singleBannerBtn,
div[class*="banner1"] .singleBannerBtn,
.banner1 a.button,
.banner1 a.btn,
.banner1 .btn,
div[class*="banner1"] a.button,
div[class*="banner1"] a.btn,
div[class*="banner1"] .btn {
  position: absolute !important;
  bottom: 12px !important;     /* distance from bottom */
  left: 12px !important;       /* distance from left */
  right: auto !important;      /* cancel any right positioning */
  top: auto !important;        /* cancel any top positioning */
  margin: 0 !important;        /* cancel centered margins */
  transform: none !important;  /* cancel any centering transforms */
  background-color: #e30613 !important; /* JP red */
  color: #fff !important;
  font-size: 13px !important; 
  font-weight: 600 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.18) !important;
  display: inline-block !important;
  white-space: nowrap !important;
  z-index: 9999 !important;    /* ensure it sits above image */
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

/* Hover */
.banner1 .singleBannerBtn:hover,
div[class*="banner1"] .singleBannerBtn:hover,
.banner1 a.button:hover,
.banner1 a.btn:hover,
div[class*="banner1"] a.button:hover {
  background-color: #000 !important;
  transform: scale(1.03) !important;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .banner1 .singleBannerBtn,
  div[class*="banner1"] .singleBannerBtn {
    bottom: 8px !important;
    left: 10px !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
}
/* ========= Force banner1 single banner button bottom-left ========= */

/* Ensure the banner container is positioned */
.banner2, div[class*="banner2"], [data-widget-name="banner2"] {
  position: relative !important;
  overflow: visible !important;
}

/* Target multiple possible button classes EvoX might use */
.banner2 .singleBannerBtn,
div[class*="banner2"] .singleBannerBtn,
.banner2 a.button,
.banner2 a.btn,
.banner2 .btn,
div[class*="banner2"] a.button,
div[class*="banner2"] a.btn,
div[class*="banner2"] .btn {
  position: absolute !important;
  bottom: 12px !important;     /* distance from bottom */
  left: 12px !important;       /* distance from left */
  right: auto !important;      /* cancel any right positioning */
  top: auto !important;        /* cancel any top positioning */
  margin: 0 !important;        /* cancel centered margins */
  transform: none !important;  /* cancel any centering transforms */
  background-color: #e30613 !important; /* JP red */
  color: #fff !important;
  font-size: 13px !important; 
  font-weight: 600 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.18) !important;
  display: inline-block !important;
  white-space: nowrap !important;
  z-index: 9999 !important;    /* ensure it sits above image */
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

/* Hover */
.banner2 .singleBannerBtn:hover,
div[class*="banner1"] .singleBannerBtn:hover,
.banner2 a.button:hover,
.banner2 a.btn:hover,
div[class*="banner2"] a.button:hover {
  background-color: #000 !important;
  transform: scale(1.03) !important;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .banner1 .singleBannerBtn,
  div[class*="banner1"] .singleBannerBtn {
    bottom: 8px !important;
    left: 10px !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
}
/* ========= Force banner3 single banner button bottom-left ========= */

/* Ensure the banner container is positioned */
.banner3, div[class*="banner3"], [data-widget-name="banner3"] {
  position: relative !important;
  overflow: visible !important;
}

/* Target multiple possible button classes EvoX might use */
.banner3 .singleBannerBtn,
div[class*="banner3"] .singleBannerBtn,
.banner3 a.button,
.banner3 a.btn,
.banner3 .btn,
div[class*="banner3"] a.button,
div[class*="banner3"] a.btn,
div[class*="banner3"] .btn {
  position: absolute !important;
  bottom: 12px !important;     /* distance from bottom */
  left: 12px !important;       /* distance from left */
  right: auto !important;      /* cancel any right positioning */
  top: auto !important;        /* cancel any top positioning */
  margin: 0 !important;        /* cancel centered margins */
  transform: none !important;  /* cancel any centering transforms */
  background-color: #e30613 !important; /* JP red */
  color: #fff !important;
  font-size: 13px !important; 
  font-weight: 600 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.18) !important;
  display: inline-block !important;
  white-space: nowrap !important;
  z-index: 9999 !important;    /* ensure it sits above image */
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
}

/* Hover */
.banner3 .singleBannerBtn:hover,
div[class*="banner1"] .singleBannerBtn:hover,
.banner3 a.button:hover,
.banner3 a.btn:hover,
div[class*="banner2"] a.button:hover {
  background-color: #000 !important;
  transform: scale(1.03) !important;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .banner1 .singleBannerBtn,
  div[class*="banner1"] .singleBannerBtn {
    bottom: 8px !important;
    left: 10px !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
}
/* Make Recently Viewed Products more compact - Complete version */
.compact-recently-viewed .product-item,
.compact-recently-viewed .item {
    padding: 5px !important;
    margin: 5px !important;
}

/* Hide ALL prices */
.compact-recently-viewed .price-box,
.compact-recently-viewed .price,
.compact-recently-viewed .price-container,
.compact-recently-viewed [class*="price"] {
    display: none !important;
}

/* Hide ALL add to cart buttons */
.compact-recently-viewed .actions-primary,
.compact-recently-viewed .action.tocart,
.compact-recently-viewed button,
.compact-recently-viewed .btn,
.compact-recently-viewed [class*="tocart"],
.compact-recently-viewed [class*="add-to-cart"] {
    display: none !important;
}

/* Hide descriptions and extra text */
.compact-recently-viewed .product-item-description,
.compact-recently-viewed .product-description,
.compact-recently-viewed .description {
    display: none !important;
}

/* Make ALL images smaller */
.compact-recently-viewed img {
    max-height: 120px !important;
    max-width: 120px !important;
}

.compact-recently-viewed .product-image-container,
.compact-recently-viewed .product-image-wrapper {
    max-height: 120px !important;
}

/* Reduce product name size */
.compact-recently-viewed .product-item-name,
.compact-recently-viewed .product-name,
.compact-recently-viewed a {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

/* Reduce all spacing */
.compact-recently-viewed .product-item-details,
.compact-recently-viewed .product-item-info {
    padding: 3px !important;
    margin: 0 !important;
}

/* Hide compare checkbox and label */
.compact-recently-viewed .product-item-checkbox,
.compact-recently-viewed .compare,
.compact-recently-viewed [class*="compare"],
.compact-recently-viewed input[type="checkbox"] {
    display: none !important;
}

/* Hide quantity input field */
.compact-recently-viewed .qty,
.compact-recently-viewed .quantity,
.compact-recently-viewed input[type="number"],
.compact-recently-viewed .field.qty,
.compact-recently-viewed .control.qty,
.compact-recently-viewed [class*="quantity"] {
    display: none !important;
}

/* Hide any form controls */
.compact-recently-viewed .product-item-inner form,
.compact-recently-viewed .product-item-actions,
.compact-recently-viewed .actions {
    display: none !important;
}

/* Hide compare label text */
.compact-recently-viewed label[for*="compare"] {
    display: none !important;
}

/* Hide product badges (non-returnable, non-taxable, green product, etc.) */
.compact-recently-viewed .product-badge,
.compact-recently-viewed .product-badges,
.compact-recently-viewed .badge,
.compact-recently-viewed .badges,
.compact-recently-viewed [class*="badge"] {
    display: none !important;
}

/* Hide product icons */
.compact-recently-viewed .product-icon,
.compact-recently-viewed .product-icons,
.compact-recently-viewed .icon,
.compact-recently-viewed [class*="icon"]:not(.product-image-photo) {
    display: none !important;
}

/* Hide non-returnable indicator */
.compact-recently-viewed .non-returnable,
.compact-recently-viewed [class*="returnable"] {
    display: none !important;
}

/* Hide non-taxable indicator */
.compact-recently-viewed .non-taxable,
.compact-recently-viewed [class*="taxable"] {
    display: none !important;
}

/* Hide green/eco product indicator */
.compact-recently-viewed .green-product,
.compact-recently-viewed .eco-product,
.compact-recently-viewed [class*="green"]:not(.product-item):not(.product-image-container),
.compact-recently-viewed [class*="eco"] {
    display: none !important;
}

/* Hide any label/tag elements */
.compact-recently-viewed .product-label,
.compact-recently-viewed .product-tag,
.compact-recently-viewed .label,
.compact-recently-viewed .tag {
    display: none !important;
}

/* Hide stock status */
.compact-recently-viewed .stock,
.compact-recently-viewed .availability,
.compact-recently-viewed [class*="stock"] {
    display: none !important;
}

/* HIDE GREEN LEAF SYMBOL/ICON - Multiple targeting methods */
.compact-recently-viewed img[src*="green"],
.compact-recently-viewed img[src*="leaf"],
.compact-recently-viewed img[src*="eco"],
.compact-recently-viewed img[alt*="green"],
.compact-recently-viewed img[alt*="Green"],
.compact-recently-viewed img[alt*="leaf"],
.compact-recently-viewed img[alt*="eco"],
.compact-recently-viewed img[class*="green"],
.compact-recently-viewed .green-product-icon,
.compact-recently-viewed .green-icon,
.compact-recently-viewed .eco-icon,
.compact-recently-viewed i.fa-leaf,
.compact-recently-viewed i[class*="leaf"],
.compact-recently-viewed span.green-icon,
.compact-recently-viewed span[class*="green-icon"],
.compact-recently-viewed svg[class*="green"],
.compact-recently-viewed svg[class*="leaf"],
.compact-recently-viewed svg[class*="eco"],
.compact-recently-viewed .product-item i[class*="green"],
.compact-recently-viewed .product-item span[class*="green"]:not(.product-item-name) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/* Remove extra spacing and margins */
.compact-recently-viewed .product-item-inner {
    padding: 0 !important;
    margin: 0 !important;
}

.compact-recently-viewed .product-item-info {
    padding: 2px !important;
    margin: 0 !important;
}

.compact-recently-viewed .product-item-details {
    padding: 2px !important;
    margin: 0 !important;
    min-height: auto !important;
}

/* Tighten up the product name area */
.compact-recently-viewed .product-item-name {
    margin: 0 !important;
    padding: 2px 0 !important;
}

/* Remove any extra divs or spacing elements */
.compact-recently-viewed .product-item > div {
    margin: 0 !important;
    padding: 0 !important;
}

/* Make the grid tighter */
.compact-recently-viewed .products-grid .product-item {
    margin-bottom: 5px !important;
}

/* Remove line-height and extra spacing from all text elements */
.compact-recently-viewed * {
    line-height: 1.1 !important;
}
/* Make Also Consider widget smaller and more compact */
.compact-also-consider .product-item,
.compact-also-consider .item {
    padding: 3px !important;
    margin: 3px !important;
}

/* Make images SMALLER */
.compact-also-consider img {
    max-height: 100px !important;
    max-width: 100px !important;
}

.compact-also-consider .product-image-container,
.compact-also-consider .product-image-wrapper {
    max-height: 100px !important;
}

/* Make product name SMALLER */
.compact-also-consider .product-item-name,
.compact-also-consider .product-name {
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin: 2px 0 !important;
}

/* Make price SMALLER */
.compact-also-consider .price-box,
.compact-also-consider .price {
    font-size: 11px !important;
    margin: 2px 0 !important;
}

/* Make add to cart button SMALLER */
.compact-also-consider .actions-primary {
    margin: 3px 0 !important;
}

.compact-also-consider .action.tocart,
.compact-also-consider button.tocart,
.compact-also-consider .btn {
    padding: 3px 8px !important;
    font-size: 10px !important;
}

/* Hide compare checkbox and label */
.compact-also-consider .product-item-checkbox,
.compact-also-consider .compare,
.compact-also-consider [class*="compare"],
.compact-also-consider input[type="checkbox"],
.compact-also-consider label[for*="compare"] {
    display: none !important;
}

/* Hide ALL badges */
.compact-also-consider .product-badge,
.compact-also-consider .product-badges,
.compact-also-consider .badge,
.compact-also-consider .badges,
.compact-also-consider [class*="badge"] {
    display: none !important;
}

/* Hide product icons */
.compact-also-consider .product-icon,
.compact-also-consider .product-icons,
.compact-also-consider .icon,
.compact-also-consider [class*="icon"]:not(.product-image-photo) {
    display: none !important;
}

/* Hide non-returnable indicator */
.compact-also-consider .non-returnable,
.compact-also-consider [class*="returnable"] {
    display: none !important;
}

/* Hide non-taxable indicator */
.compact-also-consider .non-taxable,
.compact-also-consider [class*="taxable"] {
    display: none !important;
}

/* Hide green/eco product indicator */
.compact-also-consider .green-product,
.compact-also-consider .eco-product {
    display: none !important;
}

/* HIDE GREEN LEAF SYMBOL/ICON */
.compact-also-consider img[src*="green"],
.compact-also-consider img[src*="leaf"],
.compact-also-consider img[src*="eco"],
.compact-also-consider img[alt*="green"],
.compact-also-consider img[alt*="Green"],
.compact-also-consider img[alt*="leaf"],
.compact-also-consider .green-product-icon,
.compact-also-consider .green-icon,
.compact-also-consider .eco-icon,
.compact-also-consider i.fa-leaf,
.compact-also-consider i[class*="leaf"],
.compact-also-consider span.green-icon,
.compact-also-consider svg[class*="green"],
.compact-also-consider svg[class*="leaf"] {
    display: none !important;
    visibility: hidden !important;
}

/* Hide descriptions */
.compact-also-consider .product-item-description,
.compact-also-consider .product-description,
.compact-also-consider .description {
    display: none !important;
}

/* Hide stock status */
.compact-also-consider .stock,
.compact-also-consider .availability {
    display: none !important;
}

/* Reduce ALL spacing and padding */
.compact-also-consider .product-item-details,
.compact-also-consider .product-item-info {
    padding: 2px !important;
    margin: 0 !important;
}

.compact-also-consider .product-item-inner {
    padding: 2px !important;
    margin: 0 !important;
}

/* Make the grid tighter */
.compact-also-consider .products-grid .product-item {
    margin-bottom: 5px !important;
}

/* Reduce line height everywhere */
.compact-also-consider * {
    line-height: 1.1 !important;
}

/* Make product item containers smaller */
.compact-also-consider .product-item {
    max-width: 120px !important;
}
.hover-red-border {
  transition: all 0.3s ease;
  border: 3px solid transparent;
  margin-bottom: -50px !important;
}

.hover-red-border:hover {
  border: 3px solid red;
}