del .woocommerce-Price-amount {
text-decoration: line-through;
} .onsale {
background-color: rgb(15 23 42 / 0.9);
border: 2px solid;
border-color: rgb(255 255 255 / 0.1);
padding: 0.5rem 1rem !important;
display: flex !important;
position: absolute;
z-index: 10;
top: 3em !important;
right: 2em !important;
gap: 0.5em;
border-radius: 9999px;
align-items: center;
justify-content: center;
box-shadow:
0 10px 15px -3px rgb(0 0 0 / 0.1),
0 4px 6px -2px rgb(0 0 0 / 0.05);
font-size: 0.6em;
}
.early-bird-text {
text-transform: uppercase;
color: #fff;
font-size: 1.2em;
line-height: 1;
font-weight: 700;
letter-spacing: 0.1em;
}
.sale-divider {
width: 1px;
height: 1.3em;
background-color: rgb(245 245 245 / 0.5);
display: inline-block;
margin: 0 0.4em;
}
@keyframes ping {
from {
transform: scale(1);
opacity: 0.75;
}
to {
transform: scale(2.5);
opacity: 0;
}
}
.sale-bullet {
width: 0.75em;
height: 0.75em;
background-color: #9695e3; border-radius: 50%;
display: inline-block;
margin-right: 0.4em;
opacity: 0.75;
position: relative;
}
.sale-bullet-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
width: 0.75em;
height: 0.75em;
background-color: #9695e3;
border-radius: 50%;
display: inline-block;
opacity: 0.75;
}
.sale-urgency {
font-size: 1em;
font-weight: normal;
margin-top: 1px;
color: #fff;
opacity: 0.95;
display: block;
line-height: 1.1;
}
.product-template-default .woocommerce-product-gallery__trigger{
display: none;
}
.woocommerce-MyAccount-navigation a br {
display: none;
}