.rhFreshFindsTitleContent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 30px;
}

.rhFreshFindsTitle{
    background: linear-gradient(91.13deg, #7C35E9 -17.49%, #3A3A3A 36.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: Archivo;
    font-weight: 500;
    font-size: 44px;
    line-height: 101%;
}
.rhFreshFindsViewAll{
    padding: 15px 29px;
    border-radius: 40px;
    border: 1px solid #512B8B;
}
.rhFreshFindsViewAllLink{
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #5D378E;
}
.rhFreshFindsCard{
    position: relative;
}
.rhFreshFindsImgContent{
    position: relative;
    overflow: hidden;
    height: 395px;
}
.rhFreshFindsImg{
    width: 100%;
    height: 100%;
}
.rhFreshFindsImgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178.86deg, rgba(0, 0, 0, 0) 64.76%, rgba(0, 0, 0, 0.72) 99.02%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; 
}

.rhFreshFindsCard:hover .rhFreshFindsImgOverlay {
    opacity: 1;
}
.rhFreshFindsCardDetails{
    position: absolute;
    bottom: 10px;
    left: 16px;
     opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.rhFreshFindsCard:hover .rhFreshFindsCardDetails {
    opacity: 1;
    visibility: visible;
}

.rhFreshFindsCardTitle{
    font-family: Archivo;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    padding-right: 4px;
}
.rhFreshFindsCardSubTitle{
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding-right: 4px;
}
.rhFreshFindsCardPriceContent{
    display: flex;
    align-items: end;
    gap: 10px;
    margin-bottom: 16px;
}
.rhFreshFindsCardPrice{
    font-family: Archivo;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;

}
.rhFreshFindsCardPrice span{
    font-family: Archivo;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;

}
.rhFreshFindsCardPriceDiscount{
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-decoration: line-through;
    color: #9DA1B0;
}
.rhFreshFindsCardPriceDiscountOfferContent{
    padding: 4px 8px;
    background-color: #F6F6F6;
    border-radius: 50px;
}
.rhFreshFindsCardPriceDiscountOffer{
    font-family: Archivo;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #005EA1;
}
.rhFreshFindsCardAnchor{
    display: flex;
    align-items: center;
    gap: 3px;
}
.rhFreshFindsCardAnchorTxt{
    font-family: Archivo;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.rhFreshFindsCardAnchorImg{
    width: 20px;
    height: 20px;
}
.rhFreshFindsCardWrapperslick-slider{
    margin-right: -10px;
}
.rhFreshFindsCardWrapper .rhFreshFindsCard.slick-slide{
    margin-right: 10px;
}
.rhFreshFindsCardWrapper .rhFreshFindsCard:last-child.slick-slide{
    margin-right: 0;
}
.rhFreshFindsViewAllMobContent{
    display: none;
}
@media screen and (max-width:768px) {
    
 .rhFreshFindsImgOverlay {
    opacity: 1 !important;
  }

  /* Always show details */
  .rhFreshFindsCardDetails {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Disable hover transition if needed */
  .rhFreshFindsCard:hover .rhFreshFindsImgOverlay,
  .rhFreshFindsCard:hover .rhFreshFindsCardDetails {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .rhFreshFindsImgContent{
    height: 330px;
  }
  .rhFreshFindsCardTitle{
    font-family: Archivo;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;

  }
  .rhFreshFindsCardSubTitle{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
  }
  .rhFreshFindsCardAnchorTxt{
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
  }
  .rhFreshFindsCardWrapperslick-slider{
    margin-right: -5px;
}
.rhFreshFindsCardWrapper .rhFreshFindsCard.slick-slide{
    margin-right: 5px;
}
.rhFreshFindsCardWrapper .rhFreshFindsCard:first-child{
    margin-left: 16px;
}
.rhFreshFindsTitleContent{
    justify-content: center;
    margin-bottom: 20px;
}
.rhFreshFindsTitle{
    font-size: 24px;
    line-height: 101%;
    text-align: center;

}
.rhFreshFindsViewAll{
    display: none;
}
.rhFreshFindsViewAllMobContent{
    display: flex;
    width: 100%;
    justify-content: center;
}
.rhFreshFindsViewAllMob{
    padding: 15px 29px;
    border-radius: 40px;
    border: 1px solid #512B8B;
    text-align: center;
    min-width: 180px;
    /* width: 100%; */
}
.rhFreshFindsCardWrapper{
    margin-bottom: 15px;
}
}