.featured-products {
    padding: 75px 0;
}
.featured-products h2 {
    font-family: Helvetica Neue;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.55em;
    text-align: center;
    color: #000000;
    opacity: 0.5;
  text-transform: uppercase;
}
.featured-products h3 {
    font-family: Helvetica Neue;
    font-size: 45px;
    font-weight: 500;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: center;
    margin: 15px auto;
}
.widget-snippet.exclusives .featured-products h2,
.widget-snippet.exclusives .featured-products h3 {
  display:none
}
.widget-snippet.exclusives .featured-products, .widget-snippet.exclusives  .featured-products .featured-area{
  padding-top:0;
  margin-top: 50px;
}
.featured-products .featured-area {
    display: flex;
    justify-content: center;
    margin-top: 96px;
}
.featured-area .single-fproducts:first-of-type{
    margin: 0 -35px 0 0;
}
.featured-area .single-fproducts:last-of-type{
   margin: -60px 0 0 -35px;
}
.featured-img{
    position:relative;
    border:20px solid #fff;
}
.featured-img h4.cat-title{
    position: absolute;
    bottom: 50px;
    left: 80px;
    color: #FFF;
    font-size: 32px;
    font-family: Helvetica Neue;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s;
}
.featured-img h4.cat-title:after{
    content: url(/template/ddc4743c/images/white-hover-arrow.svg);
    margin: 5px 0 10px 20px;
    opacity:0;
    transition: 0.5s;
}
.featured-area .single-fproducts:hover .featured-img h4.cat-title:after{
    display:inline;
    opacity:1;
    margin-left: 10px;
    transition: 0.5s;
}
.featured-area .single-fproducts:first-of-type:hover .featured-img{
   z-index:1;
}
.featured-area .single-fproducts:last-of-type:hover .featured-img{
   z-index:1;
}
.featured-area .single-fproducts:hover .featured-img h4.cat-title{
    left: 50px;
  transition: 0.5s;
}
.featured-area .single-fproducts .featured-img{
   overflow:hidden;
   position: relative;
}
.featured-area .single-fproducts .featured-img img{
  transition: 0.5s;
}
.featured-area .single-fproducts:hover .featured-img img{
  transition: 0.5s;
  transform: scale(1.05);
}
.featured-area .single-fproducts .featured-img::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 74%, rgba(0,0,0,0.6502976190476191) 100%);
}
body.widget-snippet .featured-area .single-fproducts .featured-img::after, body.widget-snippet .featured-img h4.cat-title:after {
  display:none;
}
body.widget-snippet .featured-area .single-fproducts .featured-img::after, body.widget-snippet .featured-img h4.cat-title:after,
body.widget-snippet .featured-area .single-fproducts:hover .featured-img h4.cat-title:after{
  display:none;
}
body.widget-snippet .featured-img h4.cat-title, body.widget-snippet .featured-area .single-fproducts:hover .featured-img h4.cat-title, body.widget-snippet .featured-area .single-fproducts:hover .featured-img img, body.widget-snippet .featured-area .single-fproducts:first-of-type:hover .featured-img, body.widget-snippet .featured-area .single-fproducts:last-of-type:hover .featured-img{
    z-index:unset;
    transition: unset;
   transform: unset;
}
body.widget-snippet .featured-area .single-fproducts:hover .featured-img h4.cat-title{
    left:80px;
}
body.widget-snippet .featured-area .single-fproducts:hover .featured-img img{
  transition: unset;
  transform:unset;
}
@media screen and (max-width: 1200px){
 .featured-products {
    padding: 50px 0;
}
.featured-img h4.cat-title {
  font-size: 30px;
} 
}

@media screen and (max-width: 991px){
.featured-products h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 8px auto;
}
.featured-products .featured-area {
  margin-top: 85px;
}
.featured-products {
  padding: 40px 0;
}
.featured-img h4.cat-title {
  font-size: 25px;
}
.featured-area .single-fproducts:hover .featured-img h4.cat-title {
  left: 20px;
}
.featured-img h4.cat-title {
  bottom: 35px;
  left: 50px;
  font-size: 25px;
}
.featured-img h4.cat-title::after {
  position: absolute;
  bottom: -14px;
} 
}

@media screen and (max-width: 767px){
.featured-products {
  padding: 30px 0;
}
.featured-products h2 {
  font-size: 15px;
  letter-spacing: 2.9px;
}
.featured-products h3 {
  font-size: 22px;
  line-height: 32px;
}
.featured-products .featured-area {
  margin-top: 0;
  flex-wrap: wrap;
}
.featured-area .single-fproducts:first-of-type {
  margin: 0;
}
.featured-area .single-fproducts:last-of-type {
  margin: 0;
}
.featured-img {
  border: 15px solid #fff;
}
.featured-img h4.cat-title {
  bottom: 30px;
  left: 20px;
  font-size: 22px;
}
  
}
