.wd-product-wrapper.added-promo{
    position: relative;

}
@media screen and (min-width:768px){
.wd-product-wrapper.added-promo > a{
    position: absolute;
    bottom: 0;
    width:100%;
}
.zo-promo-banner {
    margin-bottom:0 !important;
}
}
.zo-promo-inner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    backdrop-filter: blur(2px);
    background-color: #11111155;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    justify-content: end;
    align-items: center;
}
.zo-promo-banner{
    border-radius: 30px;
    position: relative;
    background-size: cover;
  overflow:hidden;
  opacity:0;
  transition:0.3s ease opacity

}
.added-promo .zo-promo-banner{
  opacity:1;
}
.zo-promo-inner h3{
    font-size: 46px;
    color: white;
    line-height: 1em;
    margin-bottom: 5px;
}
.zo-promo-inner small{
    color: #eeeeee;
}
.zo-promo-inner .btn {
    background-color: #EB9800;
    color:white;
    margin-top: 10px;
}
.zo-promo-inner .btn:hover {
 background-color: #D48900;
 color: white;   
}
.wd-product-category-filter .widget-title{
    padding-bottom: 5px;
    font-size: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}