﻿.featured-product-category_full_image {
  cursor: pointer;
  max-width: 100%;
}

.featured-product-category_image {
  height: 240px;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}

.featured-product-category_title {
  position: absolute;
  bottom: 0;
  background-color: #fbab1d;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -16px);
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px;
  font-size: 12px;
  width: max-content;
}

.featured-product-category_full_image:hover {
  transform: scale(1.05);
  transition-duration: 150ms;
}

.featured-product-category_full_btnlink:hover {
  color: #000;
}

.featured-product-category_full_btnlink:visited {
  color: #000;
}

.featured-product-category_section_title {
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
}

.featured-product-grid {
  justify-content: center;
}
.featured-product-image-box{
    padding-right: 10px !important;
    padding-left: 0px !important;
}