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;
width: fit-content;
}
.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;
} .testimonial-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin: 40px 0;
max-width: 1200px;
margin: 0 auto;
}
.testimonial-card {
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
transition: transform .2s ease, box-shadow .2s ease;
display: flex;
flex-direction: column;
}
.testimonial-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}
.testimonial-card img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
display: block;
}
.testimonial-content {
padding: 0 24px 36px;
flex: 1;
display: flex;
flex-direction: column;
}
.testimonial-content h3 {
margin: 0 0 6px;
font-size: 1.4rem;
}
.testimonial-content h4 {
margin: 0 0 18px;
color: #1f8f43;
font-size: 1.1rem;
font-weight: 700;
}
.testimonial-content p {
margin: 0;
line-height: 1.7;
color: #555;
} .testimonial-original-preview {
position: relative;
display: block;
width: 100%;
aspect-ratio: 4 / 3;
overflow: hidden;
background: #f3f3f3;
text-decoration: none;
flex-shrink: 0;
}
.testimonial-original-preview img {
width: 100%;
height: 100%;
aspect-ratio: auto;
object-fit: cover;
object-position: top;
display: block;
filter: blur(4px);
opacity: .55;
transform: scale(1.06);
transition:
filter .25s ease,
opacity .25s ease,
transform .25s ease;
} .testimonial-original-preview::after {
content: "";
position: absolute;
inset: 0;
background: rgba(255, 255, 255, .25);
} .testimonial-preview-label {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px 16px;
border-radius: 999px;
background: rgba(255, 255, 255, .94);
color: #222;
font-size: 14px;
font-weight: 700;
white-space: nowrap;
box-shadow: 0 4px 14px rgba(0, 0, 0, .14);
}
.testimonial-original-preview:hover img {
filter: blur(2px);
opacity: .7;
transform: scale(1.03);
} .testimonial-source {
display: inline-flex;
align-self: flex-start;
margin-bottom: 16px;
padding: 5px 11px;
border-radius: 999px;
background: #f0f6f1;
color: #26733b;
font-size: 12px;
font-weight: 700;
} .testimonial-text blockquote {
margin: 0 0 20px;
padding: 0;
border: 0;
font-size: 16px;
line-height: 1.65;
color: #444;
font-style: normal;
}
.testimonial-name { padding-top: 10px;
font-weight: 700;
color: #222 !important;
} .testimonial-proof {
display: inline-block;
margin-top: 6px;
color: #26733b;
font-size: 13px;
font-weight: 600;
} .testimonial-image-iryna {
object-position: center top !important;
}
.testimonial-image-hanna {
object-position: center 15% !important;
} .testimonial-content .testimonial-heading {
margin: 0 0 8px;
color: #1f8f43;
font-size: 1.25rem;
line-height: 1.3;
font-weight: 700;
}
.testimonial-content .testimonial-person {
margin: 0 0 20px;
color: #555;
font-size: 1rem;
line-height: 1.3;
font-weight: 600;
}
.testimonial-content .testimonial-body {
margin: 0;
line-height: 1.7;
color: #555;
} .testimonial-content .testimonial-heading-long {
font-size: 1.15rem;
}
@media (max-width:768px) {
.testimonial-grid {
gap: 20px;
}
.testimonial-content {
padding: 20px;
}
}