.swiper-nav-wrapper2 {
display: flex;
justify-content: flex-end;
flex-direction: row;
gap: 10px;
margin-bottom: 20px;
}
.swiper-pagination2 {
text-align: center;
}
.swiper-container2 {
overflow: hidden;
}
.swiper-button-next2, .swiper-button-prev2 {
position: static;
top: var(--swiper-navigation-top-offset, 50%);
width: 22px;
height: 22px;
margin-top: 0px;
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next2:after, .swiper-button-prev2:after {
content: '';
display: none;
}
.swiper-container2 .swiper-pagination {
position: static;
}
.swiper-container2 .swiper-container2 {
width: 100%;
max-width: 100%;
margin: 0 auto;
}
.review-container {
display: flex;
flex-direction: column;
gap:18px;
}
.review-product a { display: flex;
flex-direction: row;
align-items: stretch;
gap: 14px;
}
.review-product img {
aspect-ratio: 1 / 1;
object-fit: cover;
max-width: 110px;
width: 110px;
min-width: 110px;
border-radius: 100%;
}
.review-content {
display: flex;
flex-direction: column;
gap: 10px;
padding: 16px;
background-color: #fafafa;
}
.review-text-box {
display: flex;
flex-direction: row;
gap: 8px;
align-items: flex-start;
justify-content: space-between;
}
.review-content svg{
width: 20px;
height: 20px;
min-width: 20px;
}
.review-text {
margin: 0;
font-size: 15px;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
min-height: 72px;
}
.product-description{
margin: 0;
font-size: 14px;
line-height: 120%;
-webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color:#5d5d5d;
}
.review-author {
display: flex;
flex-direction: row;
align-items: center;
margin: 0px !important;
gap: 14px;
}
.review-author img {
width: 40px;
height: 40px;
border-radius: 100px;
}
.author-name {
font-size: 15px;
margin: 0px;
}
.review-date {
font-size: 14px;
margin: 0px;
color:#5d5d5d;
}
.review-meta {
margin-top: auto;
}
.product-details h3 {
font-size: 18px;
margin:0px;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.product-details {
display: flex;
flex-direction: column;
gap: 10px;
justify-content: flex-start;
height: 100%;
height: auto;
align-items: flex-start;
}
.product-price {
margin-bottom: 0px;
margin-top: 10px;
}
.product-details-ttl {
display: flex;
align-items: flex-start;
gap: 6px;
}
.product-details-ttl svg{
width: 20px;
height: 20px;
min-width: 20px;
}
.review-rating {
color: #000;
font-size:14px;
margin-bottom: 6px;
font-family: 'woodmart-font';
gap: 2px;
display: flex;
}
.swiper-pagination-bullet {
width: 22px !important;
height: 4px !important;
border-radius: 3px !important;
margin: 0 3px !important;
background-color: #e5e4e4;
opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: var(--wd-primary-color);
}