.owl-ads-srp .owl-stage {
display: flex;
position: relative;
}
.owl-ads-srp .owl-stage .owl-item {
display: flex;
position: relative;
display: flex;
padding-bottom: 20px;
}
.owl-ads-srp .owl-stage .owl-item a.item {
width: 100%;
max-width: 230px;
min-width: 200px;
background-color: white;
overflow: hidden;
border-radius: 5px;
box-shadow: 
0 1px 3px 0 rgb(0 0 0 / 0.1), 
0 1px 2px -1px rgb(0 0 0 / 0.1);
margin: 0 5px;
scroll-snap-align: start;
scroll-margin: 7px;
display: inline-block;
border: solid 1px #e8e8e8;
}
.owl-ads-srp .owl-stage .owl-item a.item .header {
position: relative;
}
.owl-ads-srp .owl-stage .owl-item a.item .body {
padding: 10px;
padding-top: 0;
}
.owl-ads-srp .owl-stage .owl-item a.item .body .body-title {
display: flex;
justify-content: space-between;
width: 100%;
}
.body-title .real_price {
opacity: .8;
font-size: 10px;
line-height: 2;
text-decoration: line-through;
font-weight: unset;
color: #002f34;
}
.body-title .discounted_amount {
background-color: #f05c2a;
color: white;
font-size: 10px;
font-weight: 500;
padding: 2px 4px;
border-radius: 2px;
width: min-content;
}
.owl-ads-srp .owl-stage .owl-item a.item .badges {
display: flex;
position: absolute;
bottom: -6px;
padding: 0 7px;
}
.owl-ads-srp .owl-stage .owl-item a.item .badges * {
margin: 0;
height: 18px;
}
.owl-ads-srp .owl-stage .owl-item a.item.more {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.owl-ads-srp .owl-stage .owl-item a.item.more * {
color: #3e3e3e;
padding: 20px;
}
.owl-ads-srp .badge-promotion {
position: absolute;
width: 32px !important;
height: 32px !important;
top: 13px;
left: 15px;   
}
.owl-ads-srp .badge-video {
position: absolute;
width: 32px !important;
height: 32px !important;
bottom: 9px;
right: 9px;
margin: 0;  
}
.owl-ads-srp .badge-highlight {
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
border-radius: 4px;
background-color: #ffce32;
padding: 3px 10px;
display: flex;
align-items: center;
letter-spacing: .5px;
color: #002f34;
}
.owl-ads-srp .badge-highlight > img {
margin-right: 6px !important;
width: 6px;
height: 13px !important;
}