.woocommerce-product-rating {
display: none;
}
#trust {
cursor: pointer;
}
#trust a {
font-size: 13px;
display: inline-flex;
align-items: center;
text-decoration: none;
margin: 10px 0;
}
#trust .star {
width: 20px;
height: 20px;
}
.trust_size {
height: 15px;
margin-right: 0px;
}
#trust .color-link {
text-decoration: underline;
}
.review {
background: #f8f9fa;
padding: 1.25rem;
border-radius: 0.75rem;
margin-bottom: 20px;
}
.check-svg-review {
width: 12px;
height: 12px;
min-width: 12px;
margin-left: 5px;
}
.review .star-rating .svg-icon {
background-color: rgb(5, 167, 114);
margin-right: 2px;
font-size: 13px;
}
.review .star-rating .svg-icon svg {
fill: #fff;
}
.review-content h6 {
margin: 8px 0 4px;
}
#tp-drawer-logo {
display: flex;
align-items: center;
flex-direction: column;
}
#tp-drawer-logo .stats {
margin-left: 0;
}
.trustpilot-rating-box {
display: flex;
flex-direction: column;
align-items: center;
background: #f8f7f4;
font-family: "Inter", Arial, sans-serif;
padding: 20px 30px;
border-radius: 8px;
width: fit-content;
}
.trustpilot-score {
font-size: 52px;
font-weight: 700;
line-height: 1;
color: #1c1c1c;
}
.trustpilot-text {
font-size: 18px;
font-weight: 600;
color: #1c1c1c;
margin-top: 6px;
}
.trustpilot-stars {
display: flex;
gap: 4px;
}
.star {
width: 22px;
height: 22px;
background: #05a772;
position: relative;
}
.star.full::after,
.star.half::after,
.star.empty::after {
content: "";
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
background: white;
clip-path: polygon(
50% 0%,
63% 38%,
100% 38%,
69% 59%,
82% 100%,
50% 75%,
18% 100%,
31% 59%,
0% 38%,
37% 38%
);
z-index: 1;
}
.star.full::before,
.star.half::before,
.star.empty::before {
content: "";
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
background: white;
clip-path: polygon(
50% 0%,
63% 38%,
100% 38%,
69% 59%,
82% 100%,
50% 75%,
18% 100%,
31% 59%,
0% 38%,
37% 38%
);
z-index: 2;
}
.star.full {
background: #05a772;
}
.star.half {
background: linear-gradient(to right, #05a772 50%, #d8d8d8 50%);
}
.star.empty {
background: linear-gradient(to right, #05a772 0%, #d8d8d8 0%);
}
.trustpilot-count {
font-size: 16px;
color: #1c1c1c;
margin-top: 8px;
}
.trustpilot-logo {
height: 30px;
width: auto;
padding: 4px 6px;
border-radius: 3px;
margin-top: 8px;
}
#load-more-reviews {
line-height: 52px;
border: 0;
border-radius: 0;
padding: 0px 32px;
background: #222;
transition: background-color 0.3s ease;
}.webcrema-swatches-container {
display: flex;
align-items: center;
gap: 6px;
margin-top: 12px;
margin-bottom: 12px;
cursor: pointer; flex-wrap: wrap;
}
.webcrema-swatch-option {
width: 24px;
height: 24px;
min-width: 24px;
min-height: 24px;
flex-shrink: 0;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
position: relative;
transition: transform 0.15s ease;
}
.webcrema-swatch-option:hover {
transform: scale(1.08);
}
.webcrema-swatch-inner {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
border-radius: 50%;
}
.webcrema-swatch-option.selected {
border: 2px solid #000;
padding: 2px;
box-sizing: border-box;
}
.webcrema-swatches-more {
margin-left: 6px;
}
.webcrema-more-text {
font-size: 12px;
color: #111;
letter-spacing: 0.1px;
cursor: pointer;
white-space: nowrap;
} .loveful-natural-stone-link-wrapper {
margin-top: 20px;
padding: 15px;
background-color: #f9f9f9;
border: 1px solid #e8e8e8;
border-radius: 4px;
}
.loveful-natural-stone-link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
background-color: #fff;
color: #333;
text-decoration: none;
border: 1px solid #ddd;
border-radius: 3px;
font-size: 14px;
font-weight: 500;
transition: all 0.3s ease;
}
.loveful-natural-stone-link:hover {
background-color: #f5f5f5;
border-color: #999;
color: #000;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.loveful-natural-stone-link:active {
transform: translateY(1px);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loveful-natural-stone-icon {
font-size: 16px;
font-weight: bold;
transition: transform 0.3s ease;
}
.loveful-natural-stone-link:hover .loveful-natural-stone-icon {
transform: translateX(3px);
}
.loveful-natural-stone-text {
line-height: 1.4;
} @media (max-width: 768px) {
.webcrema-swatch-option {
width: 28px;
height: 28px;
min-width: 28px;
min-height: 28px;
}
.webcrema-more-text {
font-size: 11px;
}
.loveful-natural-stone-link {
padding: 10px 14px;
font-size: 13px;
}
.loveful-natural-stone-link-wrapper {
padding: 12px;
}
}
@media (max-width: 480px) {
.webcrema-swatch-option {
width: 24px;
height: 24px;
min-width: 24px;
min-height: 24px;
}
.webcrema-swatches-container {
gap: 4px;
}
.webcrema-more-text {
font-size: 10px;
}
.loveful-natural-stone-link {
display: flex;
width: 100%;
padding: 12px;
font-size: 12px;
justify-content: center;
}
.loveful-natural-stone-link-wrapper {
padding: 10px;
}
}
.mobile-hidden {
display: none;
}
@media (min-width: 769px) {
.mobile-hidden {
display: block;
}
}