.price-shape {
position: absolute;
background-image: url(//ncsatmaisveloz.com.br/wp-content/themes/ncsat/_assets/images/price.png);
z-index: 1;
background-size: cover;
background-position: center;
width: 100%;
height: 50%;
left: 0;
top: 0;
clip-path: polygon(0 0, 100% 0, 100% 47%, 50% 100%, 0 47%);
}
.price-shape::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 50%;
z-index: -10;
background: var(--main-color-one);
opacity: 0.9;
}
.price-label {
color: var(--cor-primaria);
background: var(--cor-secundaria);
font-size: 16px;
width: 180px;
padding: 8px;
margin-bottom: 15px;
display: block;
-webkit-clip-path: polygon(
100% 0%,
90% 50%,
100% 100%,
0% 100%,
0 50%,
0% 0%
);
clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
margin-left: -20px;
position: absolute;
top: 0;
border-top-left-radius: 1.2rem;
text-align: center;
}
.oferta .price-item {
background-color: var(--main-color-one);
}
.oferta .price-item .title {
font-weight: 700;
margin-bottom: 15px;
font-size: 2.125rem;
color: var(--main-color-two);
}
.oferta i.fa,
.oferta i.far,
.oferta i.fas {
font-family: "Font Awesome 5 Free";
color: var(--main-color-two);
}
.oferta span.item-price {
color: var(--main-color-two);
}
.oferta .price-item::after,
.price-item::before {
background-color: var(--main-color-two);
}
.container .tracejado {
border: 0.125rem dashed var(--main-color-one);
background-color: #ffffff;
border-radius: 1.25rem;
margin-top: 1.25rem;
padding: 0.5rem;
position: relative;
box-shadow: 5px 15px rgba(82, 71, 175, 0.08);
z-index: 10;
}