.elementor-216 .elementor-element.elementor-element-a30270a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-57afdfcf *//* 确保产品名称和规格在移动端可见并加粗 */
@media (max-width: 768px) {
    /* 替换为实际的 CSS 类名 */
    .product-name,
    .product-variation {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
        font-weight: bold !important; /* 使用 !important 确保优先级 */
    }
}/* End custom CSS */