Note
1. Asian Sizes Are 1 To 2 Sizes Smaller Than European And American People. Choose The Larger Size If Your Size Between Two Sizes. Please Allow 2-3Cm Differences Due To Manual Measurement.
2. Please Check The Size Chart Carefully Before You Buy The Item, If You Don't Know How To Choose Size, Please Contact Our Customer Service.
3.As You Know, The Different Computers Display Colors Differently, The Color Of The Actual Item May Vary Slightly From The Following Images.
.payment-badges {
display: flex; /* Arrange badges horizontally */
flex-wrap: wrap; /* Allow badges to wrap to the next line on smaller screens */
gap: 10px; /* Add some space between the badges */
justify-content: flex-start; /* Align badges to the left */
align-items: center; /* Vertically align the badges within the container */
}
.payment-badge {
/* You can adjust the height and width as needed */
height: 30px; /* Example height - adjust based on your preference */
display: flex;
align-items: center; /* Vertically center the image within the container */
}
.payment-badge img {
max-height: 100%; /* Make the image scale down to fit the container */
display: block; /* Prevent extra space below the image */
}
/* Optional: Adjust for smaller screens */
@media (max-width: 600px) {
.payment-badges {
justify-content: center; /* Center badges on smaller screens */
}
}
Choosing a selection results in a full page refresh.