/* Add custom CSS styles below */ 
.product-card-content-media-promotional-title{
  background: transparent !important;
  background-color: transparent ;
  display: block;
  position: inherit;
}


p.product-card-content-meta-subtitle {
    display: flex;
    gap: 5px;
margin-top:19px;
    color: #e0c42d;
  
}

p.product-card-content-meta-subtitle {
    display: flex;
    gap: 5px;
    color: #a5752b;
}
.section-heading-divider::before {
    background-color: transparent;
    content: "";
    position: absolute;
    right: -34px;
    left: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 203%;
    height: 13px;
    background: url(https://iili.io/fv45mqx.png);
}

.section-heading-divider{
  background-color:transparent !important;
}