This commit is contained in:
2025-12-11 16:01:25 +01:00
parent 4e7df5d2a3
commit d3f8dbbfb4
5 changed files with 112 additions and 1 deletions

View File

@@ -69,3 +69,30 @@
}
}
}
.elementor-widget-acf-product-label {
.product-label {
position: absolute;
left: 10px;
top: 10px;
z-index: 10;
span {
display: inline-block;
padding: 5px 20px 5px;
background: black;
color: #fff;
border-radius: 50px;
font-size: 16px;
&.aluplast {
color: #fff;
background: #d10a11;
}
&.rehau {
color: #fff;
background: #37a58c;
}
}
}
}